You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I've been loving using this crate in a project of mine, it's really amazing. I have another segment of my project (translations) that would really benefit from being able to have its markdown only emit new HTML for explicit style... requests? For lack of a better word? I checked Constructs and it states that paragraphs cannot be turned off, which are what is currently causing trouble for me as it's placed around everything.
Thanks for making this library!
The text was updated successfully, but these errors were encountered:
This feels like it would be a good fit for a mdast/hast plugin as defined in #32
Core markdown-rs is focused on CommonMark, GFM, and MDX.
Different markdown outputs and flavors are welcome in the ecosystem (plugins). Core itself aims to stick close to the standard and not have too much bloat of options and alternatives.
Hello! I've been loving using this crate in a project of mine, it's really amazing. I have another segment of my project (translations) that would really benefit from being able to have its markdown only emit new HTML for explicit style... requests? For lack of a better word? I checked Constructs and it states that paragraphs cannot be turned off, which are what is currently causing trouble for me as it's placed around everything.
Thanks for making this library!
The text was updated successfully, but these errors were encountered: