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)]
|
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||||
pub enum List {
|
pub enum List {
|
||||||
Unordered,
|
Unordered,
|
||||||
Ordered {
|
Ordered { kind: OrderedListKind, start: u32 },
|
||||||
kind: OrderedListKind,
|
|
||||||
start: u32,
|
|
||||||
},
|
|
||||||
Description,
|
Description,
|
||||||
Task(bool),
|
Task(bool),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue