inital setup

This commit is contained in:
2025-02-07 10:12:09 +08:00
commit 0a1e2c8a6e
1204 changed files with 175187 additions and 0 deletions

13
content/math/测试.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>