notaapp / talk

Issues and discussions for the notes app, Nota.
https://nota.md
59 stars 1 forks source link

Incorrect "HTML tag" rendering #298

Open borekb opened 1 year ago

borekb commented 1 year ago

This is better explained with an example of Markdown:

Here I intend to write <html-tag>.

Here I intend to write a <placeholder>. I have to add `\` for it to render properly, so I write \<placeholder>.

In Preview, this is rendered as expected:

Screen Shot 2022-08-23 at 17 21 12

But is incorrectly "syntax-highlighted" in the editor:

Screen Shot 2022-08-23 at 17 21 41

The latest \<placeholder> shouldn't be rendered with a fixed width font, it's normal text.

(This is really a tiny issue so I'd understand if you ignored it 😄.)

astoilkov commented 1 year ago

That's a bug. I will look into this. Thanks!