markplus-engine
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

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 = 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).

Package Sidebar

Install

npm i markplus-engine

Weekly Downloads

14

Version

0.1.3

License

MIT

Unpacked Size

45.7 kB

Total Files

42

Last publish

Collaborators

  • tylerlong