From 1e52a61250b3d22fff48dd08a64edddc5be0daee Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Fri, 9 Feb 2024 18:00:48 +0100 Subject: [PATCH] add test --- tests/golden/inputs/margins-auto.md | 46 ++++++++++++++++++ tests/golden/outputs/margins-auto.md.dump | 58 +++++++++++++++++++++++ 2 files changed, 104 insertions(+) create mode 100644 tests/golden/inputs/margins-auto.md create mode 100644 tests/golden/outputs/margins-auto.md.dump diff --git a/tests/golden/inputs/margins-auto.md b/tests/golden/inputs/margins-auto.md new file mode 100644 index 0000000..e8f5f84 --- /dev/null +++ b/tests/golden/inputs/margins-auto.md @@ -0,0 +1,46 @@ +--- +author: 'Jasper' +patat: + margins: + left: auto + right: auto +... + +# A header + +Some text + +## Subheader + +with more info + +1. One +2. Two +3. Three + +# Hello + +- Some really fancy lists +- With another list embedded: + * Yes + * No +- And a codeblock: + + ``` + 1 + 2 + ``` + +And a paragraph + +```haskell +Yeah | Nope +``` + +# Vertical centered slide + + + +Yo diff --git a/tests/golden/outputs/margins-auto.md.dump b/tests/golden/outputs/margins-auto.md.dump new file mode 100644 index 0000000..9c4f680 --- /dev/null +++ b/tests/golden/outputs/margins-auto.md.dump @@ -0,0 +1,58 @@ + margins-auto.md  + + # A header + + Some text + + ## Subheader + + with more info + + 1. One + 2. Two + 3. Three + + Jasper 1 / 3  + +{slide} + margins-auto.md  + + # Hello + + - Some really fancy lists + + - With another list embedded: + + * Yes + * No + + - And a codeblock: + +   +  1 + 2  +   + + + And a paragraph + +   +  Yeah | Nope  +   + + Jasper 2 / 3  + +{slide} + margins-auto.md  + + + + + + + + + # Vertical centered slide + + Yo + + Jasper 3 / 3