Ajout formation haute-vienne
This commit is contained in:
Vendored
+22
@@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user