0.2.7 • Published 8 months ago

markplus-engine v0.2.7

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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

8 months ago

0.2.6

8 months ago

0.2.5

9 months ago

0.2.4

9 months ago

0.2.3

10 months ago

0.2.2

10 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.1.9

10 months ago

0.1.8

10 months ago

0.1.7

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago