markdown-pdf
Advanced tools
Comparing version 5.2.0 to 5.3.0
{ | ||
"name": "markdown-pdf", | ||
"version": "5.2.0", | ||
"version": "5.3.0", | ||
"description": "Markdown to PDF converter", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -108,3 +108,3 @@ markdown-pdf [![Build Status](https://travis-ci.org/alanshaw/markdown-pdf.svg)](https://travis-ci.org/alanshaw/markdown-pdf) [![Dependency Status](https://david-dm.org/alanshaw/markdown-pdf.svg)](https://david-dm.org/alanshaw/markdown-pdf) [![Coverage Status](https://img.shields.io/coveralls/alanshaw/markdown-pdf.svg?style=flat)](https://coveralls.io/r/alanshaw/markdown-pdf?branch=master) | ||
#### options.remarkable | ||
Type: `object` | ||
Type: `object` | ||
Default value: `{}` | ||
@@ -115,3 +115,3 @@ | ||
##### options.remarkable.plugins | ||
Type: `Array` of remarkable-plugin `Function`s | ||
Type: `Array` of remarkable-plugin `Function`s | ||
Default value: `[]` | ||
@@ -266,2 +266,3 @@ | ||
-z, --highlight-css-path [path] Path to custom highlight-CSS file | ||
-m, --remarkable-options [json] Options to pass to Remarkable | ||
-f, --paper-format [format] 'A3', 'A4', 'A5', 'Legal', 'Letter' or 'Tabloid' | ||
@@ -268,0 +269,0 @@ -r, --paper-orientation [orientation] 'portrait' or 'landscape' |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
249901
272