From 704a10a29e95d7ef787c1f7ccea3d4d5f5513c99 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 17 Aug 2022 12:44:19 -0700 Subject: [PATCH] Minor trypandoc landing page improvements. --- trypandoc/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/trypandoc/index.html b/trypandoc/index.html index fd4664778..4aa0faf8d 100644 --- a/trypandoc/index.html +++ b/trypandoc/index.html @@ -70,10 +70,6 @@ - -
@@ -125,6 +121,10 @@ + +

     
@@ -154,7 +154,7 @@ function newpage() {
     document.getElementById("text").value = text;
     let from = params.get("from") || "markdown";
     document.getElementById("from").value = from;
-    let to = params.get("to") || "html";
+    let to = params.get("to") || "html5";
     document.getElementById("to").value = to;
     let standalone = params.get("standalone") === "true";
     document.getElementById("standalone").checked = standalone;