Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```