hecko mode

This commit is contained in:
Able 2021-11-27 21:33:07 -06:00
parent 9d87740323
commit b5fef970a1

View file

@ -26,4 +26,11 @@ pub struct Blockquote {
// TODO: able take care of lists i am too drunk for this tonight // TODO: able take care of lists i am too drunk for this tonight
pub enum ListType {
Ordered,
Unordered,
}
pub struct List {}
pub fn parse() {} pub fn parse() {}