summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorMarc Schreiber <marc.schreiber@fh-aachen.de>2017-05-03 12:00:30 +0200
committerMarc Schreiber <marc.schreiber@fh-aachen.de>2017-05-03 12:00:30 +0200
commitd9439808f2fe226aad027c8c9d0a38217a1e8c34 (patch)
tree5835a79f5591205d0d2b7e6d36b2b8f87394adc2 /test/command
parent49336ee6eeecc352e248d1262ea1b46070e00243 (diff)
Add block version of \textcolor
Diffstat (limited to 'test/command')
-rw-r--r--test/command/textcolor.md11
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
+
+```