mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;shake: use --markdown-headings to silence warning (& require pandoc-2.11.2+)
This commit is contained in:
parent
b92a842728
commit
286efc7b12
3
Shake.hs
3
Shake.hs
@ -117,7 +117,8 @@ 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-raw_attribute --atx-headers"
|
||||
-- --markdown-headings=atx requires pandoc 2.11.2+, with older pandoc use --atx-headers instead
|
||||
towebmd = "-t markdown-smart-fenced_divs-fenced_code_attributes-simple_tables-multiline_tables-grid_tables-raw_attribute --markdown-headings=atx"
|
||||
|
||||
|
||||
main = do
|
||||
|
Loading…
Reference in New Issue
Block a user