snudown icon indicating copy to clipboard operation
snudown copied to clipboard

Add support for colors in Markdown

Open TheRealVira opened this issue 4 years ago • 1 comments

User could use this as the following:

>c:blue::text:<

Which then would get translated to:

<span style="color:blue">text</span>

Might be a need feature to bring some color in text and it would help to make some highlighting (aside from using the underline function). My implementation should support inline text color, but please check it for errors as I am a bit rusty with my C skills.

If you need anything else, please let me know! I am not sure if this is still active, but it's worth a try I guess 😄

TheRealVira avatar Sep 22 '21 17:09 TheRealVira

💇‍♀️

TheRealVira avatar Jul 28 '22 17:07 TheRealVira