-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Description
👋 thanks for this amazing package. It enables so much. This might be an upstream issue but I thought to bring it here first.
commonmark::markdown_html
doesn't seem to parse markdown correctly for links that open in a new tab.
For example commonmark::markdown_html
generates this:
commonmark::markdown_html("[RStudio](https://www.rstudio.com/){target='_blank'}")
<p><a href=\"https://www.rstudio.com/\">RStudio</a>{target='_blank'}</p>
When I think this is what it should generate:
<p><a href="https://www.rstudio.com" target="_blank">RStudio</a></p>
Metadata
Metadata
Assignees
Labels
No labels