logo
首页技术栈工具库讨论
pandoc-filter-indent

pandoc-filter-indent

Formats marked code fragments, and allows pandoc to safely process rest of your literate program: Usage: > stack install pandoc-filter-indent > pandoc --filter pandoc-filter-indent -f input.md -o output.pdf > pandoc --filter pandoc-filter-indent -f input.md -o output.html Using lhs2TeX is somewhat inconvenient on large Markdown documents processed with pandoc, since it assumes that it can freely redefine everything. It is also pretty heavy on learning. So instead we have a simple Pandoc filter that is only applied to CodeFragments and creates tabular code structures from indentation. It uses GHC lexer to assure that latest features are always parsed correctly. Please see the README on GitHub at https://github.com/mjgajda/pandoc-filter-indent#readme
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
HACKAGE
carbal install pandoc-filter-indent
查看
标签
根据用户添加的标签生成
暂无标签