summaryrefslogtreecommitdiff
path: root/trypandoc
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-08-25 10:11:14 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2022-08-25 10:11:14 -0700
commit201e86d9aa1506eb3675b4ba727787ae13b109ba (patch)
tree213f2af6f3346d48c2f7437cb24d16b8396a0070 /trypandoc
parenta962692db32bdeb165b1151452ced56adc088403 (diff)
trypandoc: small refinements.
Diffstat (limited to 'trypandoc')
-rw-r--r--trypandoc/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/trypandoc/index.html b/trypandoc/index.html
index b1b218609..30420dda6 100644
--- a/trypandoc/index.html
+++ b/trypandoc/index.html
@@ -17,7 +17,7 @@
pre#results { width: 100%; margin-top: 0; min-height: 65vh; width: 44vw; }
footer { color: #555; text-align: center; margin: 1em; }
p.version { color: #555; }
- .container { margin: 12px; }
+ .container { margin: 12pt; }
.row { display: flex; flex-wrap: nowrap; justify-content: space-between; margin: 0; padding: 0; }
#frompane { flex: 1; padding: 1m; }
#topane { flex: 1; padding: 1em; }
@@ -194,7 +194,7 @@
</label>
&nbsp;
<select id="html-math-method">
- <option value="" disabled selected>Math rendering</option>
+ <option value="plain" disabled selected>Math rendering</option>
<option id="math-plain" value="plain">Plain math</option>
<option id="math-mathml" value="mathml">MathML</option>
<option id="math-mathjax" value="mathjax">MathJax</option>