File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ The actual snapshot is saved in `markdown-test.js.snap`.
4
4
5
5
Generated by [ AVA] ( https://ava.li ) .
6
6
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
+
7
21
## Markdown.render() should renders KaTeX correctly
8
22
9
23
> Snapshot 1
@@ -73,18 +87,4 @@ Generated by [AVA](https://ava.li).
73
87
> Snapshot 2
74
88
75
89
`<p data-line="0">This is a "QUOTE".</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>␊
84
90
`
85
-
86
- > Snapshot 2
87
-
88
- `<p data-line="0">This is the first line.␊
89
- This is the second line.</p>␊
90
- `
You can’t perform that action at this time.
0 commit comments