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
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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