-
Currently pandoc can be implemented `![[image.ext|image_caption]]` syntax according to https://github.com/jgm/pandoc/issues/8853#issuecomment-1698419064
according to the current pandoc-crossref ima…
-
pandoc 2.9.1.1 fails to convert the following valid LaTeX to anything (I'm interested in Markdown, but tried it with other output formats with the same result).
```latex
\documentclass[a4paper]{arti…
-
Hello,
I'm wondering if there is any plan to make it possible to cite something in Vimwiki?
This suggestion was made when google code was around: https://github.com/douglasdrumond/vimwiki/issues…
-
-
I am looking to integrate network diagrams in our technical documentation using `nwdiag` from http://blockdiag.com/ and it would make a really good candidate for `pp` integrated support. As `pp` integ…
-
I'm following "Epub 3 Best Practices" by Matt Garrish and Markus Gylling to find the best way to embed svg images in an epub3 file.
I'm trying to provide a fallback to PNG with Pandoc, but I'm unable…
-
I could see this being useful for relative links:
```
You can find the PDF here: [paper.pdf]().
```
rendered as
```html
You can find the PDF here: paper.pdf.
```
(spaces should be turned…
-
I am trying to server Rmd using shiny server. However, it seems rmarkdown or pandoc is buggy.
It works well on Rstudio but fails deploy on rstudio connect too.
yaml config:
```
output:
flex…
-
For some output formats, it is desirable to not only have a formatted bibliography, but to use semantic markup to identify parts of the bibliography (e.g., title, author, publisher, …). While pandoc s…
-
#333 introduced the first version of a spellchecker, but there are several remaining areas for improvement.
**GitHub Actions:** ✔️
We should be able to run the spellcheck filter in GitHub Actions …