From ff6516fcaf047c121e4b9058d92c41187371f11b Mon Sep 17 00:00:00 2001 From: notnull Date: Sun, 7 Apr 2024 00:05:31 -0400 Subject: [PATCH] -) --- doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!)