fix to position for tikz - center the inside of the div

This commit is contained in:
2022-06-23 20:45:13 -04:00
parent 7e5f5526bc
commit 7626e95032
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -79,4 +79,4 @@ Images:
Tikz:
{{ tikz(style="width: 20%; height: 20%;" position="center" body="\begin{tikzpicture}\draw (0,0) circle (1in);\end{tikzpicture}") }}
{{ tikz(position="right" body="\begin{tikzpicture}\draw (0,0) circle (1in);\end{tikzpicture}") }}