diff options
Diffstat (limited to 'filters')
-rw-r--r-- | filters/common_actions.lua | 2 |
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) | |||
13 | end | 13 | end |
14 | 14 | ||
15 | function Header(el) | 15 | function 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'})) |