diff options
Diffstat (limited to 'tests/math_flow.rs')
-rw-r--r-- | tests/math_flow.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/math_flow.rs b/tests/math_flow.rs index 18795ab..04b7fb5 100644 --- a/tests/math_flow.rs +++ b/tests/math_flow.rs @@ -1,4 +1,3 @@ -extern crate markdown; use markdown::{ mdast::{Math, Node, Root}, to_html, to_html_with_options, to_mdast, |