Skip to content

adccb/motosega

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

motosega

motosega (italian for chainsaw, following the tradition of ruby land's nokogiri) is a markdown to html parser.

usage

const motosega = require('motosega')

const input = 'this is some _markdown_ formatted *text*'
const output = motosega(input)

console.log(output)
  => 'this is some <i>markdown</i> formatted <b>text</b>'

About

a markdown-to-html parser in javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published