trypandoc: update on change of in or out format.
This commit is contained in:
parent
0868e088be
commit
bf0e6ad4db
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue