https://github.com/imcuttle/remark-markdown
The plugin of remark for allowing markdown in `html`
https://github.com/imcuttle/remark-markdown
Last synced: 8 months ago
JSON representation
The plugin of remark for allowing markdown in `html`
- Host: GitHub
- URL: https://github.com/imcuttle/remark-markdown
- Owner: imcuttle
- License: mit
- Created: 2018-02-24T13:25:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-07T14:06:22.000Z (over 4 years ago)
- Last Synced: 2025-03-23T02:34:05.537Z (about 1 year ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: License
Awesome Lists containing this project
README
# remark-markdown
The plugin of remark for allowing markdown in `html`
[](https://travis-ci.org/imcuttle/remark-markdown)
[](https://codecov.io/github/imcuttle/remark-markdown?branch=master)
[](https://www.npmjs.com/package/remark-markdown)
[](https://www.npmjs.com/package/remark-markdown)
- Input
```markdown
# out
# ab
## cd
```
- HTML Output
```html
# out
ab
cd
```