src: cleanup importations
[nit.git] / src / markdown.nit
index 90cb227..01a054c 100644 (file)
@@ -18,6 +18,7 @@ module markdown
 private import parser
 import html
 private import highlight
+private import parser_util
 
 # The class that does the convertion from a `ADoc` to HTML
 private class Doc2Mdwn