Convert Markdown to PDF and HTML
Version updated for https://github.com/barrust/markdown-to-pdf to version v1.0.6.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action, “Markdown to PDF,” automates the conversion of Markdown files into PDF and HTML documents using customizable themes, including code highlighting, tables, images, and other Markdown features. It simplifies the process of generating professional documents from Markdown content, addressing the need for consistent and styled documentation output. Key capabilities include support for custom CSS themes, table of contents generation, and the handling of advanced Markdown elements such as emojis, footnotes, and text formatting.
Release notes
What’s Changed
- wrap text for table and code highlighting by @barrust in https://github.com/barrust/markdown-to-pdf/pull/48
- support superscripts and subscripts by @barrust in https://github.com/barrust/markdown-to-pdf/pull/49
- support abbreviations by @barrust in https://github.com/barrust/markdown-to-pdf/pull/50
Full Changelog: https://github.com/barrust/markdown-to-pdf/compare/v1...v1.0.6