🎨 导出 Markdown 时在文档头添加 YFM 开关 https://github.com/siyuan-note/siyuan/issues/7727

This commit is contained in:
Liang Ding 2023-03-21 11:52:13 +08:00
parent 1e11df1222
commit 35a52dd260
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
9 changed files with 26 additions and 0 deletions

View file

@ -306,6 +306,7 @@ declare interface IExport {
paragraphBeginningSpace: boolean;
addTitle: boolean;
addFooter: boolean;
markdownYFM: boolean;
}
declare interface IEditor {