gulp-markdown-pdf

Markdown to PDF

MIT 19 个版本
安装
npm install gulp-markdown-pdf
yarn add gulp-markdown-pdf
pnpm add gulp-markdown-pdf
bun add 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.

版本列表
9.0.0 2023-11-01
8.0.0 2019-10-04
7.0.0 2018-11-29
6.0.0 2018-01-21
5.2.0 2018-01-21
5.1.0 2017-12-31
5.0.0 2017-06-30
4.0.0 2016-02-17
3.0.0 2015-12-23
2.1.0 2015-11-14
2.0.1 2015-02-16
2.0.0 2015-01-22
1.0.1 2014-09-02
1.0.0 2014-07-26
0.3.1 2014-07-26
0.3.0 2014-06-06
0.2.0 2014-02-25
0.1.1 2014-01-19
0.1.0 2013-12-31