Revert "add figure/figcaption"

This reverts commit 828e116530.
This commit is contained in:
AlexVonB
2021-07-11 13:12:16 +02:00
parent 4aa6cf2a24
commit 16d8a0e1f7
2 changed files with 0 additions and 14 deletions

View File

@@ -244,12 +244,6 @@ class MarkdownConverter(object):
convert_em = abstract_inline_conversion(lambda self: self.options['strong_em_symbol'])
def convert_figcaption(self, el, text, convert_as_inline):
return "<figcaption>%s</figcaption>" % text
def convert_figure(self, el, text, convert_as_inline):
return "<figure>%s</figure>" % text
convert_kbd = convert_code
def convert_hn(self, n, el, text, convert_as_inline):