Skip to content

Commit

Permalink
escape mediabag crusher
Browse files Browse the repository at this point in the history
  • Loading branch information
fradav committed Oct 16, 2024
1 parent 4b56d1f commit b70403b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions computo-quarto-extension.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ In addition of [quarto supported diagrams](https://quarto.org/docs/authoring/dia
:::{#fig-tikz}

``` {.tikz}
%%| filename: ../figure-tikz/fig-tikz
\begin{tikzpicture}[node distance=2cm, auto, thick, scale=2, every node/.style={transform shape}]
\node (P) {$P$};
\node (B) [right of=P] {$B$};
Expand All @@ -339,6 +340,7 @@ A simple example of a commutative diagram with $\texttt{tikz}$.
:::{#fig-tikz}

``` {.tikz}
%%| filename: ../figure-tikz/fig-tikz
\begin{tikzpicture}[node distance=2cm, auto, thick, scale=2, every node/.style={transform shape}]
\node (P) {$P$};
\node (B) [right of=P] {$B$};
Expand Down

0 comments on commit b70403b

Please sign in to comment.