Changements techniques

This commit is contained in:
Alexis Fourmaux 2025-11-07 14:53:31 +01:00
parent 5358644064
commit 4180eb4d07
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,6 @@
{
"markdown.marp.themes": [
"./themes/catppuccin.css"
]
],
"ltex.language": "fr"
}

View file

@ -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": {