fix-markdown-format-of-notion-page

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

התקן את הסקריפט?
סקריפטים מומלצים של יוצר זה

אולי תאהב גם את copy-notion-page-content-as-markdown.

התקן את הסקריפט

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

יוצר
Seven Steven
התקנות יומיות
0
סה"כ התקנות
16
דירוגים
0 0 0
גרסה
0.1
נוצר
14-10-2023
עודכן
14-10-2023
Size
1.84 קילו-בייט
רישיון
MIT
חל על

修复 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)