Insert markdown color
This plugins makes it able to insert a code snippet for
coloring text in a markdown file.
Usage
- Select the text to color
- Press CTRL + SHIFT + P.
This opens the Command dialog
- Search for the command:
Markdown Color: Insert markdown color
- Type the color you want.
The color has to be valid. Choose a CSS valid color.
Example
<span style=color:red>Some red text</span>
<span style=color:green>Some green text</span>
<span style=color:blue>Some green text</span>
Some red text
Some green text
Some green text
| |