mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
doc: stop pandoc typography conversions in html manuals (#954)
Eg: -- was being rendered as en-dash. [ci skip]
This commit is contained in:
parent
5711cdf9ba
commit
eac15369f2
4
Shake.hs
4
Shake.hs
@ -72,10 +72,10 @@ makeinfo = "makeinfo"
|
||||
pandoc = "pandoc"
|
||||
|
||||
-- The kind of markdown used in our doc source files.
|
||||
fromsrcmd = "-f markdown-tex_math_dollars"
|
||||
fromsrcmd = "-f markdown-smart-tex_math_dollars"
|
||||
|
||||
-- The kind of markdown we like to generate for the website.
|
||||
towebmd = "-t markdown-fenced_divs --atx-headers"
|
||||
towebmd = "-t markdown-smart-fenced_divs --atx-headers"
|
||||
|
||||
|
||||
main = do
|
||||
|
Loading…
Reference in New Issue
Block a user