FIXED: Minor syntax error with markdown language

Report issues, odd behaviors or submit a detailed bug report.
Post Reply
User avatar
DerellLicht1
Posts: 161
Joined: 23 Jul 2021 17:38
Location: Fremont, CA, USA

FIXED: Minor syntax error with markdown language

Post 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" ...
Attachments
rjte.markdown.errors.jpg
rjte.markdown.errors.jpg (73.3 KiB) Viewed 2280 times
User avatar
Rickard Johansson
Site Admin
Posts: 6783
Joined: 19 Jul 2006 14:29

Re: Minor syntax error with markdown language

Post 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
User avatar
DerellLicht1
Posts: 161
Joined: 23 Jul 2021 17:38
Location: Fremont, CA, USA

Re: FIXED: Minor syntax error with markdown language

Post by DerellLicht1 »

Cool!! Thanks!!

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