Add support for LaTeX using KaTeX

This commit is contained in:
1Computer1
2019-10-01 16:20:49 -04:00
parent a33c362701
commit 1054749621
4 changed files with 58 additions and 10 deletions
+2
View File
@@ -4,6 +4,8 @@ import { Markdown } from "../components/Markdown"
import { ResourceHeader } from "../components/ResourceHeader"
import { SEO } from "../components/SEO"
import "katex/dist/katex.min.css"
// @todo maybe find alternative type for data
const LanguagePost: FC<any> = ({ data }) => {
const { relativePath } = data.file