Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/noyobo/md2jsonml

Parse Markdown into JsonML.
https://github.com/noyobo/md2jsonml

jsonml markdown-parser

Last synced: 2 months ago
JSON representation

Parse Markdown into JsonML.

Awesome Lists containing this project

README

        

Markdown to JsonML
=================

[![Greenkeeper badge](https://badges.greenkeeper.io/noyobo/md2jsonml.svg)](https://greenkeeper.io/)

[![](https://img.shields.io/travis/noyobo/md2jsonml.svg)](https://travis-ci.org/noyobo/md2jsonml) [![Codecov](https://img.shields.io/codecov/c/github/noyobo/md2jsonml/master.svg)](https://codecov.io/gh/noyobo/md2jsonml/branch/master) [![npm package](https://img.shields.io/npm/v/md2jsonml.svg)](https://www.npmjs.org/package/md2jsonml) [![NPM downloads](http://img.shields.io/npm/dm/md2jsonml.svg)](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)