🎨 Only HTML code wrapped in <div> is supported to be parsed into HTML blocks https://github.com/siyuan-note/siyuan/issues/9758

This commit is contained in:
Daniel 2023-11-27 23:16:09 +08:00
parent eda3deafb3
commit 346897a3d2
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 6 additions and 0 deletions

View file

@ -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 `<div>` 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 `<foo>`](https://github.com/siyuan-note/siyuan/issues/9755)
### Refactor

View file

@ -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)
* [只有使用 `<div>` 包裹的 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)
* [如果內容以`<foo>`開頭Enter 鍵無法建立新區塊](https://github.com/siyuan-note/siyuan/issues/9755)
### 開發重構

View file

@ -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)
* [只有使用 `<div>` 包裹的 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)
* [如果内容以`<foo>`开头Enter 键无法创建新块](https://github.com/siyuan-note/siyuan/issues/9755)
### 开发重构