diff options
author | Alexander Krotov <ilabdsf@gmail.com> | 2017-03-10 13:16:27 +0400 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-03-10 10:16:27 +0100 |
commit | d037c5019d51b9fc64690f5e73158c1dd683012b (patch) | |
tree | 8127bde97d30278f53d99de32c1e568c28e1320e /trypandoc | |
parent | ebb2acb89053eca6063ad3b99a3b83cf80d09bca (diff) | |
download | pandoc-d037c5019d51b9fc64690f5e73158c1dd683012b.tar.gz |
Add Muse writer (#3489)
* Add Muse writer
* Advertise new Muse writer
* Muse writer: add regressions tests
Diffstat (limited to 'trypandoc')
-rw-r--r-- | trypandoc/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trypandoc/index.html b/trypandoc/index.html index d9674793b..26a373112 100644 --- a/trypandoc/index.html +++ b/trypandoc/index.html @@ -129,6 +129,7 @@ $(document).ready(function() { <option value="slideous">Slideous</option> <option value="slidy">Slidy</option> <option value="texinfo">Texinfo</option> + <option value="muse">Muse</option> </select> <br/> <pre id="results"></pre> |