Skip to content

Commit 552eca9

Browse files
naltmannmbostock
andauthored
Add skeleton of sql item (#1004)
* 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]>
1 parent b6d1c28 commit 552eca9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/markdown.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The front matter supports the following options:
2020
- **index** — whether to index this page if [search](./search) is enabled; defaults to true for listed pages
2121
- **keywords** <a href="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
2222
- **draft** <a href="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** <a href="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)
2324

2425
## Headings
2526

0 commit comments

Comments
 (0)