🐛 Blockquote in list turn into paragraph causes internal error https://github.com/siyuan-note/siyuan/issues/9920

This commit is contained in:
Daniel 2023-12-19 12:30:07 +08:00
parent afef0d799e
commit 106ffb292b
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 12 additions and 10 deletions

View file

@ -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