Clément Aubert
Clément Aubert
Right now, the following options are offered: ``` --escape, --no-escape Escape special characters, such as umlaut. This ensures correct typesetting with latex. Enabled by default. ``` Would it be possible...
I am running pandoc v.2.0.5 (Compiled with pandoc-types 1.17.3, texmath 0.10, skylighting 0.5) on Debian. If I run pandoc -t html -F mermaid-filter -o something.html test.md on the example file...
As of now, I believe it is impossible to use pandoc-numbering to decide headers titles: ``` Exercise +.# ================ Exercise +.# -------------- ## Exercise +.# ## Exercise +.# ## ```...
If I am not mistaken, the license of your source code is not explicitly given. I assumed you were sharing this code for us to study, tweak and edit it,...
It seems that [the following video](https://youtu.be/X3Gj2nQZCNM) is not available anymore: https://github.com/stellar/awesome-stellar/blob/a04b84a47b21d35eaf8587a5062aa654cdf00687/README.md?plain=1#L95C80-L95C108
This is a feature request. If I'm not mistaken, that "enter" triggers the auto-completion is currently [hard-coded](https://github.com/texstudio-org/texstudio/blob/670624954907df24a49dacc17fee8527f8f33369/src/latexcompleter.cpp#L432) in the source code. Would it be possible to make this key a...
Imagine we have a `test_pandoc.md` file. Then the following: ~~~ Here is some code: ```{.md include=test_pandoc.md} ``` Description environment. ~ I'm in an environment. ```{include=test_pandoc.md} ``` Hi! - List -...
### Description In the following: ``` classDiagram class ClassName { -attribute : type - attribute : type +GetAttribute() type + GetAttribute() type } ``` the space is preserved between `-`...
*Another case that may be slightly rare, but I thought opening an issue about it could be useful. Thanks a lot!* The [--default-image-extension=EXTENSION](https://pandoc.org/MANUAL.html#reader-options) allows to: > Specify a default extension...
**Is your feature request related to a problem? Please describe.** It used to be the case that an example `nameOrderMap` record was given as an example on how to impose...