quickmd 0.1.2

Quickly preview a markdown file
Documentation
#![warn(missing_docs)]

//! 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.

pub mod assets;
pub mod background;
pub mod markdown;
pub mod ui;