Initial release of the ghmdlib fork of the ghmd project.
New features:
The original ghmd project was forked to provide additional Markdown to HTML
conversion features, specifically for our docp project suite. However, as
the library is generalised, it can be integrated into any project.
- An installable library has been built in for cross-project integration.
- The command line program has been updated to include additional features
including a --preview flag which auto-opens the converted HTML file in a
web browser immediately. - An 'offline' mode has been added for secure environment deployments or
environments with limited internet access. - A 'download' feature has been added for downloading (or updating) CSS
files locally, for use with the offline mode.
Testing:
- A new testing suite has been added.
- All tests complete successfully with 100% (applicable) code coverage.
Released: 2026-01-05