translation of md-color (https://github.com/KuKuDeCheng/md-color) .When writing with MarkDown, you can use `<font color=red>content</font>` to add color to the text. md-color is the lazy tool for this operation
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
When writing in Markdown, you can use <font color=red>content</font> to add color to text. md-color is a tool designed to simplify this process.
Usage
Select a piece of text in your Markdown file.
Use the shortcut ctrl+1 (Windows/Linux) or cmd+1 (Mac).
md-color will randomly assign a color to the selected text using the <font color> attribute.
Alternatively, you can right-click and choose a specific color from the md-color menu.