Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Inline AnnotationNew to Visual Studio Code? Get it now.
Inline Annotation

Inline Annotation

BaksiLi

| (0) | Free
Render Inline Annotation syntax in VS Code's built-in Markdown preview.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Inline Annotation for VS Code

Preview-only VS Code adapter for Inline Annotation.

This extension uses VS Code's built-in Markdown preview hook and installs the standard markdown-it-inline-annotation plugin through extendMarkdownIt.

Scope

  • Markdown preview rendering: yes
  • Markdown source editing behavior: no
  • hover, diagnostics, completion, and code actions: no
  • preview scripts: no
  • external resources: no

The first version is intentionally only a Markdown preview adapter. It proves that Inline Annotation can travel as ordinary Markdown syntax without depending on a host-specific browser script.

Development

npm install
npm test

Inside this workspace, npm run check:local verifies the adapter against the sibling ../markdown-it-inline-annotation build and shared fixture corpus without publishing a package first.

Before publishing this extension, publish markdown-it-inline-annotation 0.1.1 or newer and run the normal install/test path.

Safety Model

The adapter does not inject preview scripts. User-authored base and annotation text is escaped by markdown-it-inline-annotation before generated HTML is returned to VS Code's Markdown preview.

Keep editor-side features out of this package until preview rendering has real usage feedback.

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