Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
43896e039b
3 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ WYSIWYG.
|
|||
|
||||
Welcome to [SiYuan English Discussion Forum](https://liuyun.io) to learn more.
|
||||
|
||||

|
||||

|
||||
|
||||
## 🔮 Features
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
思源笔记是一款隐私优先的个人知识管理系统,支持细粒度块级引用和 Markdown 所见即所得。
|
||||
|
||||

|
||||

|
||||
|
||||
欢迎到[思源笔记官方讨论区](https://ld246.com/domain/siyuan)了解更多。同时也欢迎关注 B3log 开源社区微信公众号 `B3log开源`:
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ import {updateAVName} from "../render/av/action";
|
|||
import {updateCellsValue} from "../render/av/cell";
|
||||
|
||||
const processAV = (range: Range, html: string, protyle: IProtyle, blockElement: Element) => {
|
||||
const text = protyle.lute.BlockDOM2StdMd(html);
|
||||
const text = protyle.lute.BlockDOM2EscapeMarkerContent(html);
|
||||
const cellsElement: HTMLElement[] = Array.from(blockElement.querySelectorAll(".av__cell--select"));
|
||||
const rowsElement = blockElement.querySelector(".av__row--select");
|
||||
if (rowsElement) {
|
||||
|
|
Loading…
Add table
Reference in a new issue