fixed stupid shit

issue1
sam lovelace 2021-11-28 03:40:18 +00:00
parent 8c8ee90845
commit 263582bd7e
1 changed files with 0 additions and 3 deletions

View File

@ -30,7 +30,6 @@ pub struct Blockquote {
text: String,
}
<<<<<<< HEAD
pub struct Link {
text: String,
url: Url,
@ -43,7 +42,6 @@ pub struct Image {
title: Option<String>,
link: Option<Link>,
}
=======
pub enum Node {
Header(Header),
Paragraph(Vec<StyledText>),
@ -51,7 +49,6 @@ pub enum Node {
}
pub struct Document(Vec<Node>);
>>>>>>> d808ae46ad469d6024e76ad006f7b3e0832fe8cb
// TODO: able take care of lists i am too drunk for this tonight