-
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…
-
Hi,
I just found your library and it's working really well! Thanks! :clap:
I'm using `markdown::to_mdast` to get the AST for some frontmatter parameters and then using `markdown::to_html_with_o…
-
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 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…
-
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 …
-
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…
-
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 …
-
```
trim
-
So the Mdx content editor serialises latex expressions. I guess it serialises all the JS expressions.
![image](https://github.com/user-attachments/assets/7826c248-9003-4477-b41c-da789e6ec95d)
![i…
shmmh updated
2 weeks ago
-
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 …