From f4185fcef0aa5c00e37a1bf8bbc8b8c6459fffe7 Mon Sep 17 00:00:00 2001 From: Lila Date: Tue, 19 May 2020 07:45:44 +0200 Subject: Use CSS in favor of
for display math (#6372) Some CSS to ensure that display math is displayed centered and on a new line is now included in the default HTML-based templates; this may be overridden if the user wants a different behavior. --- test/command/5655.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/command') diff --git a/test/command/5655.md b/test/command/5655.md index 35987c10a..692009562 100644 --- a/test/command/5655.md +++ b/test/command/5655.md @@ -2,13 +2,13 @@ % pandoc --webtex $T_n={n+1 \choose 2}$ ^D -

T_n={n+1 \choose 2}

+

T_n={n+1 \choose 2}

```` ```` % pandoc --webtex $$T_n={n+1 \choose 2}$$ ^D -


T_n={n+1 \choose 2}

+

T_n={n+1 \choose 2}

```` -- cgit v1.2.3