github.com/someshkoli/terratest@v0.41.1/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