diff options
Diffstat (limited to 'test/command/latex-fontawesome.md')
-rw-r--r-- | test/command/latex-fontawesome.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/command/latex-fontawesome.md b/test/command/latex-fontawesome.md index 2a7e91185..e67ed1792 100644 --- a/test/command/latex-fontawesome.md +++ b/test/command/latex-fontawesome.md @@ -2,12 +2,12 @@ % pandoc -f latex -t native Check: \faCheck ^D -[Para [Str "Check:",Space,Str "\10003"]] +[ Para [ Str "Check:", Space, Str "\10003" ] ] ``` ``` % pandoc -f latex -t native Close: \faClose ^D -[Para [Str "Close:",Space,Str "\10007"]] +[ Para [ Str "Close:", Space, Str "\10007" ] ] ``` |