-
I haven't read the parser thoroughly, but it looks like `to_mdast()` always returns `mdast::Node::Root(_)` on success, even if the source document looks like a simple "inline" text.
If so, isn't it n…
-
✘ [ERROR] Build failed with 8 errors:
✘ [ERROR] Could not resolve "mime/lite.js"
src/handlers/handleRead.js:4:24:
4 │ import { getType } from "mime/lite.js"
╵ …
-
Spin-off from GH-15.
Some points I walked into:
- I’m using `function foo(...)` and the like for user-defined functions, e.g., `function attacher(mdast[, options])`, these are still visible in was …
-
The following error message is received during the initial build right after installing the package and adding the `RemarkModule` to the project:
```
Error: node_modules/ngx-remark/remark-node.com…
-
I've been using more and more remark lately, but most importantly I've been taking advantage of mdast to programmatically modify it and then go back to markdown. But every time I comeback to this modu…
-
```
trim
-
Currently doing some investigation on citations and thought I would post it here as it would be great to get on the same page for the **data-structures** for citations in mdast (I think there is more …
-
Found a panic with this very specific input:
```markdown
Hi
=====
```
Resulting panic:
```
thread 'main' panicked at src/to_mdast.rs:1249:9:
internal error: entered unreachable code: expe…
-
Cc: @wicksipedia, @JackDevAU, @Ben0189
Splitting off from #4681
We use [mdast](https://github.com/syntax-tree/mdast?tab=readme-ov-file#phrasingcontent) to save our content into markdown. It does n…
-
Hi!
remark is switching to a new parser (and compiler) internally ([micromark](https://github.com/micromark/micromark), [`remarkjs/remark#536`](https://github.com/remarkjs/remark/pull/536)), which …