Implement all of regular link except for pathreg.
This commit is contained in:
@@ -2,17 +2,14 @@ use super::source::Source;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum Object<'s> {
|
||||
RegularLink(RegularLink<'s>),
|
||||
Bold(Bold<'s>),
|
||||
Italic(Italic<'s>),
|
||||
Underline(Underline<'s>),
|
||||
StrikeThrough(StrikeThrough<'s>),
|
||||
Code(Code<'s>),
|
||||
Verbatim(Verbatim<'s>),
|
||||
|
||||
PlainText(PlainText<'s>),
|
||||
|
||||
#[allow(dead_code)]
|
||||
RegularLink(RegularLink<'s>),
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
|
||||
Reference in New Issue
Block a user