aboutsummaryrefslogtreecommitdiff
path: root/declaration.d.ts
diff options
context:
space:
mode:
authorRadu <radu@pml4t.net>2023-11-24 16:52:57 -0500
committerRadu <radu@pml4t.net>2023-11-24 22:17:59 -0500
commit290f849c64c9f198f09b592daa48ecdae957375f (patch)
treefab417d5837cde3cd9b4db54dd61d59ca098a69d /declaration.d.ts
parentef17d1d29212f5dc0218bfca1c30709e5a35f7b2 (diff)
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.
Diffstat (limited to 'declaration.d.ts')
-rw-r--r--declaration.d.ts3
1 files changed, 3 insertions, 0 deletions
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";