11// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22
33exports [` empty 1` ] = `
4- "# $1werty
4+ "# Preview Updater
55
6- 
7- 
6+ 
7+ 
88
99"
1010` ;
1111
1212exports [` just-text 1` ] = `
13- "# $1werty
13+ "# Preview Updater
1414
15- 
16- 
15+ 
16+ 
1717
1818Something
1919"
@@ -22,8 +22,8 @@ Something
2222exports [` with-one-image 1` ] = `
2323"# Preview Updater
2424
25- 
26- 
25+ 
26+ 
2727
2828
2929## Usage
@@ -33,10 +33,10 @@ Something
3333` ;
3434
3535exports [` with-one-image-without-header 1` ] = `
36- "# $1werty
36+ "# Preview Updater
3737
38- 
39- 
38+ 
39+ 
4040
4141
4242## Usage
@@ -48,8 +48,8 @@ Something
4848exports [` with-two-images 1` ] = `
4949"# Preview Updater
5050
51- 
52- 
51+ 
52+ 
5353
5454
5555## Usage
@@ -59,10 +59,10 @@ Something
5959` ;
6060
6161exports [` with-two-images-without-header 1` ] = `
62- "# $1werty
62+ "# Preview Updater
6363
64- 
65- 
64+ 
65+ 
6666
6767
6868## Usage
@@ -72,10 +72,10 @@ Something
7272` ;
7373
7474exports [` without-all 1` ] = `
75- "# $1werty
75+ "# Preview Updater
7676
77- 
78- 
77+ 
78+ 
7979
8080## Usage
8181
@@ -86,8 +86,8 @@ Something
8686exports [` without-images 1` ] = `
8787"# Preview Updater
8888
89- 
90- 
89+ 
90+ 
9191
9292## Usage
9393
0 commit comments