File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
test/markdown/__snapshots__ Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 3
3
exports [` snippet import snippet 1` ] = `
4
4
<pre ><code class = " language-js" >export default function () {
5
5
// ..
6
- } </code ></pre >
6
+ }
7
+ </code ></pre >
7
8
` ;
8
9
9
10
exports [` snippet import snippet with highlight multiple lines 1` ] = `
10
11
<div class = " highlight-lines" >
11
12
<div class = " highlighted" > </div >
12
13
<div class = " highlighted" > </div >
13
14
<div class = " highlighted" > </div >
15
+ <br >
14
16
</div >export default function () { // .. }
15
17
` ;
16
18
@@ -19,5 +21,6 @@ exports[`snippet import snippet with highlight single line 1`] = `
19
21
<div class = " highlighted" > </div >
20
22
<br >
21
23
<div class = " highlighted" > </div >
24
+ <br >
22
25
</div >export default function () { // .. }
23
26
` ;
You can’t perform that action at this time.
0 commit comments