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
Markdown allows line breaks in inline code fragments, so this isn't exactly a bug. I recognize that it's not the desired behavior in the case of linking to R packages, but that's a rather special case. Perhaps this should be fixed on the R side: why not parse the links across line breaks when that's perfectly valid Markdown?
It's not really a link parsing issue. The problem is that when inline code fragments are line-broken, the R code is not interpreted any more. But, yes, if markdown supports line breaks in inline code, I suppose the code evaluation should do too. I'll try to investigate further. Thanks!
When using
markdown-mode
with R,fill-paragraph
breaks in-line code. For exampleproduces
which is then simply formatted as in-line code, rather then being interpreted, as illustrated below
This is possibly related to #159.
I would be happy to try to fix this with some help to get started.
I am currently using
The text was updated successfully, but these errors were encountered: