[WIP] formation signature electronique
This commit is contained in:
10
.fleet/run.json
Normal file
10
.fleet/run.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Pandoc Markdown to Reveal.js",
|
||||
"type": "command",
|
||||
"program": "pandoc",
|
||||
"args": ["--from", "markdown", "--to", "revealjs", "--standalone", "-o", "presentation/src/formation-signature.html", "presentation/src/formation-signature.md"]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user