mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 Text starting with 4 spaces are not parsed into code blocks when clipping https://github.com/siyuan-note/siyuan/issues/10588
This commit is contained in:
parent
f168e39768
commit
14587701ae
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ func extensionCopy(c *gin.Context) {
|
|||
uploaded[oName] = "assets/" + fName
|
||||
}
|
||||
|
||||
luteEngine := lute.New()
|
||||
luteEngine := util.NewStdLute()
|
||||
md := luteEngine.HTML2Md(dom)
|
||||
md = strings.TrimSpace(md)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue