;doc: fix yet another rendering issue with new pandoc ({=html})

Since pandoc 2.8 the markdown writer adds this raw_attribute syntax by default.
This commit is contained in:
Simon Michael 2020-01-06 09:41:03 -08:00
parent 6dcf6310a3
commit e789cc93f5

View File

@ -121,7 +121,7 @@ fromsrcmd = "-f markdown-smart-tex_math_dollars"
-- recommonmark (Commonmark syntax, https://spec.commonmark.org)
-- sphinx-markdown-tables (PHP Markdown Extra table syntax, https://michelf.ca/projects/php-markdown/extra/#table)
-- XXX trying to force the use of pipe_tables here, but sometimes it uses html instead
towebmd = "-t markdown-smart-fenced_divs-fenced_code_attributes-simple_tables-multiline_tables-grid_tables --atx-headers"
towebmd = "-t markdown-smart-fenced_divs-fenced_code_attributes-simple_tables-multiline_tables-grid_tables-raw_attribute --atx-headers"
main = do