-
Similar to how mdast to hast supports `hName` and `hProperties`.
Support `ghHash` (#3) and `ghFilepath` (#2).
-
Current failing cmark json tests:
```
// Expected
44, // This is a block break, expect it to be different
// Minor
25, // This is a I think
// To fix
333, // Spacing around inline code?
…
-
currently, when an mdx document has a footnote, the keystatic mdx field errors with the following error message:
```
Field validation failed: content: Unexpected error: Error: Unhandled type footn…
-
Steps to reproduce:
```html
import ReactMarkdown from 'https://cdn.skypack.dev/react-markdown'
console.log(ReactMarkdown)
```
Yields:
https://cdn.skypack.dev/error/build:micromar…
-
I'm trying to use this is Astro. Unfortunately, when at least one callout is present on the page, rendering crashes:
```
Failed to parse Markdown file "C:\Entwicklung\repos\eiko-wagenknecht.de\src…
-
Initial thoughts:
1. Impl remark plugin (define a new mdast node type)
2. Define configs in `src/slate-markdown/elements`
-
My first approach would be to try to use computed fields for this.
## Related
- https://github.com/syntax-tree/mdast-util-toc
- https://github.com/remarkjs/remark-toc
- https://github.dev/shud…
-
I have a use case where I wish to write a markdown parser that converts `[[Wiki Style Links]]` into valid common mark links E.g. `[Wiki Style Links]({generated_source_url}]`.
Reading the docs and s…
-
Hello Jake,
Thanks for the great work on this API wrapper, it does help a lot in managing Notion source data.
I'm building for my team of tech teachers a course writing pipeline from Notion to L…
-
Hi,
Thank you for this rust-native markdown parser. It is really helpful in one of my project!
Just wanted to report a bug (I believe it is a bug) when, in a table, there is markdown styling at th…