tracks/fsharp/exercises/markdown/Markdown.fs in trackler-2.0.5.3 vs tracks/fsharp/exercises/markdown/Markdown.fs in trackler-2.0.5.4
- old
+ new
@@ -47,17 +47,11 @@
line <- line.[0.. __pos - 1] + "<i>" + line.[__pos + 1 .. __pos' - 1] + "</i>" + line.[__pos' + 1 ..]
__pos <- __pos' + 1
else
__pos <- -1
- if not notusep then
- html <- html + "<p>"
-
html <- html + line
- if not notusep then
- html <- html + "</p>"
-
html <- html + "</li>"
elif lines.[i].[0] = '#' then
if lines.[i].[0..6] = "###### " then
html <- html + "<h6>" + lines.[i].[7..] + "</h6>"
\ No newline at end of file