-
This is in related to the https://discord.com/channels/1009193568256135208/1302455447269281823 thread on well formed markdown format docs not completing the `docs` GHA task.
The use of `\_` appears…
-
`yes` in the input becomes `true` in the output. According to the latest YAML spec, "yes" is no longer a boolean, and reasonably so.
```
$ cat test.md
---
indenting: [medium,yes]…
-
Hi,
If I set the image to anything newer:
`hugoVersion: "extended_0.128.2"`
The pipeline fails with:
```
Using Hugo version extended_0.134.3.
Connecting to github.com (140.82.116.3:443)
…
-
### Debug log ID
49DRETMQ-refs-euc/6.7.240-6
### What happened?
Currently, you [can't](https://github.com/retorquere/zotero-better-bibtex/discussions/3024) specify multiple libraries when convertin…
-
The downlit_md_path() does not have a classes argument like downlit_html_path() does. This means that you can only use downlit_md_path() with pandoc, only chroma. This is limiting. It thus requires me…
-
**Is your feature request related to a problem? Please describe.**
I hope to achieve batch and automated MD rendering to HTML. Can I execute the rendering to HTML function in the terminal command li…
-
### Issue
```
$ aider
/opt/homebrew/Cellar/aider/0.57.1/libexec/lib/python3.12/site-packages/pypandoc/pandoc_download.py:61: SyntaxWarning: invalid escape sequence '\.'
regex = re.compile(r"/j…
-
- substitute \href with \url, which seems more wider deployed.
- substitute verbatim with Verbatim, which reserves indent better.
-
If some cells are undefined, the filter can generate an invalid AST. For example, with this markdown:
```
::: list-table
* - A
- B
* - 1
:::
```
...we get the following (edited to show j…
-
recently i discovered these issues with ox-pandoc/pandoc, where the org buffer need to be exported to temporary org file using pandoc and then convert it again using pandoc CLI! this behavior in fact …