Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-05T18:23:08.000Z (7 months ago)
- Last Synced: 2024-05-01T15:21:29.985Z (6 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.