jrblevin / markdown-mode

Emacs Markdown Mode
http://jblevins.org/projects/markdown-mode/
GNU General Public License v3.0
892 stars 163 forks source link

Mark/highlight text #752

Closed vibrog closed 1 year ago

vibrog commented 1 year ago

https://www.markdownguide.org/extended-syntax#highlight

This isn’t common, but some Markdown processors allow you to highlight text. To highlight words, use two equal signs (==) before and after the words.

I need to highlight these ==very important words==.

HTML5:

I need to highlight these <mark>very important words</mark>.

Not supported by GFM: I need to highlight these ==very important words==.

vibrog commented 1 year ago

Already implemented, Use markdown-enable-highlighting-syntax