diff options
Diffstat (limited to 'test/command/textcolor.md')
-rw-r--r-- | test/command/textcolor.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/command/textcolor.md b/test/command/textcolor.md index 47c41e62d..51d05b9f1 100644 --- a/test/command/textcolor.md +++ b/test/command/textcolor.md @@ -19,6 +19,14 @@ Hello \textcolor{blue}{\textbf{World}} [Para [Str "Hello",Space,Span ("",[],[("style","color: blue")]) [Strong [Str "World"]]]] ``` + +``` +% pandoc -f latex -t native +Hello \textcolor{blue}{\textbf{World}}. +^D +[Para [Str "Hello",Space,Span ("",[],[("style","color: blue")]) [Strong [Str "World"]],Str "."]] +``` + ``` % pandoc -f latex -t native \textcolor{orange}{ |