Hello
Problem
As I share some text, I often use bold, emphasis and bloc quote. But sometimes, I want something more explicit and visual, like highlighting some specific word or sentence.
Details
Some markdown flavor can highlight parts of the text with this syntax :
This is ==my important text==
« my important text » will render with a colored background, usually a pale yellow.
- This is my important text
The HTML rendered text will use the <mark>my important text</mark> tag.
Can it be added to the existing parser ?
Hello
Problem
As I share some text, I often use bold, emphasis and bloc quote. But sometimes, I want something more explicit and visual, like highlighting some specific word or sentence.
Details
Some markdown flavor can highlight parts of the text with this syntax :
This is ==my important text==« my important text » will render with a colored background, usually a pale yellow.
The HTML rendered text will use the
<mark>my important text</mark>tag.Can it be added to the existing parser ?