diff --git a/packages/markitdown/src/markitdown/converters/_pptx_converter.py b/packages/markitdown/src/markitdown/converters/_pptx_converter.py index 1eff55f..76c481a 100644 --- a/packages/markitdown/src/markitdown/converters/_pptx_converter.py +++ b/packages/markitdown/src/markitdown/converters/_pptx_converter.py @@ -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: