build task to html

master
JoYo 2020-08-27 17:18:47 -04:00
parent 1a3b16701a
commit 9cca0c000a
1 changed files with 2 additions and 2 deletions

2
.vscode/tasks.json vendored
View File

@ -6,7 +6,7 @@
{
"label": "pandoc",
"type": "shell",
"command": "pandoc README.mdown -o homemyco.odf",
"command": "pandoc README.mdown -o homemyco.html",
"group": {
"kind": "build",
"isDefault": true