From a81b62cf82e1f0f2d31521ce0561201762ced44e Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 5 May 2021 21:57:07 +0200 Subject: Update --- filters/common_actions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filters/common_actions.lua') 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) end function Header(el) - if el.level == 1 or el.level == 2 then + if el.level == 1 then local newchildren = pandoc.List() newchildren:insert(pandoc.Span(el.content, {class = 's-body__title-inner'})) -- cgit v1.2.3-54-g00ecf