diff --git a/tests/lib/snapshots/markdown-test.js.md b/tests/lib/snapshots/markdown-test.js.md index 0c3e317b..ffc3d699 100644 --- a/tests/lib/snapshots/markdown-test.js.md +++ b/tests/lib/snapshots/markdown-test.js.md @@ -4,6 +4,20 @@ The actual snapshot is saved in `markdown-test.js.snap`. Generated by [AVA](https://ava.li). +## Markdown.render() should render line breaks correctly + +> Snapshot 1 + + `
This is the first line.
␊
+ This is the second line.
This is the first line.␊ + This is the second line.
␊ + ` + ## Markdown.render() should renders KaTeX correctly > Snapshot 1 @@ -73,18 +87,4 @@ Generated by [AVA](https://ava.li). > Snapshot 2 `This is a "QUOTE".
␊ - - -## Markdown.render() should render line breaks correctly - -> Snapshot 1 - - `This is the first line.
␊
- This is the second line.
This is the first line.␊ - This is the second line.
␊ - ` \ No newline at end of file diff --git a/tests/lib/snapshots/markdown-test.js.snap b/tests/lib/snapshots/markdown-test.js.snap index 1dc64bba..fc310cfd 100644 Binary files a/tests/lib/snapshots/markdown-test.js.snap and b/tests/lib/snapshots/markdown-test.js.snap differ