X-Git-Url: http://nitlanguage.org diff --git a/src/markdown.nit b/src/markdown.nit index 90cb227..01a054c 100644 --- a/src/markdown.nit +++ b/src/markdown.nit @@ -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