fix-markdown-format-of-notion-page

修复 Notion Page Content 复制为 Markdown 后的格式错乱问题。

Skript installieren?
Vom Ersteller vorgeschlagenes Skript

Ihnen könnte auch copy-notion-page-content-as-markdown gefallen.

Skript installieren
Autor
Seven Steven
Installationen heute
0
Installationen gesamt
14
Bewertungen
0 0 0
Version
0.1
Erstellt am
14.10.2023
Letzte Aktualisierung
14.10.2023
Größe
1,84 KB
Lizenz
MIT
Wird angewandt auf

修复 Notion Page Content 复制为 Markdown 后的格式错乱问题

修复 Notion Page Content 复制为 Markdown 后的格式错乱问题。

包含以下内容:

  • 为没有 Caption 的图片添加默认的 alt 文本

  • 删除有 Caption 的图片后面多余的 Caption 文本

    • 修复前:
      ![Caption](https://example.com/picture.png)
    
      Caption
    
    • 修复后:
      ![Caption](https://example.com/picture.png)