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
+3 -1
View File
@@ -42,9 +42,11 @@
"gatsby-plugin-styled-components": "^3.1.6",
"gatsby-plugin-typescript": "^2.1.9",
"gatsby-remark-auto-headers": "^1.0.3",
"gatsby-remark-katex": "^3.1.12",
"gatsby-source-filesystem": "^2.1.26",
"gatsby-transformer-remark": "^2.6.24",
"gatsby-transformer-remark": "^2.6.26",
"gatsby-transformer-sharp": "^2.2.16",
"katex": "^0.11.1",
"polished": "^3.4.1",
"prismjs": "^1.17.1",
"ramda": "^0.26.1",