update 2021-10-20

This commit is contained in:
Andley 2021-10-20 14:55:06 +08:00
parent 8ca9be7fb3
commit a15c00046b
2 changed files with 7940 additions and 7940 deletions

View File

@ -48,7 +48,7 @@ for ol in Lines:
if (re.match("¬.*",x[2])): f.write("<hr>")
# --------------
x[6] = re.sub("\n","",x[6])
f.write(" <RUBY><ruby><ruby>"+x[2]+"<rt>"+x[6]+"</rt></ruby><rt>"+x[3]+"</rt></ruby><rt>"+x[4]+"</rt></RUBY>")
f.write("<RUBY><ruby><ruby>"+x[2]+"<rt>"+x[6]+"</rt></ruby><rt>"+x[3]+"</rt></ruby><rt>"+x[4]+"</rt></RUBY>")
# ------------- insert paragraph break
if (re.match(".*¶$",x[2])): f.write("<pre></pre>")

File diff suppressed because one or more lines are too long