Release notes
v0.6.0 #
May 31, 2025
- Adjusted the style of heading anchor links to appear smaller and less intrusive
- Anchor links next to headings are now hidden when the
-anchor-text
option is not specified - Fixed: CSS output bug: % was not escaped as %%, breaking @media print rule.
v0.5.0 #
May 30, 2025
- Treat
-
as stdin - Added the
-readme-to-index
option, which rewrites file names starting withREADME
to start withindex
in relative anchor URLs.
This is useful when generating links that point toindex.html
instead ofREADME.html
(e.g.,README_ja.md
→index_ja.html
).
v0.4.0 #
May 7, 2025
- Insert
<!DOCTYPE html>
into generated HTML - Implement
-title-from-file
option to use the contents of a specified file as the HTML title
v0.3.0 #
Mar 22, 2025
- Removed
-header
and-footer
options. Markdown files are now specified directly in the command:
minipage HEADER.md BODY.md FOOTER.md > OUTPUT.html
v0.2.0 #
Mar 21, 2025
- Added the option
-anchor-text STRING
v0.1.0 #
Mar 20, 2025
- Initial release