Switch to side-by-side view
--- a/src/internfile/mh_html.cpp +++ b/src/internfile/mh_html.cpp @@ -136,7 +136,7 @@ } } } - } else if (tag == "p" || tag == "br") { + } else if (tag == "p" || tag == "br" || tag == "li") { dump += "\n"; } else if (tag == "script") { in_script_tag = true;