Python-notion-to-md

Latest version: v0.1.6

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

Scan your dependencies

Page 5 of 6

2.2.0

What's Changed

Breaking Changes
* All provided methods now depend on the notion client (because of notion simple table support)

New

* feat: Add caption as alt to images by dantehemerson in https://github.com/souvikinator/notion-to-md/pull/12
* Simple table support

table in notion:

<image src="https://user-images.githubusercontent.com/64456160/150934610-f1c9b569-255f-4b7d-b8c3-2b33fddf55bd.png" width="50%" />

notion-to-md output:
![table-md](https://user-images.githubusercontent.com/64456160/150934551-4764c27d-ca39-4c07-a340-8fcd576f8b8c.png)

New Contributors
* dantehemerson made their first contribution in https://github.com/souvikinator/notion-to-md/pull/12

**Full Changelog**: https://github.com/souvikinator/notion-to-md/compare/v2.0.0...v2.2.0

2.1.0

What's Changed (Breaking Changes)

* Converted to TypeScript dharshatharan in https://github.com/souvikinator/notion-to-md/pull/8
* Renamed class from `notion2md` to `NotionToMarkdown`.
* Change in import style: named import (ref. readme for more info)
* Change in position of `totalPage` argument in method
`blocksToMarkdown(blocks,mdBlocks,totalPage)` ==> `blocksToMarkdown(blocks,totalPage,mdBlocks)`
* Removed self dependency from v2.0.0

**Full Changelog**: https://github.com/souvikinator/notion-to-md/compare/v2.0.0...v2.1.0

2.0.0

What's Changed
* Add: Set the Maximum of block children freely by miaogaolin in https://github.com/souvikinator/notion-to-md/pull/9 (check [API section](https://github.com/souvikinator/notion-to-md#api) for more info)
* feat: creating d.ts file for typescript project by Souvikns in https://github.com/souvikinator/notion-to-md/pull/7

New Contributors
* miaogaolin made their first contribution in https://github.com/souvikinator/notion-to-md/pull/9
* Souvikns made their first contribution in https://github.com/souvikinator/notion-to-md/pull/7

**Full Changelog**: https://github.com/souvikinator/notion-to-md/compare/v1.0.7...v2.0.0

1.0.7

What's Changed
* Fix leading and trailing space breaking annotation parsing by dharshatharan in https://github.com/souvikinator/notion-to-md/pull/6


**Full Changelog**: https://github.com/souvikinator/notion-to-md/compare/v1.0.6...v1.0.7

1.0.6

Changelogs

- `blockToMarkdown()` is independent of notion client. Usage details [here](https://github.com/souvikinator/notion-to-md#converting-a-single-block-to-markdown-string)

**Full Changelog**: https://github.com/souvikinator/notion-to-md/compare/v1.0.5...v1.0.6

1.0.5

What's Changed
* 1 - Fix backquote parsing by dharshatharan in https://github.com/souvikinator/notion-to-md/pull/4
* 2 - Language support for code blocks in https://github.com/souvikinator/notion-to-md/commit/4229fe5baf4151abc83d6cde95854d85fb2b5d9b

**Full Changelog**: https://github.com/souvikinator/notion-to-md/compare/v1.0.4...v1.0.5

Page 5 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.