jumpcut 1.0.0

JumpCut is a library and CLI for converting Fountain-formatted text files into FDX, HTML, JSON, text, and PDF formats.
Documentation
1
2
3
4
5
6
7
pub mod converters;
pub mod document;
pub mod render_attributes;
pub mod styled_text;
pub mod title_page;

pub use document::*;