Markdown -> Semble importer

app: Move format spec up on page

oscillatory.net 9da35ba9 d7255113

verified
+10 -13
+10 -13
src/App.svelte
··· 418 418 </div> 419 419 420 420 <div class="card"> 421 - <h2>Bring a source</h2> 421 + <h2>Markdown source</h2> 422 + <p> 423 + Use headings for collections and list items for cards. Add a note with <code> : </code> after 424 + the URL. 425 + </p> 426 + <pre> 427 + # Control 428 + - https://arxiv.org/abs/1234.5678 : Classic paper 429 + - [A neat blog](https://example.com) : read later 430 + </pre> 422 431 <div class="field"> 423 432 <label for="sourceUrl">Source URL</label> 424 433 <input id="sourceUrl" bind:value={sourceUrl} placeholder="https://gist.github.com/..." /> ··· 543 552 </div> 544 553 </section> 545 554 {/if} 546 - 547 - <section class="card"> 548 - <h2>Format reminder</h2> 549 - <p> 550 - Use headings for collections and list items for cards. Add a note with ` : ` after the URL. 551 - </p> 552 - <pre> 553 - # Control 554 - - https://arxiv.org/abs/1234.5678 : Classic paper 555 - - [A neat blog](https://example.com) : read later 556 - </pre> 557 - </section> 558 555 </div>