main
Bob Mottram 2025-12-07 17:01:11 +00:00
parent 645d8ba8a3
commit 99107f2a1f
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ def _html_blog_post_markdown(content: str) -> str:
if ctr == 0:
new_content2 = section
ctr += 1
continue
if '<' in section:
section = section.replace('<', '</' + html_header + '><', 1)
section = '<' + html_header + '>' + section