Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for MyST markdown #33

Open
mgielda opened this issue May 30, 2022 · 0 comments
Open

Support for MyST markdown #33

mgielda opened this issue May 30, 2022 · 0 comments

Comments

@mgielda
Copy link

mgielda commented May 30, 2022

Hi! First of all, cool project! Looking at your extension syntax (https://kit-docs.svelteness.dev/docs/markdown/extensions#header-anchors) couldn't fail to notice this is very similar to the capabilities of MyST-markdown - https://myst-parser.readthedocs.io/en/latest/

MyST has a JS parser: https://executablebooks.github.io/mystjs/ and follows the CommonMark spec, with rst-compatible extensions.

The huge win is that MyST markdown also works seamlessly in a super-popular documentation framework, Sphinx, so it creates an interop later with a ton of preexisting documentation authored in rst or MyST - migrating to MyST from rst is a breeze.

@mgielda mgielda changed the title Support MyST markdown Support for MyST markdown May 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant