🚀 Launch Week Day 3:Introducing Supply Chain Attack Campaigns Tracking.Learn More →
Socket
Book a DemoInstallSign in
Socket

gulp-markdown-pdf

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-markdown-pdf

Markdown to PDF

latest
Source
npmnpm
Version
9.0.0
Version published
Maintainers
1
Created
Source

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.

Keywords

gulpplugin

FAQs

Package last updated on 01 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts