Expand description
This is a GTK app that allows you to quickly preview a markdown file. It’s not intended to be
used as a library, but the individual components are there, and theoretically usable. Check the
README.md
file for instructions on how to use it as an app.
Modules§
- assets
- Management of external assets like Javascript and CSS.
- background
- Background monitoring for file changes.
- input
- Input and config handling.
- markdown
- Markdown rendering.
- ui
- The GTK user interface.