Replies: 1 comment
-
Correct, it is not yet done — some of the work is wip, looking for people who can do the work! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working with the markdown-rs crate and need to perform AST-level modifications to markdown content. While the crate successfully parses markdown to AST and can output to HTML, I'm unable to output the modified AST back to markdown format.
Here is a little example - it seems like I can only "render" the AST via
to_html_with_options
.After a bit of searching I found this MR: #127
However, but it seems for now, this is not in the latest release
1.0.0-alpha.21
?Will this be added with the next release? If so, are there already plans when the next release will be?
As for other features, like gfm, especially table support, this is not possible yet?
Beta Was this translation helpful? Give feedback.
All reactions