Skip to content

Commit

Permalink
Update the line-ending bugs of converter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonZhang2024 committed May 18, 2024
1 parent 78e28a1 commit f6248e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,4 +234,7 @@ def convert_single_line(line: str) -> str:

line = replace_script_tag(line)

if need_br_tag:
line = line + '<br/>'

return line

0 comments on commit f6248e8

Please sign in to comment.