Use Markdown.parse("a $b") rather than md"a $b" . The string macro is finicky with interpolations, because it’s expecting $$ to be a math delimiter. Super annoying.
2 Likes
Use Markdown.parse("a $b") rather than md"a $b" . The string macro is finicky with interpolations, because it’s expecting $$ to be a math delimiter. Super annoying.