* Added support for HTML image uploading with `--html-img` flag. Thanks wongsingfo!
2.1.1
Adds GFM Checkbox -> TodoBlock conversion as well as supports relative images using `file://` or URL encoding in them.
2.0.1
New major version because the preferred CLI calling convetion has changed; call with `python -m md2notion [token_v2] [page-url] [...markdown_path_glob_or_url]` instead. The old way is still there, just not preferred.
This also adds `--clear-previous` and `--append` flags. See README.md for details.
1.2.1
Fixed markdown table uploading to Notion
Also adds a bunch more tests and converted the repository to pipenv
1.1.0
* Fixed Images not working * added a bunch more tests for stability * also should allow images to work in certain corner cases (like inside of links)
1.0.0
Feature complete release, everything Markdown supports should be supported for upload.