diff --git a/pandoc b/pandoc index 64356c5..aa6beb3 100644 --- a/pandoc +++ b/pandoc @@ -1,5 +1,12 @@ -# Convert HTML file to Markdown -pandoc -f html -t markdown -i -o +--- +syntax: bash +tags: [converters, markdown] +--- -# Convert Markdown file to HTML -pandoc -f markdown -t html -i -o +# Convert HTML file to Markdown: + +pandoc --from=html --to=markdown --output= + +# Convert Markdown file to HTML: + +pandoc --from=markdown --to=html --output=