Page 1 of 1

FIXED: Minor syntax error with markdown language

Posted: 05 Oct 2024 23:10
by DerellLicht1
html-style tags don't seem to be recognized properly in .md (markdown) files...
Note that in many forms of markdown, html syntax is valid for styles that are not actually supported by .md ...

There are four elements in the attached image, that are incorrect... the editor seems to be treating the right-angle (close tag) character as "begin comment" ...

Re: Minor syntax error with markdown language

Posted: 09 Oct 2024 16:56
by Rickard Johansson
Fixed in next release.

You can modify <AppData>\Roaming\RJ TextEd\Syntax\Markdown.syx

and add 1 line to the [Options] section, after LineCommentA=>:

Code: Select all

[Options]
LineCommentA=>
OnlyLineCommentIfFirstCharA=1

Re: FIXED: Minor syntax error with markdown language

Posted: 15 Oct 2024 00:05
by DerellLicht1
Cool!! Thanks!!

Later: Yes, V16.32 is perfect!! Thank you so much for your support!