dongheenam / maths-question-bank

This is a Next.js app that lets you search, edit, and store quality questions in Mathematics.
https://maths-question-bank.vercel.app
0 stars 1 forks source link

Add KaTeX renderer #7

Closed dongheenam closed 1 year ago

dongheenam commented 1 year ago

Add KaTeX renderer to the view and forms for users to see the maths expressions.

dongheenam commented 1 year ago

https://github.com/dongheenam/maths-question-bank/commit/1937b52c8e9fa8214f4181b4905e44065d618ef7 Added react-markdown renderer as a client component using lazy loading.