In the editor, the title content of "#" is not displayed correctly

In the editor, the title content of "#" is not displayed correctly
Upload the test notes, please help verify the problem. Thank you

test.jex (13.5 KB)

The "#" title is displayed correctly in the front section

The "#" title at the end of the test note does not display correctly in the editor

To be honest, I can't see what's wrong.

When you create a support entry on discourse or a issue on github a few questions are given and these should not simply be deleted!

I took a look at your note and I can see what's wrong. The parser that the editor uses is very limited, so anytime it sees text between angle brackets it will stop treating the text as markdown and start treating it as html. In your case you have <WAN-IP> in the note. This is wrongly interpreted as an HTML code and will change the rendering.

To get your note highlighting properly you'll need to escape this text with a backslash like so \<WAN-IP>.

I added backquotes to "< Wan IP >" in my notes. It's normal now. Thank you

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.