kohheepeace / mr-pdf

Generate PDF for document website.
https://www.npmjs.com/package/mr-pdf
MIT License
125 stars 41 forks source link

Subtitles and Disabling ToC #32

Closed ksmarty closed 3 years ago

ksmarty commented 3 years ago

Added two CLI options:

The first is a boolean that disables the table of contents when present. The second allows you to pass a subtitle to the PDF #26 .

If you want a multi-line subtitle, simply add
tags between lines are both the subtitle and title are just HTML injections.

I've added these to the README and tried to make my modifications as minimal as possible.

kohheepeace commented 3 years ago

@ksmarty thanks for your clean code. Thanks 👍