# HG changeset patch # User Paper <37962225+mrpapersonic@users.noreply.github.com> # Date 1659041873 14400 # Node ID c24d5b83a7267aaac7320b02c24fdd9289ad4a14 # Parent 1eb7d6d7be1d6e5245dab8840eaa3e2c2edacc3a Update generatehtml.py committer: GitHub diff -r 1eb7d6d7be1d -r c24d5b83a726 generatehtml.py --- a/generatehtml.py Thu Jul 28 16:50:25 2022 -0400 +++ b/generatehtml.py Thu Jul 28 16:57:53 2022 -0400 @@ -31,7 +31,7 @@ continue # this sucks. if lines[line][0:3] == "---" or len(lines)-line == 1: - if len(lines)-line == 1: + if len(lines)-line == 1 and not lines[line][0:3] == "---": out_str += """%s\n""" % html.escape(lines[line].strip()) out_str += " \n \n" continue