suitenumerique/docs

Preserve image resizing in Markdown export

開放

#2,367 建立於 2026年5月30日

 (2 則留言) (0 個反應) (0 位負責人)Python (595 個分叉)github user discovery
bugexportfrontendgood first issuetriage

倉庫指標

星標
 (16,557 顆星)
PR 合併指標
 (平均合併 15天 9小時) (30 天內合併 40 個 PR)

描述

Bug Report

Problematic behavior

In Docs, images can be resized directly in the editor. However, this resizing is not preserved when exporting to Markdown. The exported Markdown only includes the default image syntax and ignores any width/height changes made by the user.

As a result, the visual layout of the document is lost when exporting.

Expected behavior/code

Image resizing performed in Docs should be reflected in the Markdown export using the CodiMD-style syntax:

![](URL =wxh]

This would ensure that any manual resizing done in the editor is preserved and accurately represented in exported Markdown files.

Steps to Reproduce

  1. Insert an image into a document in Docs
  2. Resize the image within the editor
  3. Export the document to Markdown
  4. Observe that the exported Markdown does not include the resized dimensions

Environment

貢獻者指南