diff --git a/src/lib.rs b/src/lib.rs index fc49240..6f22d37 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -18,12 +18,16 @@ pub struct CodeBlock { pub struct Emphasis { italic: bool, bold: bool, + text: String, } pub struct Blockquote { level: u8, + text: String, } // TODO: able take care of lists i am too drunk for this tonight + + pub fn parse() {}