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