Skip to content

Commit ed9332a

Browse files
add generic mark checkbox toggles
1 parent c01c515 commit ed9332a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,10 @@ <h3>Mark Your Work</h3>
361361
<input type="checkbox" id="rich-text-full-name" name="rich-text-full-name" value="rich-text-full-name" />
362362
<label for="rich-text-full-name">full tool name</label>
363363
</div>
364+
<div>
365+
<input type="checkbox" id="rich-text-generic-mark" name="rich-text-generic-mark" value="rich-text-generic-mark" />
366+
<label for="rich-text-generic-mark">generic mark</label>
367+
</div>
364368
<button id="copy-rich-text-mark">Copy</button>
365369
</footer>
366370
</details>
@@ -377,6 +381,10 @@ <h3>Mark Your Work</h3>
377381
<input type="checkbox" id="html-full-name" name="html-full-name" value="html-full-name" />
378382
<label for="html-full-name">full tool name</label>
379383
</div>
384+
<div>
385+
<input type="checkbox" id="html-generic-mark" name="html-generic-mark" value="html-generic-mark" />
386+
<label for="html-generic-mark">generic mark</label>
387+
</div>
380388
<button id="copy-html-mark">Copy</button>
381389
</footer>
382390
</details>
@@ -400,6 +408,10 @@ <h3>Mark Your Work</h3>
400408
<input type="checkbox" id="plain-text-full-name" name="plain-text-full-name" value="plain-text-full-name" />
401409
<label for="plain-text-full-name">full tool name</label>
402410
</div>
411+
<div>
412+
<input type="checkbox" id="plain-text-generic-mark" name="plain-text-generic-mark" value="plain-text-generic-mark" />
413+
<label for="plain-text-generic-mark">generic mark</label>
414+
</div>
403415
<button id="copy-plain-text-mark">Copy</button>
404416
</footer>
405417
</details>

0 commit comments

Comments
 (0)