From 6e92df95e9241704266de2421967772837545c60 Mon Sep 17 00:00:00 2001 From: bbedward Date: Tue, 12 Aug 2025 21:36:36 -0400 Subject: [PATCH] pragma --- Common/markdown2html.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Common/markdown2html.js b/Common/markdown2html.js index 18e831bd..0a62b3ff 100644 --- a/Common/markdown2html.js +++ b/Common/markdown2html.js @@ -1,3 +1,4 @@ +.pragma library // This exists only beacause I haven't been able to get linkColor to work with MarkdownText // May not be necessary if that's possible tbh. function markdownToHtml(text) {