Closed msidana closed 3 years ago
The problem is Markdown doesn't provide any built-in option to set colors to titles. This implies to use a workaround with HTML. Something like: <span style="color:red"> *some emphasized markdown text*</span>
. So the abuse of HTML in a markdown will make MD files unreadable. For this reason, I think is not a good idea to introduce colors in Markdown titles.
Maybe, you should consider in using something like Latex.
About RGB colors for text is not supported but I like the idea.
Thanks for your reply. Btw, I really liked mdutils
, made my life easy 👍🏻
Is your feature request related to a problem? Please describe. Feature Request/Query.
Describe the solution you'd like I am writing an automation to generate report using mdutils. To make the report suit the theme, I was looking for an option to have an option to set colour for the titile
Also want to know if there is an option to give hexcode RGB values as color in