mirror of
https://github.com/mfocko/blog.git
synced 2024-11-22 13:03:47 +01:00
chore(blog): enable math and katex
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
9019b2809d
commit
b497b5c872
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@ const config = {
|
|||
type: 'all',
|
||||
copyright: `Copyright © ${new Date().getFullYear()} Matej Focko.`,
|
||||
},
|
||||
remarkPlugins: [math],
|
||||
rehypePlugins: [katex],
|
||||
},
|
||||
],
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue