Mathjax test

Mathjax test

MathJax test,LaTeXMathJax\ test,\quad \LaTeX

Tikzjax test

1
2
3
4
5
6
7
8
9
<link rel="stylesheet" type="text/css" href="https://tikzjax.com/v1/fonts.css">
<script src="https://tikzjax.com/v1/tikzjax.js"></script>
<center>
<script type="text/tikz">
\begin{tikzpicture}
\draw (0,0) circle (1in);
\end{tikzpicture}
</script>
</center>

hexo-asset-link plugin test

With hexo-asset-image installed and post-assets folder enable, we can deal with the problem of local img paths not synchronizing with the web pages.

Warning: To be noted, the cover-img in post should still be the path relative to the asset folder.

Below are some path test.

relative path without “./”

Path is “test-image/imgs/3.jpg”
adfas
Path is /blog/2023/06/05/test-image/3.jpg
adfas

relative path with “./”

Path is /blog/2023/06/05/test-image/imgs/3.jpg
adfas
Path is /blog/2023/06/05/test-image/imgs/3.jpg
adfas