Y
Hacker News
new
|
ask
|
show
|
jobs
by
prophesi
358 days ago
Looks custom with simple HTML & CSS, KaTex for LaTex rendering, and Haxe 4.3.6 for the interactive charts. Never thought to use Haxe in such a way!
1 comments
ykonstant
358 days ago
Ah... it is rendered client-side. I thought I finally found a server-side workflow for latex rendering. Unfortunately pandoc filters for server-side rendering (katex or mathjax) result in broken layout: off center equations etc.
link
cgadski
357 days ago
It's server-side! I render the latex with katex as part of my static generation. See:
https://katex.org/docs/api#server-side-rendering-or-renderin...
.
link