From 2ef2049b4e94dc51961e75edb27af1d2f83acd3b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 21 Jun 2021 22:34:38 -0700 Subject: [PATCH] Update command test for change to LaTeX LineBreak handling. --- test/command/2874.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/command/2874.md b/test/command/2874.md index 1fb530dc1..99f46d2fb 100644 --- a/test/command/2874.md +++ b/test/command/2874.md @@ -3,12 +3,12 @@
^D -{}~\\ +{}\strut \\ ``` ``` % pandoc -f html -t latex
^D -\protect\hypertarget{foo}{}{}~\\ +\protect\hypertarget{foo}{}{}\strut \\ ```