gd2md-html icon indicating copy to clipboard operation
gd2md-html copied to clipboard

Feature request: use == for highlighted text

Open lduperval opened this issue 2 years ago • 2 comments

Hi,

I'm not sure if this is now commonly accepted syntax, but it would be great if you could add the == fences to import/export.

I often use this to highlight important information in my documents and it gets "lost in translation" now.

lduperval avatar Aug 06 '23 20:08 lduperval

We can detect highlighted text (or at least text that has some background color) in a Google Doc, but not all Markdown renderers recognize the ==highlighted text== syntax. We can add <mark>highlights</mark> though. Github Markdown does not recognize either of those but at least the HTML markup doesn't appear literally (except here where I used the character codes).

What are you using to render/view your Markdown? Stackedit does render both the == and the mark (HTML) markup for highlighted text.

evbacher avatar Aug 10 '23 21:08 evbacher