it’s supported by this component to highlight something in topic
but this component just allow specific syntax
<mark>something i want to highlight</mark>
is there some component or plugin to support other syntax ?
I mean i am asking for the ability to use specific Markdown syntax ==highlighted text== to highlight text (supported by some markdown editor like typora, obsidian), as opposed to other syntax like <mark>highlighted text</mark> or BBCode.
I think they are asking for the ability to use specific Markdown syntax ==highlighted text== to highlight text, as opposed to other syntax like <mark>highlighted text</mark> or BBCode.
I believe you would need a plugin for that.
It might be interesting to make one with standard Markdown plugins (you can see them on the demo at https://markdown-it.github.io/).