Niklas
Niklas
TTCTheo's Typesafe Cult
Created by Niklas on 4/25/2023 in #questions
Next.js Headless CMS for Markdown with MathType support?
I wanna build a blog based on Markdown content based on a headless CMS (using Next.js under the hood). So for this I thought TinaCMS is the right fit. But TinaCMS doesn't support to handle math equations like in the example below. And it doesn't support it in the editor, but also not in the representation. Am I doing something wrong, or is there another Markdown-based CMS that supports this?
$$
\eqalign{
(a+b)^2 &= (a+b)(a+b) \\
&= a^2 + ab + ba + b^2 \\
&= a^2 + 2ab + b^2
}
$$
$$
\eqalign{
(a+b)^2 &= (a+b)(a+b) \\
&= a^2 + ab + ba + b^2 \\
&= a^2 + 2ab + b^2
}
$$
2 replies