diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-04-16 22:42:49 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-04-16 23:06:47 +0200 |
| commit | 4494b443bb34fed2208ee3fc87e9a18e7d14b2ab (patch) | |
| tree | 25a655821b81d10659132fae26861a2aff2d5a95 /src/parse/mod.rs | |
| parent | c5b3f8ee98203191d83d3cfca39bb0f35ee6efc2 (diff) | |
Ellipsis
Diffstat (limited to 'src/parse/mod.rs')
| -rw-r--r-- | src/parse/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse/mod.rs b/src/parse/mod.rs index 7536b2ca..be947170 100644 --- a/src/parse/mod.rs +++ b/src/parse/mod.rs @@ -214,6 +214,7 @@ fn markup_node(p: &mut Parser, at_start: &mut bool) { | NodeKind::Shy | NodeKind::EnDash | NodeKind::EmDash + | NodeKind::Ellipsis | NodeKind::Quote(_) | NodeKind::Linebreak(_) | NodeKind::Raw(_) |
