12ae1df5bf
Previously these weren't allowed because they were interpreted as starting ConTeXt environments, even without a corresponding \stop... Closes #3558.
8 lines
169 B
Markdown
8 lines
169 B
Markdown
```
|
|
% pandoc -t native
|
|
\startmulti
|
|
hello
|
|
\endmulti
|
|
^D
|
|
[Para [RawInline (Format "tex") "\\startmulti\n",Str "hello",SoftBreak,RawInline (Format "tex") "\\endmulti"]]
|
|
```
|