diff --git a/doc.md b/doc.md index 7422e81..fd54b53 100644 --- a/doc.md +++ b/doc.md @@ -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!)