Skip to content
/ marked Public
forked from markedjs/marked

A markdown parser and compiler. Built for speed.

License

Notifications You must be signed in to change notification settings

zavalit/marked

 
 

Repository files navigation

section-marked

a fork of npm's marked package, that puts content with a <h{1...6}/> tag in a <section />

Install

npm install section-marked --save

Usage

Example setting sections for h2 header:

var marked = require('marked');
marked.setOptions({
  section_depth: 2
});

About

A markdown parser and compiler. Built for speed.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 70.8%
  • JavaScript 29.1%
  • Makefile 0.1%