Markdownify-notion

Latest version: v0.5

Safety actively analyzes 625148 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.5

What's Changed
* Add support for `rich_text`. Closes 10 by chekos in https://github.com/chekos/markdownify-notion/pull/11

New Contributors
* chekos made their first contribution in https://github.com/chekos/markdownify-notion/pull/11

**Full Changelog**: https://github.com/chekos/markdownify-notion/compare/0.4...0.5

0.4

Adds support for lists 9. Bulleted lists like
* one item
* two items

and numbered lists like
1. this one
1. and this one

**Full Changelog**: https://github.com/chekos/markdownify-notion/compare/0.3...0.4

0.3

Adds support for image blocks 6 and divider blocks 8

this is a divider in markdown -> `***`
***
^ that's the divider

0.2.1

Bug fixes
- bookmark blocks now end in a new line `\n` (3)
- code blocks no longer have extra spaces at the beginning of actual code (4)

0.2

First minor release 🚀

- Added support for code blocks (2)
- Better handling of bookmark blocks (1)
- Now links will be "cleaned" URLs instead of `Alt text`
- For example, a bookmark to the URL `https://github.com/chekos/markdownify-notion/issues/2#issuecomment-1022691136` will now produce the markdown `[github.com/chekos/markdownify-notion/issues/2](https://github.com/chekos/markdownify-notion/issues/2#issuecomment-1022691136)` instead of `[Alt text](https://github.com/chekos/markdownify-notion/issues/2#issuecomment-1022691136)`

**Full Changelog**: https://github.com/chekos/markdownify-notion/compare/0.1...0.2

0.1

Initial release.

- got a minimal `markdownify_block()` function working for `heading_[123]`, `paragraph` and `bookmark` blocks. This works for the type of content i have in my tils so far.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.