We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5eaca commit 90ff180Copy full SHA for 90ff180
docs/databases.html
@@ -107,6 +107,9 @@
107
GROUP BY 1, 2
108
ORDER BY 1, 2
109
</script>
110
+ <script id="64" type="application/sql" pinned="" database="duckdb">
111
+ SELECT 1 + 3
112
+ </script>
113
<script id="61" type="text/markdown">
114
And displaying it as a heatmap, showing the :
115
package.json
@@ -5,7 +5,7 @@
5
"type": "git",
6
"url": "git+https://github.com/observablehq/notebook-kit.git"
7
},
8
- "version": "1.1.0-rc.8",
+ "version": "1.1.0-rc.9",
9
"type": "module",
10
"scripts": {
11
"test": "vitest",
0 commit comments