aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates')
-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>