diff options
Diffstat (limited to 'filters')
| -rw-r--r-- | filters/headers.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/filters/headers.lua b/filters/headers.lua deleted file mode 100644 index ea9cde6..0000000 --- a/filters/headers.lua +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | function Header(el) | ||
| 2 | if el.level <= 3 then | ||
| 3 | local newchildren = pandoc.List() | ||
| 4 | newchildren:insert(pandoc.Span(el.content, { class = 's-headings__primary' })) | ||
| 5 | el.content = newchildren | ||
| 6 | end | ||
| 7 | |||
| 8 | return el | ||
| 9 | end | ||
