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
Thank you for this package, it is incredibly exciting and fun to use; it may be a little rough around the edges, but yet it is already fully functional. I keep on running into various little markdown / mathjax / in-string expression issues and wanted to flag this with a couple of reprex examples:
Reprex:
a =1
md" $(a) $ \epsilon $ $(a)"
md"$(a) $\epsilon$ $(a)"
md" $(a) $\epsilon$ $(a)"
The text was updated successfully, but these errors were encountered:
@fonsp Thanks for the heads up here, hard to tell within Pluto how much of the heavy lifting takes place within the library and how much within the base language. Given Pluto's unique heavy use of base markdown, especially with combinations of markdown & latex & interpolation, I wouldn't be surprised if similar issues pop up now and again, given the mysterious rules by which Julia seems to parse these strings. I've developed a PR to the main repo that documents some of this behavior, just so the status quo is explicit:
Thank you for this package, it is incredibly exciting and fun to use; it may be a little rough around the edges, but yet it is already fully functional. I keep on running into various little markdown / mathjax / in-string expression issues and wanted to flag this with a couple of reprex examples:
Reprex:
md" $(a) $ \epsilon $ $(a)"
md"$(a) $\epsilon$ $(a)"
md" $(a) $\epsilon$ $(a)"
The text was updated successfully, but these errors were encountered: