Skip to content

Commit 83a9e54

Browse files
committed
Fix snapshot
1 parent ab038b1 commit 83a9e54

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

tests/lib/snapshots/markdown-test.js.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ The actual snapshot is saved in `markdown-test.js.snap`.
44

55
Generated by [AVA](https://ava.li).
66

7+
## Markdown.render() should render line breaks correctly
8+
9+
> Snapshot 1
10+
11+
`<p data-line="0">This is the first line.<br />␊
12+
This is the second line.</p>␊
13+
`
14+
15+
> Snapshot 2
16+
17+
`<p data-line="0">This is the first line.␊
18+
This is the second line.</p>␊
19+
`
20+
721
## Markdown.render() should renders KaTeX correctly
822

923
> Snapshot 1
@@ -73,18 +87,4 @@ Generated by [AVA](https://ava.li).
7387
> Snapshot 2
7488
7589
`<p data-line="0">This is a &quot;QUOTE&quot;.</p>␊
76-
77-
78-
## Markdown.render() should render line breaks correctly
79-
80-
> Snapshot 1
81-
82-
`<p data-line="0">This is the first line.<br />␊
83-
This is the second line.</p>␊
8490
`
85-
86-
> Snapshot 2
87-
88-
`<p data-line="0">This is the first line.␊
89-
This is the second line.</p>␊
90-
`
-1.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)