Skip to content

Commit

Permalink
initial support for markdown output
Browse files Browse the repository at this point in the history
  • Loading branch information
olearydj committed Sep 24, 2023
1 parent 64e25a6 commit eaad23c
Show file tree
Hide file tree
Showing 5 changed files with 349 additions and 55 deletions.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ logzero = "*"
lxml = "*"
python-docx = "*"
htmldocx = "*"
html2text = "*"
rich = "*"

[dev-packages]

Expand Down
217 changes: 162 additions & 55 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/formats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
"""

from . import docx
from . import md
Loading

0 comments on commit eaad23c

Please sign in to comment.