This commit is contained in:
notnull 2024-04-07 00:05:31 -04:00
parent 9c6ffd927a
commit ff6516fcaf

2
doc.md
View File

@ -247,7 +247,7 @@ There is also a way to use `minted` for syntax highlighting, however it has seve
- minted requires Pygments
- minted requires you to run pdflatex with `--shell-escape` (yikes!)
- minted requires an external [pandoc-filter](https://pandoc.org/lua-filters.html).
- To use, download [here](https://github.com/pandoc/lua-filters/blob/master/minted/minted.lua)), then run by passing `--filter minted.lua` to pandoc.
- To use, download [here](https://github.com/pandoc/lua-filters/blob/master/minted/minted.lua), then run by passing `--filter minted.lua` to pandoc.
- minted adds a new directory to your project directory (and many lines to the log output).
- To use `breakspace=true` you have to add additional metadata to the .md file (ew!)