From 290f849c64c9f198f09b592daa48ecdae957375f Mon Sep 17 00:00:00 2001 From: Radu Date: Fri, 24 Nov 2023 16:52:57 -0500 Subject: Support GFM using `remarked` and fix some bugs - This avoids edge cases in the primitive parser I wrote. - Add KaTeX stylesheet (cause of rendering issues, not Pronto). - Bundle with Webpack. --- public-path.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 public-path.js (limited to 'public-path.js') diff --git a/public-path.js b/public-path.js new file mode 100644 index 0000000..b3aa11e --- /dev/null +++ b/public-path.js @@ -0,0 +1,3 @@ +// SPDX-License-Identifier: GPL-2.0-only + +__webpack_public_path__ = chrome.runtime.getURL("") + "/"; -- cgit v1.2.3