pandoc/test/Tests/Readers/Org
Lucas V. R 3bc3e96837 Org reader: More flexible LaTeX environments
Looking at the definition of `org-element-latex-environment-parser`, one
sees that Org allows arbitrary arguments to LaTeX environments. In fact,
it parses every char just after `\begin{xxx}` until `\end{xxx}` as
content for the environment, so all the following examples are valid
environments:

```org
\begin{equation} e = mc^2 \end{equations}
```
```org
\begin{tikzcd}[ampersand replacement=\&]
	A \& B \\
	C \& D
	\arrow[from=1-1, to=1-2]
	\arrow["f", from=2-1, to=2-2]
\end{tikzcd}
```
2022-02-21 16:04:14 +01:00
..
Block Org reader: support alphabetical (fancy) lists 2022-01-09 09:39:27 -08:00
Inline Copyright notices: update for 2022 2022-01-02 11:59:22 -08:00
Block.hs Org reader: More flexible LaTeX environments 2022-02-21 16:04:14 +01:00
Directive.hs Org reader: More flexible LaTeX environments 2022-02-21 16:04:14 +01:00
Inline.hs Copyright notices: update for 2022 2022-01-02 11:59:22 -08:00
Meta.hs Copyright notices: update for 2022 2022-01-02 11:59:22 -08:00
Shared.hs Copyright notices: update for 2022 2022-01-02 11:59:22 -08:00