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 f452eb8 commit 7f8aefaCopy full SHA for 7f8aefa
docs/dashboards/_examples/_TODO.qmd
@@ -13,5 +13,5 @@ title: "TODO"
13
- Tabsets without titles (left align tabs)
14
- Sidebars
15
- Markdown cells in notebooks should be cards
16
-- Value Boxes (`component: valuebox`)
+- Value Boxes (`compontent: valuebox`)
17
- Real Navigation Bar
docs/reference/reference.lua
@@ -53,7 +53,7 @@ function Pandoc(doc)
53
for _,group in ipairs(groups) do
54
-- title
55
doc.blocks:insert(pandoc.Header(group.level or 2, markdownToInlines(group.title), pandoc.Attr(autoId(group.title))))
56
- -- optional description
+ -- optionalal description
57
if group.description then
58
local description = pandoc.read(group.description).blocks
59
for _,blk in ipairs(description) do
0 commit comments