Lines starting with \ are not rendered properly in markdown.
Steps to Reproduce:#
- Create a
.mdfile - Add some text.
- Add a line which starts with
\ - Commit changes and push to tangled
Expected Result:#
The line starting with \ renders with a \ or escaped charager
Actual Result:#
The line is rendered as a <math> element
Live example:#
See Here (lines 67 and 80 should be rendered)
Example#
There is text here
\This line doesnt render
There is text here
There is text here
\This line doesnt render
There is text here
Seems to be rendering as
<math>which is weird. Doesn't contain any of the text inside it.Assuming you're following Github Flavoured Markdown, I can't see anything that indicates a
<math>element should show up instead of of a*