Gulp Markdown Save

Markdown to HTML

Project README

gulp-markdown

Markdown to HTML with marked

Issues with the output should be reported on the marked issue tracker.

Install

npm install --save-dev gulp-markdown

Usage

import gulp from 'gulp';
import markdown from 'gulp-markdown';

export default () => (
	gulp.src('intro.md')
		.pipe(markdown())
		.pipe(gulp.dest('dist'))
);

API

markdown(options?) (default export)

See the marked options.

marked (named export)

Access the marked object to customize the lexer, parser or renderer.

Open Source Agenda is not affiliated with "Gulp Markdown" Project. README Source: sindresorhus/gulp-markdown
Stars
180
Open Issues
0
Last Commit
6 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating