Added context Component

This commit is contained in:
Nathan Schneider
2025-05-07 15:33:05 -06:00
parent 668ce763f7
commit 52310fa657
5 changed files with 92 additions and 9 deletions

View File

@ -124,12 +124,12 @@
<div class="sidebar-section">
<h3>Markdown Help</h3>
<div class="sidebar-info markdown-help">
<p><strong>Bold text:</strong> **bold** or __bold__</p>
<p><em>Italic text:</em> *italic* or _italic_</p>
<p><strong>Links:</strong> [text](url)</p>
<p><strong>Lists:</strong> Start lines with - or 1.</p>
<p><strong>Headings:</strong> # Heading or ## Subheading</p>
<p><strong>Quotes:</strong> > Your quoted text</p>
<p><strong>Bold:</strong> **bold text** → <strong>bold text</strong></p>
<p><strong>Italic:</strong> *italic text* → <em>italic text</em></p>
<p><strong>Links:</strong> [link text](https://example.com) → <a href="#">link text</a></p>
<p><strong>Lists:</strong><br>- Item 1<br>- Item 2<br>Or<br>1. First item<br>2. Second item</p>
<p><strong>Headings:</strong><br># Main Heading<br>## Subheading</p>
<p><strong>Quotes:</strong><br>> Your quoted text<br>> Another line</p>
</div>
</div>
</div>