diff --git a/app/changelogs/v2.11.0/v2.11.0.md b/app/changelogs/v2.11.0/v2.11.0.md
index bba44d1e8..5dfd3b23c 100644
--- a/app/changelogs/v2.11.0/v2.11.0.md
+++ b/app/changelogs/v2.11.0/v2.11.0.md
@@ -36,6 +36,7 @@ Below are the detailed changes in this version.
* [Make setting window draggable](https://github.com/siyuan-note/siyuan/issues/9752)
* [Add `Move to New Window` hotkey](https://github.com/siyuan-note/siyuan/issues/9754)
* [In production mode, data reset warning pops up when editing data in the user guide](https://github.com/siyuan-note/siyuan/issues/9757)
+* [Only HTML code wrapped in `
` is supported to be parsed into HTML blocks](https://github.com/siyuan-note/siyuan/issues/9758)
### Bugfix
@@ -45,6 +46,7 @@ Below are the detailed changes in this version.
* [Unable to "Quit the application" when no document is opened on mobile](https://github.com/siyuan-note/siyuan/issues/9717)
* [Android small window mode soft keyboard black occlusion](https://github.com/siyuan-note/siyuan/issues/9726)
* [Abnormal behavior after customizing the shortcut key for inserting a code block on Windows](https://github.com/siyuan-note/siyuan/issues/9735)
+* [The Enter key cannot create a new block if content starts with `
`](https://github.com/siyuan-note/siyuan/issues/9755)
### Refactor
diff --git a/app/changelogs/v2.11.0/v2.11.0_zh_CHT.md b/app/changelogs/v2.11.0/v2.11.0_zh_CHT.md
index 2779b0ce0..ccffd7608 100644
--- a/app/changelogs/v2.11.0/v2.11.0_zh_CHT.md
+++ b/app/changelogs/v2.11.0/v2.11.0_zh_CHT.md
@@ -36,6 +36,7 @@
* [設定視窗支援拖曳](https://github.com/siyuan-note/siyuan/issues/9752)
* [新增 `移動到新視窗` 快捷鍵](https://github.com/siyuan-note/siyuan/issues/9754)
* [在生產模式下修改使用者指南資料彈出資料重置警告](https://github.com/siyuan-note/siyuan/issues/9757)
+* [只有使用 `` 包裹的 HTML 程式碼才會被解析為 HTML 區塊](https://github.com/siyuan-note/siyuan/issues/9758)
### 修復缺陷
@@ -45,6 +46,7 @@
* [行動端開啟文件的情況下無法 "退出應用程式"](https://github.com/siyuan-note/siyuan/issues/9717)
* [Android 端小窗模式軟鍵盤被黑色遮擋](https://github.com/siyuan-note/siyuan/issues/9726)
* [Windows 端自訂插入程式碼區塊快速鍵後異常](https://github.com/siyuan-note/siyuan/issues/9735)
+* [如果內容以`
`開頭,Enter 鍵無法建立新區塊](https://github.com/siyuan-note/siyuan/issues/9755)
### 開發重構
diff --git a/app/changelogs/v2.11.0/v2.11.0_zh_CN.md b/app/changelogs/v2.11.0/v2.11.0_zh_CN.md
index c58bc4bf8..96984e090 100644
--- a/app/changelogs/v2.11.0/v2.11.0_zh_CN.md
+++ b/app/changelogs/v2.11.0/v2.11.0_zh_CN.md
@@ -36,6 +36,7 @@
* [设置窗口支持拖拽](https://github.com/siyuan-note/siyuan/issues/9752)
* [添加 `移动到新窗口` 快捷键](https://github.com/siyuan-note/siyuan/issues/9754)
* [在生产模式下修改用户指南数据弹出数据重置警告](https://github.com/siyuan-note/siyuan/issues/9757)
+* [只有使用 `` 包裹的 HTML 代码才会被解析为 HTML 块](https://github.com/siyuan-note/siyuan/issues/9758)
### 修复缺陷
@@ -45,6 +46,7 @@
* [移动端打开文档的情况下无法 "退出应用"](https://github.com/siyuan-note/siyuan/issues/9717)
* [Android 端小窗模式软键盘被黑色遮挡](https://github.com/siyuan-note/siyuan/issues/9726)
* [Windows 端自定义插入代码块快捷键后异常](https://github.com/siyuan-note/siyuan/issues/9735)
+* [如果内容以``开头,Enter 键无法创建新块](https://github.com/siyuan-note/siyuan/issues/9755)
### 开发重构