From f1b12cfd8fd61d6dfec0d769582bb726e00f2556 Mon Sep 17 00:00:00 2001 From: Ambushfall Date: Sat, 20 May 2023 08:06:40 +0200 Subject: [PATCH] Add GH CSS --- editor.js | 4 ++-- index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/editor.js b/editor.js index e064971..22405f8 100644 --- a/editor.js +++ b/editor.js @@ -1,9 +1,9 @@ -// const CSS_LINKS = [`https://cdn.jsdelivr.net/npm/bootstrap/dist/css/bootstrap.min.css`]; +const CSS_LINKS = [`https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.2.0/github-markdown.min.css`]; const CHEATSHEET = fetch("https://ambushfall-next13-app.vercel.app/MD_CHEATSHEET.MD").then(res => res.text()) const MD_CFG = { - async: true, + // async: true, // pedantic: false, gfm: true, mangle: false, diff --git a/index.html b/index.html index ce2394d..08bfea0 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@
- +