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 just found your library and it's working really well! Thanks! 👏
I'm using markdown::to_mdast to get the AST for some frontmatter parameters and then using markdown::to_html_with_options for rendering and if I'm not mistaken this parses the content twice.
I think it'd be good to expose converting AST tree to HTML directly so I could parse it just once with to_mdast and then convert to HTML from that.
Thanks for your time! 👋
The text was updated successfully, but these errors were encountered:
Ack. I'm not familiar with the lingo so I'm not sure if "hast" refers to HTML AST or something but if you think the issue is already resolved by others I'm OK with closing this one as a duplicate.
Hi,
I just found your library and it's working really well! Thanks! 👏
I'm using
markdown::to_mdast
to get the AST for some frontmatter parameters and then usingmarkdown::to_html_with_options
for rendering and if I'm not mistaken this parses thecontent
twice.I think it'd be good to expose converting AST tree to HTML directly so I could parse it just once with
to_mdast
and then convert to HTML from that.Thanks for your time! 👋
The text was updated successfully, but these errors were encountered: