0.2.7 • Published 4 months ago

markplus-engine v0.2.7

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

MarkPlus Engine

A markdown to html converter with a bunch of extra features.

It powers react-markplus.

Install

yarn add markplus-engine

Usage

import markplusEngine from 'markplus-engine';

const html = await markplusEngine.render('# Hello world!');

Notes

This library focus on markdown to html converstion. It's supposed to run in both Node.js and browser.

Thus, it doesn't handle CSS or client-side JavaScript.(since Node.js doesn't have CSS or client-side JavaScript).

0.2.7

4 months ago

0.2.6

4 months ago

0.2.5

5 months ago

0.2.4

5 months ago

0.2.3

5 months ago

0.2.2

5 months ago

0.2.1

5 months ago

0.2.0

5 months ago

0.1.9

6 months ago

0.1.8

6 months ago

0.1.7

6 months ago

0.1.5

6 months ago

0.1.4

6 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago