pandoc/test/Tests
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
..
Lua Lua: add pandoc.template module 2022-01-04 11:55:59 -08:00
Readers Org reader: More flexible LaTeX environments 2022-02-21 16:04:14 +01:00
Writers Docbook writer: Interpret links without contents as cross-references (#7360) 2022-02-06 23:05:20 +01:00
Command.hs Fix compiler warnings. 2022-01-21 17:28:02 -08:00
Helpers.hs Put id attributes on TOC entries #7907 (#7913) 2022-02-11 21:37:00 -08:00
Lua.hs Lua: add pandoc.WriterOptions constructor 2022-01-04 11:55:59 -08:00
Old.hs Add endnotexml reader test. 2022-02-04 10:36:58 -08:00
Shared.hs Put id attributes on TOC entries #7907 (#7913) 2022-02-11 21:37:00 -08:00