Highlights in markdown
Highlighting words in markdown draws the attention of the reader
Use double equals signs (==) around the text:
I need to highlight these ==important words==.
Which renders like this:
I need to highlight these ==important words==.
Alternatively, use HTML:
I need to highlight these <mark>very important words</mark>.