Skip to content

Mikroways/md2pdf-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mikroways md2pdf theme

This module exposes md-to-pdf configuration to be used with Mikroways theme.

Usage

Install this package with npm:

npm i --save @mikroways/md2pdf-theme

And it will install md-to-pdf as dependency and provides a script to be used as its configuration:

curl -o /tmp/sample.md -L \
  https://raw.githubusercontent.com/Mikroways/md2pdf-theme/main/README.md
node_modules/.bin/md-to-pdf \
  --document-title "Test document" \
  --config-file node_modules/@mikroways/md2pdf-theme/config.js \
  /tmp/sample.md

Output pdf will be at /tmp/sample.pdf

About

Mikroways md-to-pdf theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages