chore(blog): enable math and katex

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2022-12-15 01:03:08 +01:00
parent 9019b2809d
commit b497b5c872
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -91,6 +91,8 @@ const config = {
type: 'all', type: 'all',
copyright: `Copyright © ${new Date().getFullYear()} Matej Focko.`, copyright: `Copyright © ${new Date().getFullYear()} Matej Focko.`,
}, },
remarkPlugins: [math],
rehypePlugins: [katex],
}, },
], ],
], ],