Convert Markdown to PDF and HTML
Version updated for https://github.com/barrust/markdown-to-pdf to version v1.0.3.
- This action is used across all versions by ? repositories.
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 formats, enabling streamlined document generation directly within CI/CD workflows. It supports features like code highlighting, tables, images, links, emojis, and task lists, solving the problem of manual file conversion while ensuring consistent formatting with customizable themes and templates. Key capabilities include flexible input/output directory management, table of contents generation, and the ability to extend or customize CSS themes for tailored document styling.
Release notes
What’s Changed
- fix image embedding by @barrust in https://github.com/barrust/markdown-to-pdf/pull/23
- remove requests by @barrust in https://github.com/barrust/markdown-to-pdf/pull/39
Full Changelog: https://github.com/barrust/markdown-to-pdf/compare/v1...v1.0.3