This is a Markdown previewer build upon Axum, Clap, Open and Markdown-rs
To preview a markdown the user can follow the snippet below:
axum-markdown-preview [PATH_TO_MARKDOWN_FILE]
The program will open automatically the default browser with the markdown preview, there are three view mods:
- Unsafe: Handle embedded HTML tags -> http://localhost:8080/ (DEFAULT).
- Safe: Only parse Markdown language -> http://localhost:8080/safe.
- GitHub: GitHub like parsing -> http://localhost:8080/gdm.
- Hot-reload
- More options