mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🐛 Blockquote in list turn into paragraph causes internal error https://github.com/siyuan-note/siyuan/issues/9920
This commit is contained in:
parent
afef0d799e
commit
106ffb292b
3 changed files with 12 additions and 10 deletions
|
|
@ -138,7 +138,7 @@ func ExportNodeStdMd(node *ast.Node, luteEngine *lute.Lute) string {
|
|||
|
||||
func IsNodeOCRed(node *ast.Node) (ret bool) {
|
||||
if !util.TesseractEnabled || nil == node {
|
||||
return
|
||||
return true
|
||||
}
|
||||
|
||||
ret = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue