mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🐛 Pandoc is not initialized in some cases Fix https://github.com/siyuan-note/siyuan/issues/8533
This commit is contained in:
parent
e93c62e49f
commit
a515a4f992
7 changed files with 33 additions and 5 deletions
|
|
@ -401,3 +401,7 @@ func existAvailabilityStatus(workspaceAbsPath string) bool {
|
|||
}
|
||||
return false
|
||||
}
|
||||
|
||||
const (
|
||||
EvtConfPandocInitialized = "conf.pandoc.initialized"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue