Skip to content

Commit

Permalink
Ensure README example compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed May 4, 2024
1 parent 81a9c1e commit 8d451f3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,33 +25,37 @@ A LaTeX formatter written in Rust.
<td>

``` tex
\documentclass{article}
\begin{document}
\begin{itemize}
\item Lists with items
over multiple lines
\end{itemize}
\begin{align}
\begin{equation}
E = m c^2
\end{align}
\end{equation}
\end{document}
```
</td>
<td>

``` tex
\documentclass{article}
\begin{document}
\begin{itemize}
\item Lists with items
over multiple lines
\end{itemize}
\begin{align}
\begin{equation}
E = m c^2
\end{align}
\end{equation}
\end{document}
```
Expand Down

0 comments on commit 8d451f3

Please sign in to comment.