1.0.0 • Published 6 years ago

steem-markdown v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

This is just a repackaging of the markdown parsing functionality for Busy.org. The repo can be found here, which is based off of the code for Steem Condenser.

The files are mostly unchanged, but any changes I made are tracked in my Github repo here.

All code in the busy folder is under the original license from Busy (see BUSY_LICENSE.md in the folder for more information).

Installation

npm install steem-markdown

Usage

const steemMarkdown = require('steem-markdown')

const parsedMarkdown = steemMarkdown(markdown)