Added markdown-pdf VSCode extension configuration and styles for the PDF manual

This commit is contained in:
Ambroise Garel
2025-07-31 18:26:52 +02:00
parent e66fe93ea0
commit c16041f58b
2 changed files with 40 additions and 1 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
{
"files.exclude": { "*.miz": true },
"Lua.workspace.library": ["Libraries/dcs-world-api.lua"],
"Lua.diagnostics.disable": ["deprecated"]
"Lua.diagnostics.disable": ["deprecated"],
"markdown-pdf.convertOnSave": true,
"markdown-pdf.convertOnSaveExclude": ["README.md"],
"markdown-pdf.headerTemplate": "<span class='title' style='display: none;'></span>",
"markdown-pdf.styles": ["docs/style.css"]
}