aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/index.html
diff options
context:
space:
mode:
authorkj_sh6042026-03-13 15:06:01 -0400
committerkj_sh6042026-03-13 15:06:01 -0400
commitb3339fc22da71858018b3e835d8d75f9d8d15bc9 (patch)
tree5722bca286646c947b425890a00d946f7a4f6293 /src/templates/index.html
parentd272caf3d982dd98437b703e40062e8523167d15 (diff)
refactor: more styling toggle changes
Diffstat (limited to '')
-rw-r--r--src/templates/index.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/templates/index.html b/src/templates/index.html
index 2ee0c52..9f3ea9c 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -28,7 +28,8 @@
<label for="markdown">
<h3>textarea</h3>
</label>
- <textarea id="markdown" name="markdown" rows="16" placeholder="markdown goes here..." required style="font-family: monospace;"></textarea>
+ <textarea id="markdown" name="markdown" rows="16" placeholder="markdown goes here..." required
+ style="font-family: monospace;"></textarea>
<section id="image-upload-section">
<label for="image"><small>image file</small></label>
@@ -119,7 +120,11 @@
</label>
<label>
- <input type="checkbox" name="disable_syntax_highlighting" value="on" /> disable syntax highlighting for code blocks
+ <input type="checkbox" name="disable_syntax_highlighting" value="on" /> disable syntax highlighting
+ </label>
+
+ <label>
+ <input type="checkbox" name="disable_backgrounds" value="on" /> disable .pdf backgrounds
</label>
</section>