BaileyJM02 / markdown-to-pdf

A GitHub Action to make PDF and HTML files from Markdown
MIT License
131 stars 32 forks source link

Updates and formatting #22

Closed JohnMeyerhoff closed 3 years ago

JohnMeyerhoff commented 3 years ago

We updated the script to allow extending the default theme by adding the provided css below the default css. We also refactored some of the main code. Fixed a bug where generating HTML which is too long would break the script. The String that was used could only have certain lenght. SetContent is not limited and can generate a larger pdf. Many thanks to @neo-hornberger.

BaileyJM02 commented 3 years ago

Thank you for this, I'll do a final review this evening 👍