diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ast/container.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/container.rs b/src/ast/container.rs index fe4f949..d3f57b5 100644 --- a/src/ast/container.rs +++ b/src/ast/container.rs @@ -158,7 +158,7 @@ impl Ast { } } - if gemtext.ends_with('\n') && !gemtext.ends_with("\n\n") { + if gemtext.ends_with('\n') { gemtext.pop(); } |