aboutsummaryrefslogtreecommitdiff
path: root/trypandoc
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-11-04 10:42:37 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-11-04 10:42:37 -0800
commitbf0e6ad4dbb85ea08385643c9db8e697528827c8 (patch)
tree656bd79f755bbbff1ab5f354db8adb8ec1c88e98 /trypandoc
parent0868e088be7f4deab7eb819e1f6ecc011b814115 (diff)
downloadpandoc-bf0e6ad4dbb85ea08385643c9db8e697528827c8.tar.gz
trypandoc: update on change of in or out format.
Diffstat (limited to 'trypandoc')
-rw-r--r--trypandoc/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/trypandoc/index.html b/trypandoc/index.html
index 16ff240ce..fc4116f2e 100644
--- a/trypandoc/index.html
+++ b/trypandoc/index.html
@@ -45,6 +45,8 @@ $(document).ready(function() {
});
};
$("#convert").click(newpage);
+ $("#from").change(newpage);
+ $("#to").change(newpage);
});
</script>
<style type="text/css">
@@ -65,6 +67,7 @@ $(document).ready(function() {
<div class="row">
<div class="col-md-6">
<h1>Try pandoc!</h1>
+ <p><a href="https://pandoc.org">https://pandoc.org</a></p>
</div>
<div class="col-md-6">
<pre id="command"></pre>