diff options
Diffstat (limited to 'tests/hard_break_escape.rs')
-rw-r--r-- | tests/hard_break_escape.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/hard_break_escape.rs b/tests/hard_break_escape.rs index bd6830c..3a02389 100644 --- a/tests/hard_break_escape.rs +++ b/tests/hard_break_escape.rs @@ -1,4 +1,3 @@ -extern crate markdown; use markdown::{ mdast::{Break, Node, Paragraph, Root, Text}, to_html, to_html_with_options, to_mdast, |