github.com/darmach/terratest@v0.34.8-0.20210517103231-80931f95e3ff/docs/scripts/convert_md_to_adoc.sh (about) 1 # Create input.md file, paste markdown text, and run script. The output will be printed to the output.adoc file. 2 pandoc --from=gfm --to=asciidoc --wrap=none --atx-headers input.md > output.adoc