From 0938fc225ef1460a511faf8109939ccbc1d8c232 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Mon, 27 May 2019 16:20:04 +0200 Subject: [PATCH] poc: add tester for pandoc example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Roberto Abdelkader Martínez Pérez --- poc/examples/pandoc/testme | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 poc/examples/pandoc/testme diff --git a/poc/examples/pandoc/testme b/poc/examples/pandoc/testme new file mode 100755 index 0000000..e2fabd3 --- /dev/null +++ b/poc/examples/pandoc/testme @@ -0,0 +1,8 @@ +#!/usr/bin/env sh + +curl -X POST --data-binary @- http://localhost:8080/convert/markdown/man <