Overview Version History Q & A Rating & Review
Markdown Preview Extended Syntax
A collection of syntax extensions for VSCode's built-in Markdown preview,
installable as a single pack. Install this and you get all of the extensions
below at once — no need to add each one individually.
Included syntax
Extension
Type this…
…to get
Markdown Mark
==highlight==
<mark>
Markdown Insert
++inserted++
<ins>
Markdown Delete
~~deleted~~
<del>
Markdown Subscript
H~2~O
<sub>
Markdown Superscript
31^st^
<sup>
Markdown Keyboard
[[Ctrl]]+[[C]]
<kbd>
Markdown Abbreviation
*[HTML]: Hyper Text…
<abbr> tooltips
Markdown DenDen Furigana
{漢字\|かんじ}
<ruby> annotations
Markdown Definition List
Term / : Definition
<dl> / <dt> / <dd>
Markdown GitHub Alerts
> [!NOTE]
callout boxes
Markdown Attrs
# Heading { #id .class }
element attributes
Markdown Tabs
% Tab + > body
tabbed panels
Markdown Steps
@1. Step
numbered step lists
Markdown Inline SVG

inlined <svg>
Markdown Unwrap Images
a standalone 
image without the wrapping <p>
Each extension is also available on its own if you only want a subset — see the
individual listings, or the source repository for full syntax docs.
About
Maintained as part of Mirrordown —
matched Markdown syntax extensions for the markdown-it, unified, and VSCode
preview ecosystems.