This commit is contained in:
2025-11-29 10:47:50 +08:00
parent 7bb9a5def8
commit bdd2146639
26 changed files with 0 additions and 0 deletions

13
content/math/test.md Normal file
View File

@@ -0,0 +1,13 @@
---
title: 测试tikz
tikz: true
---
<script type="text/tikz">
\begin{tikzpicture}
\draw (0,0) circle (1in);
\end{tikzpicture}
</script>