summaryrefslogtreecommitdiffstats
path: root/filters/common_actions.lua
diff options
context:
space:
mode:
Diffstat (limited to 'filters/common_actions.lua')
-rw-r--r--filters/common_actions.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/common_actions.lua b/filters/common_actions.lua
index 535a225..262f086 100644
--- a/filters/common_actions.lua
+++ b/filters/common_actions.lua
@@ -13,7 +13,7 @@ function CodeBlock(el)
13end 13end
14 14
15function Header(el) 15function Header(el)
16 if el.level == 1 or el.level == 2 then 16 if el.level == 1 then
17 local newchildren = pandoc.List() 17 local newchildren = pandoc.List()
18 18
19 newchildren:insert(pandoc.Span(el.content, {class = 's-body__title-inner'})) 19 newchildren:insert(pandoc.Span(el.content, {class = 's-body__title-inner'}))