theowenyoung / gatsby-theme-primer-wiki

A Gatsby Theme for Wiki/Docs/Knowledge Base, which using Primer style as the UI theme, can work well with Foam or Obsibian or just markdown files.
https://demo-wiki.owenyoung.com/
MIT License
118 stars 18 forks source link

Latex support #44

Open MalcolmMielle opened 2 years ago

MalcolmMielle commented 2 years ago

Would it be possible to directly add latex support through gatsby-remark-katex in this theme?

Thanks for the great theme !

flashshare commented 2 years ago

@MalcolmMielle you can follow this tutorial. https://nickymeuleman.netlify.app/blog/math-gatsby-mdx#wiring-up-remark-math

theowenyoung commented 2 years ago

@MalcolmMielle Hi, I have not used latex, but I'd like to receive a pr about gatsby-remark-katex, it seems that we can add it in gatsby-config.js directly?