Skip to content
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages