mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-09 23:44:08 +02:00
Add support for LaTeX using KaTeX
This commit is contained in:
+9
-1
@@ -31,7 +31,15 @@ module.exports = {
|
||||
{
|
||||
resolve: `gatsby-transformer-remark`,
|
||||
options: {
|
||||
plugins: [`gatsby-remark-auto-headers`],
|
||||
plugins: [
|
||||
`gatsby-remark-auto-headers`,
|
||||
{
|
||||
resolve: `gatsby-remark-katex`,
|
||||
options: {
|
||||
strict: `ignore`,
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user