modified: .gitignore
modified: archive.py modified: html2md.py modified: neopig.py modified: screenshot.py
This commit is contained in:
parent
623213f5b6
commit
7b4c8b0241
5 changed files with 529 additions and 115 deletions
|
|
@ -415,7 +415,8 @@ class SmartMarkdownConverter:
|
|||
src = self._resolve_url(child.get('src', ''))
|
||||
alt = child.get('alt', '')
|
||||
if src:
|
||||
parts.append(f"")
|
||||
# Images should be block-level, not inline
|
||||
parts.append(f"\n\n\n\n")
|
||||
|
||||
elif tag == 'br':
|
||||
parts.append('\n')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue