Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Insert markdown color snippetNew to Visual Studio Code? Get it now.
Insert markdown color snippet

Insert markdown color snippet

markdownColorInserter

|
176 installs
| (0) | Free
Insert a color code snippet in order to color your text in the acive markdown file.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Insert markdown color

This plugins makes it able to insert a code snippet for coloring text in a markdown file.

Usage

  1. Select the text to color
  2. Press CTRL + SHIFT + P.
    This opens the Command dialog
  3. Search for the command: Markdown Color: Insert markdown color
  4. 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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft