Mercurial
comparison mrjunejune/src/tools/markdown_to_html/index.html @ 93:be91a73d801a
[MrJuneJune] Updated my website.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Fri, 02 Jan 2026 18:02:22 -0800 |
| parents | bcc76a156aea |
| children | 8c74204fd362 |
comparison
equal
deleted
inserted
replaced
| 92:655ea0b661fd | 93:be91a73d801a |
|---|---|
| 65 <button id="copy"> Copy </button> | 65 <button id="copy"> Copy </button> |
| 66 </div> | 66 </div> |
| 67 <div id="output"></div> | 67 <div id="output"></div> |
| 68 </div> | 68 </div> |
| 69 </div> | 69 </div> |
| 70 | 70 {{/parts/footer.html}} |
| 71 <script src="/markdown_to_html.js"></script> | 71 <script src="/markdown_to_html.js"></script> |
| 72 <script> | 72 <script> |
| 73 function convert() { | 73 function convert() { |
| 74 output.innerHTML = ''; | 74 output.innerHTML = ''; |
| 75 const markdown = input.value; | 75 const markdown = input.value; |