This line was accidentally removed and is added back here

This commit is contained in:
mpowers 2025-02-12 23:47:22 -05:00
parent 388c4889d4
commit 00e68e6310

View file

@ -127,7 +127,7 @@ class PptxConverter(HtmlConverter):
# Charts
if shape.has_chart:
self._convert_chart_to_markdown(shape.chart)
md_content += self._convert_chart_to_markdown(shape.chart)
# Text areas
elif shape.has_text_frame: