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. --- declaration.d.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 declaration.d.ts (limited to 'declaration.d.ts') diff --git a/declaration.d.ts b/declaration.d.ts new file mode 100644 index 0000000..cfc561e --- /dev/null +++ b/declaration.d.ts @@ -0,0 +1,3 @@ +// SPDX-License-Identifier: GPL-2.0-only + +declare module "*.css"; -- cgit v1.2.3