added some stuff, able do ur list magic bc i am intoxicated (tm)

This commit is contained in:
sam lovelace 2021-11-28 03:23:12 +00:00
parent db31e2881e
commit 9d87740323

View file

@ -14,4 +14,16 @@ pub struct CodeBlock {
language: String, language: String,
text: String, text: String,
} }
pub struct Emphasis {
italic: bool,
bold: bool,
}
pub struct Blockquote {
level: u8,
}
// TODO: able take care of lists i am too drunk for this tonight
pub fn parse() {} pub fn parse() {}