Closed HebaruSan closed 9 months ago
Thanks! Do you have a validator or something? I'm surprised nothing has yelled at me yet.
I just saw some red highlights in GVim (my default text editor when opening from a ZIP). Markdown parsers are usually really forgiving, so presumably most would notice that there's only one on the line and treat it differently.
The underscore character marks the beginning and end of italics in Markdown. To use it as a normal character, it's supposed to be prefixed with a backslash. Except in URLs, which can be wrapped in
<>
instead.Noticed while reviewing KSP-CKAN/NetKAN#9920.