-
Currently (pandoc 2.1.2), pandoc's `ms` writer drops the complete image from the source
```markdown
![DESCRIPTION](images/image)
```
becomes
```nroff
[IMAGE: DESCRIPTION]
```
But it seems to …
-
This is a mixture between a question and a feature request.
In recent versions, Pandoc supports a new command line argument `--defaults=` with which a so-called ["defaults file"](https://pandoc.org…
-
Hi,
it would be great if there's a way to automate the wordcount specified in the YAML.
It's always a small pierce in the heart to knit a document, see the Lua filter wordcount, and then having to g…
-
The following calls all yield an error in Pandoc v2.16 whereas they worked w/o problem in Pandoc 2.14.2:
```lua
Pandoc = function(el)
local plain = pandoc.Plain:new({})
local str = pandoc.St…
-
I would like to propose, as an enhancement, the same approach taken here [Hide metadata header in markdown · Issue #527 · mwouts/jupytext](https://github.com/mwouts/jupytext/issues/527) :
> Startin…
sdbbs updated
3 years ago
-
```latex
\documentclass[fancyhdr,bookmark]{ctexbook}
\setmainfont{DejaVu Sans} % 設定英文字型
\setromanfont{DejaVu Sans} % 字型
\setmonofont{DejaVu Sans Mono}
\usepackage{ifxetex,ifluatex}
\providec…
-
If there is not a set of latex and pandoc software installed on the localhost then the pdf options will throw the error in the title. I haven't tried this on a shiny server but it is certainly the ca…
-
Because the Readme shows "error".
-
It seems like figures outside of code chunks are not numbered when using `bookdown::word_document2`. I assume this is a bug, because it works with other output formats like `bookdown::pdf_document2`.
…
-
Hello all!
I'm trying to run FastqPuri on my MacBook (OS Catalina 10.15.5) and I'm getting the following warning/error when running the test provided:
Qreport from FastqPuri
-Input file: ../tes…