mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-25 08:55:55 +00:00
Allow raw latex commands starting with \start in Markdown.
Previously these weren't allowed because they were interpreted as starting ConTeXt environments, even without a corresponding \stop... Closes #3558.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
```
|
||||
% pandoc -t native
|
||||
\startmulti
|
||||
hello
|
||||
\endmulti
|
||||
^D
|
||||
[Para [RawInline (Format "tex") "\\startmulti\n",Str "hello",SoftBreak,RawInline (Format "tex") "\\endmulti"]]
|
||||
```
|
||||
Reference in New Issue
Block a user