Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Markdown AbbreviationNew to Visual Studio Code? Get it now.
Markdown Abbreviation

Markdown Abbreviation

saeris

|
1 install
| (0) | Free
Adds HTML Abbreviation <abbr> support to VSCode's markdown preview
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

markdown-abbr

Adds support for HTML Abbreviations <abbr> using @mdit/plugin-abbr

Usage Example

The HTML specificationis maintained by the W3C.

*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium

becomes:

<p>The <abbr title="Hyper Text Markup Language">HTML</abbr> specificationis maintained by the <abbr title="World Wide Web Consortium">W3C</abbr>.</p>
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft