Ajout formation haute-vienne

This commit is contained in:
2025-05-19 17:01:24 +02:00
parent ea387594b8
commit 027b808259
11 changed files with 3371 additions and 0 deletions
+22
View File
@@ -24,6 +24,28 @@
"kind": "build",
"isDefault": true
}
},
{
"label": "Build formation haute-vienne",
"type": "shell",
"command": "pandoc",
"args": [
"--from",
"markdown+emoji",
"--to",
"revealjs",
"--standalone",
"--resource-path",
"./presentation/src/",
"-o",
"presentation/src/haute-vienne.html",
"presentation/src/haute-vienne.md"
],
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}