Third step: write the markdown mathematic formulate(one x.md file). as follows.
Title: x
Date: 2022-11-10 00:20
Modified: 2022-11-10 00:20
Category: x
Slug: x
Authors: x
Summary: x
<p>
formulate:$x^2$
The area of a circle is: `A_\text{c} = (\pi/4) d^2`.
</p>
Fourth step: compile and build the pelican project. as follow.
pelican content
pelican --listen
Finally, opening the browser. But I found that the math formulate was not change. It's still the same old thing like origin $x^2$.
It doesn't work. Who can tell me what to do? thanks.
I have installed and configured the relevant plugin according to your manual. as follows.
First step: install your plugin.
Second step: specify the pelicanconf.py configuration. as follows.
Third step: write the markdown mathematic formulate(one x.md file). as follows.
Fourth step: compile and build the pelican project. as follow.
Finally, opening the browser. But I found that the math formulate was not change. It's still the same old thing like origin
$x^2$
.It doesn't work. Who can tell me what to do? thanks.
Appendix: