0.1.3 • Published 3 years ago

markpiece v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Markpiece :cheese:

Customizable Markdown Parser

Install

  1. I share Markpiece with npm, it can be easily installed in a node environment.

    npm i markpiece

    or

    yarn add markpiece
  2. Finish :tada:

Usage

  1. Import MpParser from markpiece and instantiate it.

    import { MpParser } from 'markpiece'
    
    let parser = new MpParser()
  2. Markpiece translates from Markdown (string) to HTML by render method.

    let html = parser.render('# Hello Markpiece :cheese:')
  3. Done :tada:

Reference

Click below for detailed instructions (e.g. customization).

Reference (English) Reference (日本語)