mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-12 02:25:57 +00:00
Previously these weren't allowed because they were interpreted as starting ConTeXt environments, even without a corresponding \stop... Closes #3558.
9 lines
169 B
Markdown
9 lines
169 B
Markdown
```
|
|
% pandoc -t native
|
|
\startmulti
|
|
hello
|
|
\endmulti
|
|
^D
|
|
[Para [RawInline (Format "tex") "\\startmulti\n",Str "hello",SoftBreak,RawInline (Format "tex") "\\endmulti"]]
|
|
```
|