black fixes
This commit is contained in:
parent
23b428f883
commit
d6ca45bea4
1 changed files with 1 additions and 0 deletions
|
|
@ -736,6 +736,7 @@ class XlsxConverter(HtmlConverter):
|
|||
text_content=md_content.strip(),
|
||||
)
|
||||
|
||||
|
||||
class XlsConverter(HtmlConverter):
|
||||
"""
|
||||
Converts XLS files to Markdown, with each sheet presented as a separate Markdown table.
|
||||
|
|
|
|||
Loading…
Reference in a new issue