You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add skeleton of sql item
Pretty sure an entry for sql is needed, but not sure how it should read
* Update markdown.md
---------
Co-authored-by: Mike Bostock <[email protected]>
Copy file name to clipboardExpand all lines: docs/markdown.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ The front matter supports the following options:
20
20
-**index** — whether to index this page if [search](./search) is enabled; defaults to true for listed pages
21
21
-**keywords** <ahref="https://github.com/observablehq/framework/releases/tag/v1.1.0"target="_blank"class="observablehq-version-badge"data-version="1.1.0"title="Added in v1.1.0"></a> - additional words to index for [search](./search); boosted at the same weight as the title
22
22
-**draft** <ahref="https://github.com/observablehq/framework/releases/tag/v1.1.0"target="_blank"class="observablehq-version-badge"data-version="1.1.0"title="Added in v1.1.0"></a> — whether to skip this page during build; drafts are also not listed in the default sidebar
23
+
--**sql** <ahref="https://github.com/observablehq/framework/releases/tag/v1.2.0"target="_blank"class="observablehq-version-badge"data-version="1.2.0"title="Added in v1.2.0"></a> — table definitions for [SQL code blocks](./sql)
0 commit comments