Settings

Theme

Show HN: LLMRender, a 10kb Markdown+LaTeX renderer for React

llmrender.com

3 points by franciscop 18 hours ago · 0 comments · 1 min read

Reader

I've been using the popular React Markdown renderers with Katex and Prism.js for rendering my Markdown and LaTeX, but was tired of having to bundle 300kb+ of min+gzip JS only for this (1.2MB+ of plain JS!). So I created a small Markdown renderer that does it all in a tiny package.

I added a small playground to the homepage, please feel free to try it and let me know what you think!

It's not perfect, it's definitely not "correct" in that I'm using Regex internally instead of a proper AST parser, but for my usecase and the majority of Markdown out there, this works perfectly fine (cue the StackOverflow post [1]). It's also conservative for this reason; no HTML by default, parsing wrong content produces escaped HTML entities instead of XSS.

[1] https://stackoverflow.com/a/1732454

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection