diff options
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/textcolor.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/command/textcolor.md b/test/command/textcolor.md index 7719a1c6b..013e55d67 100644 --- a/test/command/textcolor.md +++ b/test/command/textcolor.md @@ -11,3 +11,14 @@ ^D [Para [Span ("",[],[("style","color: blue")]) [Str "Hello",Space,Strong [Str "World"]]]] ``` + +``` +% pandoc -f latex -t native +\textcolor{orange}{ + \begin{itemize} + \item Test + \end{itemize} +} +^D + +``` |