talmudifier 0.2.0

Convert markdown text into Talmud-like PDFs
Documentation
1
2
3
4
5
6
/// Raw markdown text for the left, center, and right columns.
pub struct RawText {
    pub left: String,
    pub center: String,
    pub right: String,
}