https://github.com/jonaharagon/vscode-markdown-attrs
Adds attribute list support to the built-in markdown preview
https://github.com/jonaharagon/vscode-markdown-attrs
Last synced: 3 months ago
JSON representation
Adds attribute list support to the built-in markdown preview
- Host: GitHub
- URL: https://github.com/jonaharagon/vscode-markdown-attrs
- Owner: jonaharagon
- License: mit
- Created: 2024-04-05T17:49:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-05T18:23:08.000Z (about 1 year ago)
- Last Synced: 2025-01-20T11:30:33.915Z (5 months ago)
- Language: TypeScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Adds [attribute list](https://www.npmjs.com/package/markdown-it-attrs) support to VS Code's built-in Markdown preview.
## Features
Add classes, identifiers and attributes to your markdown with `{.class #identifier attr=value attr2="spaced value"}` curly brackets, similar to pandoc's header attributes.