···418418 </div>
419419420420 <div class="card">
421421- <h2>Bring a source</h2>
421421+ <h2>Markdown source</h2>
422422+ <p>
423423+ Use headings for collections and list items for cards. Add a note with <code> : </code> after
424424+ the URL.
425425+ </p>
426426+ <pre>
427427+# Control
428428+- https://arxiv.org/abs/1234.5678 : Classic paper
429429+- [A neat blog](https://example.com) : read later
430430+ </pre>
422431 <div class="field">
423432 <label for="sourceUrl">Source URL</label>
424433 <input id="sourceUrl" bind:value={sourceUrl} placeholder="https://gist.github.com/..." />
···543552 </div>
544553 </section>
545554 {/if}
546546-547547- <section class="card">
548548- <h2>Format reminder</h2>
549549- <p>
550550- Use headings for collections and list items for cards. Add a note with ` : ` after the URL.
551551- </p>
552552- <pre>
553553-# Control
554554-- https://arxiv.org/abs/1234.5678 : Classic paper
555555-- [A neat blog](https://example.com) : read later
556556- </pre>
557557- </section>
558555</div>