mirror of
https://forge.chapril.org/tykayn/orgmode-to-gemini-blog
synced 2025-06-20 09:04:42 +02:00
up tkblog source
This commit is contained in:
parent
1e7a81acd2
commit
ffea486a3f
2715 changed files with 127267 additions and 78041 deletions
3
utils.py
3
utils.py
|
@ -34,7 +34,8 @@ def extract_body_content(html_content):
|
|||
if match:
|
||||
return match.group(1)
|
||||
else:
|
||||
return None
|
||||
print('---- extract_body_content : no body found in this html')
|
||||
return html_content
|
||||
|
||||
|
||||
def remove_properties_section(text):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue