insert a blank line between table caption, table content

Signed-off-by: chrispy <chrispy@synopsys.com>
This commit is contained in:
chrispy
2024-12-29 13:52:32 -05:00
parent 6258f5c38b
commit 1009087d41
2 changed files with 2 additions and 2 deletions

View File

@@ -442,7 +442,7 @@ class MarkdownConverter(object):
return '\n\n' + text + '\n'
def convert_caption(self, el, text, convert_as_inline):
return text + '\n'
return text + '\n\n'
def convert_figcaption(self, el, text, convert_as_inline):
return '\n\n' + text + '\n\n'