From 1ebfa6bb84e2c1df43d2e41a549ee931e6b25a90 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 2 Jun 2015 12:08:03 +0200 Subject: trypandoc: move Convert button, display raw command. --- trypandoc/index.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'trypandoc') diff --git a/trypandoc/index.html b/trypandoc/index.html index 6d781971e..63c1f730c 100644 --- a/trypandoc/index.html +++ b/trypandoc/index.html @@ -43,6 +43,7 @@ $(document).ready(function() { $("#to").val(to); if (text && text != "") { $.getJSON("http://johnmacfarlane.net/cgi-bin/trypandoc", { from: from, to: to, text: text }, process); + $("#command").text("pandoc --from " + from + " --to " + to); }; $("#convert").click(newpage); }); @@ -62,10 +63,17 @@ $(document).ready(function() {
-

Try pandoc!

+
+

Try pandoc!

+
+
+

+    
+ +   @@ -122,8 +130,6 @@ $(document).ready(function() { -   -

     
-- cgit v1.2.3