Docker Version with GUI (Planned)
I am planning to build a Docker version of md2pdf with an integrated single-page GUI.
The goal is to make md2pdf fully platform-independent and easier to use without installing anything on the host system.
Why Docker version
• Works on Linux, Windows, and macOS
• Fully isolated and reproducible environment
• No dependency or setup required
• Accessible via browser GUI
• Easier deployment in server and lab environments
Planned usage
docker run -p 8080:8080 md2pdf
Then open:
Status
Planned – under development.
Feedback and suggestions are welcome.