-
Given this test case :
```rust
from(" {`\n a\n `}", &ParseOptions::mdx()).unwrap()
```
the generated markdown tree seem to be missing the white spaces between the first `\n` and `a`
T…
bnchi updated
3 weeks ago
-
I really love this project so much. This is awesome work!!!
But i have some issue:
```bash
Cannot read properties of undefined (reading 'data')
at Object.exitWikiLink (file:///D:/Project/P…
-
The `node:` protocol (https://github.com/nodejs/node/issues/38343) does not seem to be supported or I do not know how to "make it happen".
main.js
```
import { toMdast } from 'hast-util-to-mdas…
-
Bad news @wooorm - micromark/micromark#169, or something like it, is an issue here as well - I haven't yet grokked your edit maps, but either they don't solve the quadratic-complexity parsing problems…
-
Hello,
I've been trying your package in my project, but I've found when I stringify my `mdast` tree back into markdown, the heading id is now lost.
I've tried to hack together a solution which w…
-
After adding ReactMarkdown i started getting warnings when "rolling up" the project, this was the warning:
```
luigi@luigi-virtualbox:~/workspace/resume-template$ npm run build
> @z87/resume-temp…
-
**Describe the Feature**
I propose adding RuStore as a new source for downloading and updating Android applications through Obtainium. RuStore is a popular Russian app store, and integrating it would…
-
Obsidian itself also supports block elements in headings, like this:
![grafik](https://github.com/user-attachments/assets/22e7a9e2-c661-4fcb-b8da-61c8e1f26cb1)
Maybe this could be added here as …
-
Hi. I started using markdown-rs and noticed I had to add a panic into my code just because everything is a `Node`, but `List` can only really contain `ListItem`s. Since 1.x is still in alpha, I figure…
tv42 updated
10 months ago
-
The transition from `markdown-it` to `remark` required temporarily disabling pro/con lists. Restoring them will require a custom extension to `mdast` that reads the [`listItemMarker` tokens](https://…