While highlighted text is not part of the markdown standard, it is starting to be a commonly supported extension using the ==
syntax, for example ==highlighted text==
. Still it is a popular request also to have support for different colors like this:
What has been holding us back is that we didn’t know how to represent the colors in Markdown. But now we have a suggestion and would like your feedback. The idea is to use the colored circles from Unicode like this:
==🟢Green==, ==🔴red==, and ==🔵blue== highlights.
So, even in plain text, the color would be visible. And if you move the text to an editor that does support highlight Markdown, but not this color extension, it would look like this (this example is from Obsidian):
When used in Bear, it would look like the top screenshot, and the color saturation and lightness will be adjusted to fit the current theme. These are all the possible colors that we could support 🔴 🔵 🟢 🟡 🟠 🟣
.
If no color is specified, it will look as today with a highlight color that fits the theme.
Let us know your thoughts on this proposal!