diff --git a/hamlpy/test/templates/filtersMarkdown.hamlpy b/hamlpy/test/templates/filtersMarkdown.hamlpy index c97726c..becf36a 100644 --- a/hamlpy/test/templates/filtersMarkdown.hamlpy +++ b/hamlpy/test/templates/filtersMarkdown.hamlpy @@ -2,6 +2,9 @@ hello no paragraph + line break + follow + New paragraph - test + code block diff --git a/hamlpy/test/templates/filtersMarkdown.html b/hamlpy/test/templates/filtersMarkdown.html index 49f148a..1b1a9a8 100644 --- a/hamlpy/test/templates/filtersMarkdown.html +++ b/hamlpy/test/templates/filtersMarkdown.html @@ -1,5 +1,7 @@
hello no paragraph
+line break
+follow
New paragraph
-test
-
+code block
+
\ No newline at end of file