steem-markdown
v1.0.0
Published
This is just a repackaging of the markdown parsing functionality for Busy.org. The repo can be found [here](https://github.com/busyorg/busy), which is based off of the code for [Steem Condenser](https://github.com/steemit/condenser).
Downloads
2
Readme
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)