From 4180eb4d07d626bcfa9c4b1c52cd40685e7a2149 Mon Sep 17 00:00:00 2001 From: Alexis Fourmaux Date: Fri, 7 Nov 2025 14:53:31 +0100 Subject: [PATCH] Changements techniques --- .vscode/settings.json | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 77cd222..6bc7f4f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "markdown.marp.themes": [ "./themes/catppuccin.css" - ] + ], + "ltex.language": "fr" } \ No newline at end of file diff --git a/package.json b/package.json index 1cd75a9..76d1098 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "scripts": { "preview": "marp $npm_config_src --preview", - "pdf": "marp $npm_config_src --pdf --pdf-outline", + "pdf": "marp $npm_config_src --pdf", "build": "marp $npm_config_src" }, "dependencies": {