diff --git a/src/block.rs b/src/block.rs index 1708151..44ade57 100644 --- a/src/block.rs +++ b/src/block.rs @@ -278,7 +278,6 @@ impl BlockParser { } else { (tag, false) }; - dbg!(line, line_t, tag); ( if is_footnote { Block::Container(Footnote)