Line breaks for view source

main
Bob Mottram 2022-06-27 12:18:34 +01:00
parent ab969ffb64
commit d29293b033
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ def markdown_to_html(markdown: str) -> str:
}
for line in lines_list:
if ctr > 0:
html_str += '<br>'
html_str += '<br>\n'
# avoid code sections
if not code_section: