We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ef3a5 commit 2319caaCopy full SHA for 2319caa
docs/_snippets/hey.org
@@ -0,0 +1,4 @@
1
+* Hey, there
2
+
3
+The /beauty/ of org *must* be shared.
4
+[[https://upload.wikimedia.org/wikipedia/commons/a/a6/Org-mode-unicorn.svg][org-mode logo]]
docs/build.js
@@ -13,4 +13,4 @@ const { metafile } = await esbuild.build({
13
})
14
15
// write metafile to meta.json
16
-await fs.writeFile('meta.json', JSON.stringify(metafile))
+await fs.writeFile('.meta.json', JSON.stringify(metafile))
0 commit comments