qjebbs / vscode-markdown-extended

Extended syntaxes to built-in markdown & What you see is what you get exporter.
MIT License
123 stars 25 forks source link

[Feature] Please include markdown-it-bracketed-spans #150

Open michaelbrylevskii opened 1 year ago

michaelbrylevskii commented 1 year ago

Please include markdown-it-bracketed-spans to use markdown-it-attrs for part of simple text.

Input: paragraph with [a style me span]{.red}

Output: <p>paragraph with <span class="red">a style me span</span></p>