From b1d0c61f2dd5e89f4cbc8f4d868704bf681a7086 Mon Sep 17 00:00:00 2001 From: Marc Schreiber Date: Tue, 23 May 2017 17:36:27 -0300 Subject: Add another test to make sure that textcolor parsing is working in the inside of a paragraph --- test/command/textcolor.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test') 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}{ -- cgit v1.2.3