diff options
author | Volpeon <git@volpeon.ink> | 2021-03-15 09:44:47 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-03-15 09:44:47 +0100 |
commit | f911066b7753ed4e1f9482e28299bc51580d73a5 (patch) | |
tree | 373cd8d3485bc061471185b3609835e4bf3bf74a /filters | |
parent | Capitalize web service names (diff) | |
download | volpeon.ink-f911066b7753ed4e1f9482e28299bc51580d73a5.tar.gz volpeon.ink-f911066b7753ed4e1f9482e28299bc51580d73a5.tar.bz2 volpeon.ink-f911066b7753ed4e1f9482e28299bc51580d73a5.zip |
Font update
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 9ebcf17..fbbff6d 100644 --- a/filters/common_actions.lua +++ b/filters/common_actions.lua | |||
@@ -33,7 +33,7 @@ function Div(el) | |||
33 | 33 | ||
34 | newchildren:insert(pandoc.RawBlock('html', '<ul>')) | 34 | newchildren:insert(pandoc.RawBlock('html', '<ul>')) |
35 | 35 | ||
36 | for k, children in ipairs(el.content[1].content) do | 36 | for _, children in ipairs(el.content[1].content) do |
37 | newchildren:insert(pandoc.RawBlock('html', | 37 | newchildren:insert(pandoc.RawBlock('html', |
38 | '<li class="c-page__prefixed c-page__prefixed--ref">')) | 38 | '<li class="c-page__prefixed c-page__prefixed--ref">')) |
39 | newchildren:extend(children) | 39 | newchildren:extend(children) |