Skip to content

Commit 7f8aefa

Browse files
committed
revert
1 parent f452eb8 commit 7f8aefa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/dashboards/_examples/_TODO.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ title: "TODO"
1313
- Tabsets without titles (left align tabs)
1414
- Sidebars
1515
- Markdown cells in notebooks should be cards
16-
- Value Boxes (`component: valuebox`)
16+
- Value Boxes (`compontent: valuebox`)
1717
- Real Navigation Bar

docs/reference/reference.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function Pandoc(doc)
5353
for _,group in ipairs(groups) do
5454
-- title
5555
doc.blocks:insert(pandoc.Header(group.level or 2, markdownToInlines(group.title), pandoc.Attr(autoId(group.title))))
56-
-- optional description
56+
-- optionalal description
5757
if group.description then
5858
local description = pandoc.read(group.description).blocks
5959
for _,blk in ipairs(description) do

0 commit comments

Comments
 (0)