nextjournal / markdown

A cross-platform clojure/script parser for Markdown
ISC License
46 stars 6 forks source link

drop dependency on katex #15

Open mk opened 1 year ago

mk commented 1 year ago

There's a dependency on katex which shows up in Clerk's js bundle.

Screen Shot 2023-06-07 at 17 54 12

Would be nice if we could drop this or make it optional, as Clerk isn't using it for display (but loading it dynamically). I tried dropping it in https://github.com/nextjournal/clerk/commit/0303e730a2fa5d7fc2f7a79d57f0f298a6eea9d6 but that lets SSR fail.