Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Colon x2 Marker for MarkdownNew to Visual Studio Code? Get it now.
Colon x2 Marker for Markdown

Colon x2 Marker for Markdown

urapico

|
72 installs
| (0) | Free
extends Markdown to introduce marker with colon
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Colon x2 Marker for Markdown

This extends can introduce marker with colon to Markdown.

It is inspired by markdown-it/markdown-it-mark and bear.app.

Notation

::Notation::

If you customize token color

markup.bold.marker is specified as scope.

Ex.) settings

    "editor.tokenColorCustomizations": {
        "textMateRules": [
            {
                "scope": "markup.bold.marker",
                "settings": {
                    "fontStyle": "bold underline"
                }

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