From 943e3dc057eca53e68ddec51529bd6a1279ebd8e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 29 Apr 2024 06:23:02 +0200 Subject: Adding upstream version 0.18.1. Signed-off-by: Daniel Baumann --- tests/test_renderers/fixtures/dollarmath.md | 75 +++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 tests/test_renderers/fixtures/dollarmath.md (limited to 'tests/test_renderers/fixtures/dollarmath.md') diff --git a/tests/test_renderers/fixtures/dollarmath.md b/tests/test_renderers/fixtures/dollarmath.md new file mode 100644 index 0000000..e3e5fd2 --- /dev/null +++ b/tests/test_renderers/fixtures/dollarmath.md @@ -0,0 +1,75 @@ +Inline Math: +. +$foo$ +. + + + + foo +. + +Inline Math, multi-line: +. +a $foo +bar$ b +. + + + a + + foo + bar + b +. + +Inline Math, multi-line with line break (invalid): +. +a $foo + +bar$ b +. + + + a $foo + + bar$ b +. + +Math Block: +. +$$foo$$ +. + + + foo +. + +Math Block With Equation Label: +. +$$foo$$ (abc) +. + + + + foo +. + +Math Block multiple: +. +$$ +a = 1 +$$ + +$$ +b = 2 +$$ (a) +. + + + + a = 1 + + + + b = 2 +. -- cgit v1.2.3