summaryrefslogtreecommitdiffstats
path: root/filters/common_actions.lua
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-05-05 21:57:07 +0200
committerVolpeon <git@volpeon.ink>2021-05-05 21:57:07 +0200
commita81b62cf82e1f0f2d31521ce0561201762ced44e (patch)
tree1def39c531ece921fbc9de7e6247995baeba8398 /filters/common_actions.lua
parentUpdate (diff)
downloadvolpeon.ink-a81b62cf82e1f0f2d31521ce0561201762ced44e.tar.gz
volpeon.ink-a81b62cf82e1f0f2d31521ce0561201762ced44e.tar.bz2
volpeon.ink-a81b62cf82e1f0f2d31521ce0561201762ced44e.zip
Update
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'}))