Skip to content

Commit

Permalink
Fix MD linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Sep 24, 2024
1 parent bc5f3f4 commit 737fce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion _posts/2023-08-23-even-friendlier-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,6 @@ SELECT 'First Contact';
<div class="narrow_table"></div>

| movie |
| varchar |
|:---|
| The Motion Picture |
| First Contact |
Expand Down
4 changes: 2 additions & 2 deletions docs/dev/release_calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ Since version 0.4.0, only major and minor versions get a codename.

| Date | Version | Codename | Named after | |
|:-----|--------:|----------|-------------|------|
{% for row in site.data.past_releases %}
{%- for row in site.data.past_releases %}

Check failure on line 45 in docs/dev/release_calendar.md

View workflow job for this annotation

GitHub Actions / markdown

Tables should be surrounded by blank lines [Context: "{%- for row in site.data.past_..."]
{%- capture logo_filename %}images/release-icons/{{ row.version_number }}.svg{% endcapture -%}
{%- capture logo_exists %}{% file_exists {{ logo_filename }} %}{% endcapture -%}
| {{ row.release_date }} | [{{ row.version_number }}](https://github.com/duckdb/duckdb/releases/tag/v{{ row.version_number }}) | {% if row.blog_post %}[{{ row.codename }}]({{ row.blog_post }}){% else %}{{ row.codename | default: "–" }}{% endif %} | {% if row.duck_wikipage %}<a href="{{ row.duck_wikipage }}">{% endif %}{{ row.duck_species_primary | default: "–" }}{% if row.duck_wikipage %}</a>{% endif %} {% if row.duck_species_secondary != nil %}_({{ row.duck_species_secondary }})_{% endif %} | {% if logo_exists == "true" %}![Logo of version {{ row.version_number }}](/{{ logo_filename }}){% endif %} |
{% endfor %}
{%- endfor %}

<!-- markdownlint-enable MD055 MD056 -->

Expand Down

0 comments on commit 737fce2

Please sign in to comment.