Consolidate markdown linkification, and add support for authors, blobs, and messages.

This commit is contained in:
2024-04-04 00:18:39 +01:00
parent e50144bd34
commit 4c8d24c319
5 changed files with 68 additions and 158 deletions

View File

@ -17,7 +17,6 @@
</script>
<script src="filesaver.min.js"></script>
<script src="commonmark.min.js"></script>
<script src="commonmark-linkify.js" type="module"></script>
<script src="commonmark-hashtag.js" type="module"></script>
<script src="script.js" type="module"></script>
</body>