Skip to content
forked from markedjs/marked

A markdown parser and compiler. Built for speed.

License

Notifications You must be signed in to change notification settings

cakecatz/marked

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marked

Build Status

Usage

const Marked = require('marked');
const marked = new Marked({ /* options */ });

const md_content = `
# Hello, World!
`;

marked.parse( md_content );

About

A markdown parser and compiler. Built for speed.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 79.8%
  • JavaScript 20.2%