How Do We Highlight Text In Markdown?
Answered
If you run the code snippets on this answer on stackoverflow you will see 2 different ways of highlighting text with markdown
https://stackoverflow.com/a/36039773/1000011
<mark>Marked text</mark>
<span style="background-color: #FFFF00">Marked text</span>
Neither works in IDEA.
How do we highlight text with markdown in IDEA?
Please sign in to leave a comment.
Looks like a more generic issue: https://youtrack.jetbrains.com/issue/IDEA-241802.