insert a blank line between table caption, table content
Signed-off-by: chrispy <chrispy@synopsys.com>
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user