Skip to content

Commit

Permalink
Use raw strings
Browse files Browse the repository at this point in the history
Co-authored-by: Morten Piibeleht <morten.piibeleht@gmail.com>
  • Loading branch information
blegat and mortenpi authored Oct 22, 2020
1 parent 453c623 commit c0baba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/examples/src/man/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,5 +431,5 @@ LaTeXEquation(raw"\[\left[ \begin{array}{rr}x&2 x\end{array}\right]\]")
or wrapped in `$$ ... $$`:

```@example showablelatex
LaTeXEquation("$$\\begin{bmatrix} 1 & 2\\ 3 & 4 \\end{bmatrix}$$")
LaTeXEquation(raw"$$\begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}$$")
```

0 comments on commit c0baba3

Please sign in to comment.