https://github.com/kat0h/markdown-it-meta-header
markdown-it plugin to render github like yaml header
https://github.com/kat0h/markdown-it-meta-header
markdown-it-plugin
Last synced: 3 months ago
JSON representation
markdown-it plugin to render github like yaml header
- Host: GitHub
- URL: https://github.com/kat0h/markdown-it-meta-header
- Owner: kat0h
- License: mit
- Created: 2021-11-10T14:01:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-23T03:17:01.000Z (about 4 years ago)
- Last Synced: 2025-04-03T04:05:56.865Z (9 months ago)
- Topics: markdown-it-plugin
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/markdown-it-meta-header
- Size: 35.2 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# markdown-it-meta-header

**[DEMO](https://kat0h.github.io/markdown-it-meta-header/)**

## Usage
```
npm i markdown-it
npm i markdown-it-meta-header
```
```javascript
const MarkdownIt = require("markdown-it")
const MarkdownItMetaHeader = require("markdown-it-meta-header")
const md = new MarkdownIt()
md.use(MarkdownItMetaHeader)
md.render("---\n1: 2\n3: [4, 5, 6]\n---")
```
## License
MIT
## Author
Kotakato