Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ncaq/pandoc-minted
https://github.com/ncaq/pandoc-minted
haskell pandoc tex
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ncaq/pandoc-minted
- Owner: ncaq
- License: gpl-2.0
- Created: 2015-05-20T13:49:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T04:37:32.000Z (about 9 years ago)
- Last Synced: 2024-12-18T10:19:40.549Z (about 2 months ago)
- Topics: haskell, pandoc, tex
- Language: Haskell
- Size: 12.7 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pandoc-minted
It is pandoc filter script.
It use [minted](https://github.com/gpoore/minted) alternative listings for CodeBlock.
# How to use
Build by cabal.
~~~
pandoc --filter=pandoc-minted
~~~```md
\newcommand{\mintlang}{hs}
```# Authors
pandoc-minted
Copyright (C) 2015 ncaq
This program is GPLv2 or any later version.
See COPYRIGHT for full copyright.