🎨 Remove the footer Export by SiYuan when exporting image and PDF Fix https://github.com/siyuan-note/siyuan/issues/7838

This commit is contained in:
Liang Ding 2023-03-31 10:51:18 +08:00
parent 1f7fc4cc8f
commit 8a2a724341
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
10 changed files with 1 additions and 29 deletions

View file

@ -310,7 +310,6 @@ declare interface IExport {
pandocBin: string
paragraphBeginningSpace: boolean;
addTitle: boolean;
addFooter: boolean;
markdownYFM: boolean;
}