diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-04-30 14:12:28 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-04-30 14:12:28 +0200 |
| commit | f9e115daf54c29358f890b137f50a33a781af680 (patch) | |
| tree | 496de52246629ea8039db6beea94eb779ed2851d /src/parse/mod.rs | |
| parent | f7c67cde72e6a67f45180856b332bae9863243bd (diff) | |
New block spacing model
Diffstat (limited to 'src/parse/mod.rs')
| -rw-r--r-- | src/parse/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parse/mod.rs b/src/parse/mod.rs index 145f86d6..32d61885 100644 --- a/src/parse/mod.rs +++ b/src/parse/mod.rs @@ -214,8 +214,8 @@ fn markup_node(p: &mut Parser, at_start: &mut bool) { | NodeKind::EnDash | NodeKind::EmDash | NodeKind::Ellipsis - | NodeKind::Quote(_) - | NodeKind::Linebreak(_) + | NodeKind::Quote { .. } + | NodeKind::Linebreak { .. } | NodeKind::Raw(_) | NodeKind::Math(_) | NodeKind::Escape(_) => { |
