From e789cc93f54c6854fe2c4687a196b9ec00ac425a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 6 Jan 2020 09:41:03 -0800 Subject: [PATCH] ;doc: fix yet another rendering issue with new pandoc ({=html}) Since pandoc 2.8 the markdown writer adds this raw_attribute syntax by default. --- Shake.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shake.hs b/Shake.hs index 1599efe40..30b217907 100755 --- a/Shake.hs +++ b/Shake.hs @@ -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