This line was accidentally removed and is added back here
This commit is contained in:
parent
388c4889d4
commit
00e68e6310
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ class PptxConverter(HtmlConverter):
|
||||||
|
|
||||||
# Charts
|
# Charts
|
||||||
if shape.has_chart:
|
if shape.has_chart:
|
||||||
self._convert_chart_to_markdown(shape.chart)
|
md_content += self._convert_chart_to_markdown(shape.chart)
|
||||||
|
|
||||||
# Text areas
|
# Text areas
|
||||||
elif shape.has_text_frame:
|
elif shape.has_text_frame:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue