JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 180
  • Score
    100M100P100Q81427F
  • License MIT

Markdown to PDF

Package Exports

  • gulp-markdown-pdf

Readme

gulp-markdown-pdf

Markdown to PDF with markdown-pdf

Issues with the output should be reported on the markdown-pdf issue tracker.

Install

npm install --save-dev gulp-markdown-pdf

Usage

import gulp from 'gulp';
import markdownPdf from 'gulp-markdown-pdf';

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

API

markdownPdf(options?)

See the markdown-pdf options.