-
When I changed the setting "Export files from HTML to Markdown" from HTML to Markdown, all the functionality for removing [[wiki-links]] formatting in the output PDF stops working.
-
Hi !
I installed mermaid-cli: `npm install mermaid.cli`
I set the variable `MERMAID_BIN='~/node_modules/.bin/mmdc'`
I installed pandoc-mermaid-filter : `pip install pandoc-mermaid-filter --user`
…
-
I installed pandoc-eqnos on Windows 10 using pip install pandoc-eqnos pandoc-xnos, but when I try to convert the markdown to word with --filter pandoc-eqnos I get an error:
Word experienced an erro…
-
Hi and thanks for your wonderful filter for pandoc. I noted that, using your filter, the percent sign causes troubles when rendered in latex. I have to use a double escape '\\%' in order to get this s…
fungs updated
6 years ago
-
Because `rmarkdown::md_document()` only offers a few hard-code options, none of which are MyST-compatible. That function is nevertheless extensible via https://pandoc.org/lua-filters.html
-
All I get is this when running `pandoc` with this filter on.
```
Traceback (most recent call last):
File "/home/tan/.local/bin/pandoc-latex-extensions", line 5, in
from pandoclatexextensi…
-
Hi,
Thanks for this blog template first. It is slick and very readable.
I updated pandoc through brew 2 days ago and it broke the build and now getting the following error:
```
RuntimeErro…
bugra updated
4 years ago
-
MacOS Catalina 10.15.5, GHC-8.8.3, Stack-2.3.1, current LaTeX (MacTeX-2020):
```
$ stack exec make
pandoc -c css/style.css --filter includes.hs --template template.html -s -f markdown -t html --sta…
-
See #16
I've seen such feature request for other pandoc filters dealing with csv before, but I didn't give enough time to think about a good syntax for it (and since I personally don't need this f…
-
when pandoc parser enabled, lua-filter arguments seems not work as expected.
I tested with 'include-files.lua' filter.
~~~
pandoc input.md --lua-filter=include-filtes.lua -o output.md
~~~
…