mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-22 15:01:30 +08:00
list test
This commit is contained in:
@ -908,15 +908,17 @@ x = \begin{cases}
|
||||
列表表示
|
||||
---
|
||||
|
||||
'\begin{itemize}
|
||||
```latex
|
||||
\begin{itemize}
|
||||
\item First item
|
||||
\item Second item
|
||||
\end{itemize}'
|
||||
\end{itemize}
|
||||
|
||||
'\begin{description}
|
||||
```latex
|
||||
\begin{description}
|
||||
\item Definition
|
||||
\item Explanation
|
||||
\end{description}'
|
||||
\end{description}
|
||||
|
||||
另见
|
||||
----
|
||||
|
Reference in New Issue
Block a user