Skip to content

Commit 9d9241d

Browse files
expand markup of marking formats to build from
1 parent fa78623 commit 9d9241d

File tree

1 file changed

+36
-11
lines changed

1 file changed

+36
-11
lines changed

src/index.html

Lines changed: 36 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -350,26 +350,51 @@ <h2>Mark Your Work</h2>
350350
<h3>Website</h3>
351351
<p>If you are licensing or marking one work, paste the code next to it. If you are licensing or marking the whole page or blog, you can paste the code at the bottom of the page.</p>
352352

353-
<h4>Rich Text</h4>
354-
<p>[contextually formatted mark here]</p>
353+
<article>
354+
<h4>Rich Text</h4>
355+
<p>[contextually formatted mark here]</p>
356+
357+
<footer>
358+
<div>
359+
<input type="checkbox" id="rich-text-full-name" name="rich-text-full-name" value="rich-text-full-name" />
360+
<label for="rich-text-full-name">full tool name</label>
361+
</div>
362+
<button id="copy-rich-text-mark">Copy</button>
363+
</footer>
364+
</article>
355365

356-
<h4>HTML</h4>
357-
<p>[contextually formatted mark here]</p>
366+
<article>
367+
<h4>HTML</h4>
368+
<p>[contextually formatted mark here]</p>
369+
370+
<footer>
371+
<div>
372+
<input type="checkbox" id="html-full-name" name="html-full-name" value="html-full-name" />
373+
<label for="html-full-name">full tool name</label>
374+
</div>
375+
<button id="copy-html-mark">Copy</button>
376+
</footer>
377+
</article>
358378

359379
<!-- <h4>XMP</h4>
360380
<p>[contextually formatted mark here]</p> -->
361381

362382
<h3>Print Work or Media</h3>
363383
<p>Copy the text below and paste it on the title and/or copyright page of your print work or presentation, or in the credits of your media.</p>
364384

365-
<h4>Plain Text</h4>
366-
<p class="plain-text mark">[contextually formatted mark here]</p>
385+
<article>
386+
<h4>Plain Text</h4>
367387

368-
<footer>
369-
<p>[toggle: (license abbreviation) | (full license name)]</p>
370-
<button>Copy</button>
371-
<button>Download</button>
372-
</footer>
388+
<p class="plain-text mark">[contextually formatted mark here]</p>
389+
390+
<footer>
391+
<div>
392+
<input type="checkbox" id="plain-text-full-name" name="plain-text-full-name" value="plain-text-full-name" />
393+
<label for="plain-text-full-name">full tool name</label>
394+
</div>
395+
<button id="copy-plain-text-mark">Copy</button>
396+
</footer>
397+
</article>
373398

374399
</div>
375400

0 commit comments

Comments
 (0)