Skip to content

Commit

Permalink
black fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yeungadrian committed Dec 21, 2024
1 parent 23b428f commit d6ca45b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/markitdown/_markitdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ def convert(self, local_path, **kwargs) -> Union[None, DocumentConverterResult]:
text_content=md_content.strip(),
)


class XlsConverter(HtmlConverter):
"""
Converts XLS files to Markdown, with each sheet presented as a separate Markdown table.
Expand Down

0 comments on commit d6ca45b

Please sign in to comment.