echo724 / notion2md

Notion Markdown Exporter with Python Cli
MIT License
682 stars 54 forks source link

fix: Add support for link_preview and fix a bug #50

Closed YouXam closed 1 year ago

YouXam commented 1 year ago
  1. See https://developers.notion.com/reference/block#link-preview.
  2. When there are both inline blocks and styles (e.g. bold), the backquote should be at the innermost part, otherwise the style is not represented. For example, image This should be converted to **`some text`**, instead of `**some text**`**`some text`**: some text `**some text**`: **some text**
YouXam commented 1 year ago

Sorry, I didn't find the develop branch

echo724 commented 1 year ago

Thank you! it looks simple but helpful improvements. I will merge it