https://github.com/noyobo/md2jsonml
Parse Markdown into JsonML.
https://github.com/noyobo/md2jsonml
jsonml markdown-parser
Last synced: about 1 year ago
JSON representation
Parse Markdown into JsonML.
- Host: GitHub
- URL: https://github.com/noyobo/md2jsonml
- Owner: noyobo
- Created: 2017-03-22T03:09:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T01:22:44.000Z (almost 6 years ago)
- Last Synced: 2024-10-14T03:18:10.926Z (over 1 year ago)
- Topics: jsonml, markdown-parser
- Language: JavaScript
- Size: 560 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Markdown to JsonML
=================
[](https://greenkeeper.io/)
[](https://travis-ci.org/noyobo/md2jsonml) [](https://codecov.io/gh/noyobo/md2jsonml/branch/master) [](https://www.npmjs.org/package/md2jsonml) [](https://npmjs.org/package/md2jsonml)
Parse markdown to [JsonML](http://www.jsonml.org/), work on NodeJS and Browser.
## Features
- Support HTML tags
- Support reference
## Installation
```bash
npm install md2jsonml
```
## Usage
```js
const md2jsonml = require('md2jsonml');
const jsonml = md2jsonml('## Markdown content')
```
## Examples
see [test](./test)