diff --git a/docs/filters/filter.lua b/docs/filters/filter.lua index f6539de34d..2a6daf42e8 100644 --- a/docs/filters/filter.lua +++ b/docs/filters/filter.lua @@ -48,11 +48,11 @@ function Div(el) if FORMAT == "html" then local summary = pandoc.Plain{ - pandoc.RawInline("html", ''), pandoc.Str 'Examples', + pandoc.RawInline("html", ''), pandoc.Str 'Examples', pandoc.RawInline("html", "") } return { - pandoc.RawBlock("html", '
'), summary, el, + pandoc.RawBlock("html", '
'), summary, el, pandoc.RawBlock("html", '
') } end