-
Some very popular markdown tools (I know about obsidian.md, but it is probably not the only one) have an option to toggle true hard breaks, meaning any return character in the markdown will produce a…
-
Related: #17 #16 #17
I can't get remark-gfm to work as a plugin for extending markdown support to include Github Flavoured Markdown.
Adding an
```
mdx: {
remarkPlugins: [remarkGfm],
}…
-
**Context:**
Over the past year we have been coming up against some of the limitations of early design around the markdown-it tokenizer. There were many things that are in that library that are now e…
-
## Description
When attempting to build a PDF with a typst template, and having the ToC file specified under `exports` within `myst.yml`, it throws an error. Basically, it says that it is ignoring th…
-
When using multi-line HTML comments, this plugin seems to lead to an error
```md
```
```bash
{
err: TypeError: chunks[startIndex].slice is not a function
at sliceChunks (file:/…
-
### Subject of the issue
```markdown
***emphasis*in emphasis*
```
is stringified as:
```markdown
\***emphasis*in emphasis*
```
which changes the structure
### Your environment
…
-
Just wanted to throw it out there that I'm going to be trying to use the unified framework for translating LaTeX to pretext. Assuming that I am successful, that would probably make converting other u…
-
### Initial checklist
- [X] I read the [support docs](https://github.com/syntax-tree/.github/blob/main/support.md)
- [X] I read the [contributing guide](https://github.com/syntax-tree/.github/blob/ma…
-
### Describe the bug
The JFrog CLI is unable to publish build info for my application. I see errors regarding failed checksum calculations.
### Current behavior
This shows the initial setup t…
-
Referring to [this issue](https://github.com/withastro/astro/issues/7156), code blocks are not rendered as the value prop is set when mdast is being generated.