fixup! wip inlin passing
This commit is contained in:
parent
02fb0b6585
commit
4aed9fa8e0
1 changed files with 1 additions and 4 deletions
|
@ -165,10 +165,7 @@ pub enum LinkType {
|
|||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
pub enum List {
|
||||
Unordered,
|
||||
Ordered {
|
||||
kind: OrderedListKind,
|
||||
start: u32,
|
||||
},
|
||||
Ordered { kind: OrderedListKind, start: u32 },
|
||||
Description,
|
||||
Task(bool),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue