Files
kapow/poc/examples/pandoc/testme
pancho horrillo 0938fc225e poc: add tester for pandoc example
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2019-05-28 15:41:57 +02:00

9 lines
144 B
Bash
Executable File

#!/usr/bin/env sh
curl -X POST --data-binary @- http://localhost:8080/convert/markdown/man <<EOF
# This is not a pipe
1. hello
1. goodbye
EOF