-
Pandoc does not currently display the text within the nth environment:
\documentclass{article}
\usepackage[super]{nth}
\begin{document}
This is the first line.\\
This is the…
-
### Bug description
I'm trying to set the columns of my Observable JS table to a fixed width of 60 pixels. I created an array with the exact number of columns in the table and set each value to 50.…
-
Reader : Markdown
Writer : LaTeX
Current version : Pandoc 1.11.1
Pandoc lacks the possibility of inserting tables with vertical lines.
I've been tweaking the generated tex from a markdown grid such a…
-
I fear this is an absolute newb question but how do I compile in a way that linked footnotes are turned into endnotes automatically using docx?
I found nothing in the Scrivener Format or in how to se…
-
When you get a chance, it'd be nice to have tsdoc/jsdoc docstrings in the codebase :-)
Also:
```console
❯ man djot
No manual entry for djot
```
-
Lots of Python tooling uses doctests and interactive snippets to show code.
i.e:
```pycon
>>> def add(x, y):
... return x + y
>>> add(2, 3)
5
```
The benefit of this is multiple:
…
-
`pandoc-citeproc` has been deprecated and removed in favor of the built-in flag [`--citeproc`](https://pandoc.org/MANUAL.html#citation-rendering).
This option is to my knowledge currently not possibl…
pbsds updated
2 years ago
-
Thanks for the great filter!
I'm not familiar with Pandoc so maybe this is obvious for everybody else but I tried reading PmWiki files from its data directory `wiki.d/` directory and that did not w…
-
Hey,
really awesome work here! I noticed a crash when parsing the AST of this table tho:
```markdown
| First Header | Second Header |
|:-------------|:--------------|
| Content Cell | Content…
-
## Summary
Rendering is very slow for big sites or slow custom converters. However, I think it is possible to significantly speed up rendering by utilizing multi-thread.
## Motivation
…