hecko mode
This commit is contained in:
parent
9d87740323
commit
b5fef970a1
|
@ -26,4 +26,11 @@ pub struct Blockquote {
|
|||
|
||||
// TODO: able take care of lists i am too drunk for this tonight
|
||||
|
||||
pub enum ListType {
|
||||
Ordered,
|
||||
Unordered,
|
||||
}
|
||||
|
||||
pub struct List {}
|
||||
|
||||
pub fn parse() {}
|
||||
|
|
Loading…
Reference in a new issue