Hiya! I've started using dodeca for my blog and it' great! However what would make it even better for me would be if I was able to use ==highlight== to highlight elements. Obsidian has this feature and it creates a text marker effect, which I like as a way to highlight key phrases in things like quotes. Unlike **bold** this doesn't change the source text and I don't need to add any "emphasis mine". It would be great if marq supported the ==highlight== markdown extension. Thanks!
Syntax:
This is ==highlighted text== in a paragraph.
Expected output:
<p>This is <mark>highlighted text</mark> in a paragraph.</p>
References:
Hiya! I've started using dodeca for my blog and it' great! However what would make it even better for me would be if I was able to use
==highlight==to highlight elements. Obsidian has this feature and it creates a text marker effect, which I like as a way to highlight key phrases in things like quotes. Unlike**bold**this doesn't change the source text and I don't need to add any "emphasis mine". It would be great if marq supported the==highlight==markdown extension. Thanks!Syntax:
Expected output:
References:
<mark>element (MDN)