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;