Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiushiyan/remark-heading-attrs
Remark plugin to support pandoc-style heading attributes
https://github.com/qiushiyan/remark-heading-attrs
Last synced: about 2 months ago
JSON representation
Remark plugin to support pandoc-style heading attributes
- Host: GitHub
- URL: https://github.com/qiushiyan/remark-heading-attrs
- Owner: qiushiyan
- License: mit
- Created: 2024-08-18T19:10:43.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-19T00:12:45.000Z (3 months ago)
- Last Synced: 2024-11-19T23:49:46.102Z (about 2 months ago)
- Language: TypeScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# remark-heading-attrs
A remark plugin to support [pandoc-style heading attributes](https://pandoc.org/chunkedhtml-demo/8.3-headings.html#extension-header_attributes).
```markdown
## Heading {#id .class1 .class2 key1=value1 key2=value2}
```becomes
```html
Heading
```## Installation
```bash
npm install remark-heading-attrs
```