mirror of https://gitlab.com/bashrc2/epicyon
Continue
parent
645d8ba8a3
commit
99107f2a1f
1
blog.py
1
blog.py
|
|
@ -220,6 +220,7 @@ def _html_blog_post_markdown(content: str) -> str:
|
||||||
if ctr == 0:
|
if ctr == 0:
|
||||||
new_content2 = section
|
new_content2 = section
|
||||||
ctr += 1
|
ctr += 1
|
||||||
|
continue
|
||||||
if '<' in section:
|
if '<' in section:
|
||||||
section = section.replace('<', '</' + html_header + '><', 1)
|
section = section.replace('<', '</' + html_header + '><', 1)
|
||||||
section = '<' + html_header + '>' + section
|
section = '<' + html_header + '>' + section
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue