# md2notion **Repository Path**: nopast/md2notion ## Basic Information - **Project Name**: md2notion - **Description**: A better Notion.so Markdown importer - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-20 - **Last Updated**: 2021-10-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Notion.so Markdown Importer An importer for Markdown files to [Notion.so](https://notion.so) using [`notion-py`](https://github.com/jamalex/notion-py) It provides these features over Notion.so's Markdown importer: * Picking a Notion.so page to upload to (instead of them all uploading to the root) * Code fences keep their original language (or as close as we can match it) * Code fences are formatted properly * Inline HTML is preserved * (Optionally) Upload images that are memtioned in the HTML `` tags. * Markdown frontmatter is preserved * Local image references will be uploaded from relative URLs * Image alts are loaded as captions instead of as `TextBlock`s * Handles nested lists properly * Among other improvements... Base on: [md2notion](https://github.com/Cobertos/md2notion)