Browse Source

Disable Italics _ in markdown (#36)

Co-authored-by: Gerhard Olsson <gerhardol@users.noreply.github.com>
pull/37/head
Gerhard Olsson 2 years ago
committed by GitHub
parent
commit
cc84160cb1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      Project/Resources/Markdown.xshd

5
Project/Resources/Markdown.xshd

@ -79,10 +79,11 @@
<End>__</End>
</Span>
<Span name="Italic1" color="Black" italic="true" stopateol="true">
<!-- Disabled because underscore in texts is interpreted as italics -->
<!-- <Span name="Italic1" color="Black" italic="true" stopateol="true">
<Begin>_</Begin>
<End>_</End>
</Span>
</Span> -->
<!-- Disabled because conflicts with unordered list items -->
<!-- <Span name="Italic2" color="Black" italic="true" stopateol="true">

Loading…
Cancel
Save