Mercurial Hosting > chat
diff src/index.html.luan @ 118:04933d5ba05a
handle markdown
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Thu, 04 Dec 2025 22:57:00 -0700 |
| parents | 4cab4df4cbbd |
| children |
line wrap: on
line diff
--- a/src/index.html.luan Thu Dec 04 21:43:47 2025 -0700 +++ b/src/index.html.luan Thu Dec 04 22:57:00 2025 -0700 @@ -33,6 +33,7 @@ <style> @import "chat.css?s=<%=started%>"; </style> + <script src="https://cdn.jsdelivr.net/npm/markdown-it@14.1.0/dist/markdown-it.min.js"></script> <script src="chat.js?s=<%=started%>"></script> </head> <body>
