Mercurial
comparison mrjunejune/src/tools/markdown_to_html/index.html @ 258:60a876c4587a
[ui] Add semantic primitive ownership
Build a layered Zenbu token and sizing system, make authored controls use native-underneath primitives, migrate mrjunejune without imposing visual surfaces, and document/enforce HTML ownership in the catalog and wiki.
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Wed, 05 Aug 2026 05:25:40 -0700 |
| parents | 4c725fde6999 |
| children |
comparison
equal
deleted
inserted
replaced
| 257:609d3c6aff4e | 258:60a876c4587a |
|---|---|
| 13 <h1>Markdown to HTML Converter</h1> | 13 <h1>Markdown to HTML Converter</h1> |
| 14 </div> | 14 </div> |
| 15 | 15 |
| 16 <div class="container"> | 16 <div class="container"> |
| 17 <div class="panel"> | 17 <div class="panel"> |
| 18 <div class="label">Markdown Input</div> | 18 <zen-field appearance="plain" size="md"> |
| 19 <label class="label" for="input">Markdown Input</label> | |
| 19 <textarea id="input" placeholder="Type your markdown here..."># Welcome to Markdown Converter | 20 <textarea id="input" placeholder="Type your markdown here..."># Welcome to Markdown Converter |
| 20 | 21 |
| 21 ## Features | 22 ## Features |
| 22 | 23 |
| 23 This converter supports: | 24 This converter supports: |
| 55 ### Images | 56 ### Images |
| 56 | 57 |
| 57  | 58  |
| 58 | 59 |
| 59 **Try editing this text!**</textarea> | 60 **Try editing this text!**</textarea> |
| 61 </zen-field> | |
| 60 </div> | 62 </div> |
| 61 | 63 |
| 62 <div class="panel"> | 64 <div class="panel"> |
| 63 <div class="title"> | 65 <div class="title"> |
| 64 <div class="label">HTML Output</div> | 66 <div class="label">HTML Output</div> |
| 65 <button id="copy"> Copy </button> | 67 <zen-button appearance="plain" size="sm"> |
| 68 <button id="copy"> Copy </button> | |
| 69 </zen-button> | |
| 66 </div> | 70 </div> |
| 67 <div id="output"></div> | 71 <div id="output"></div> |
| 68 </div> | 72 </div> |
| 69 </div> | 73 </div> |
| 70 {{/parts/footer.html}} | 74 {{/parts/footer.html}} |