didix21 / mdutils

Python package contains a set of basic tools that can help to create a markdown file.
https://pypi.org/project/mdutils
MIT License
206 stars 49 forks source link

Support appending to an existing Markdown file #72

Closed zcutlip closed 1 year ago

zcutlip commented 2 years ago

Optionally append to an existing Markdown file rather than creating a new one

Additional changes are around gracefully handling missing title and table of contents, such as in the event we're building on an existing file

didix21 commented 2 years ago

Hi @zcutlip, Good job and thanks for your contribution. I can see tests are not passing. Would you mind reviewing them please? Thanks