|
1 | 1 | // Jest Snapshot v1, https://goo.gl/fbAQLP
|
2 | 2 |
|
3 | 3 | exports[`anchors 1`] = `
|
4 |
| -"<div><p><a href=\\"http://example.com\\" target=\\"_self\\">link</a><br/> |
| 4 | +"<p><a href=\\"http://example.com\\" target=\\"_self\\">link</a><br/> |
5 | 5 | <a target=\\"_self\\" href=\\"\\">xss</a><br/>
|
6 | 6 | <a href=\\"/docs/slug\\" target=\\"_self\\" class=\\"doc-link\\" data-sidebar=\\"slug\\">doc</a><br/>
|
7 | 7 | <a href=\\"/reference#slug\\" target=\\"_self\\">ref</a><br/>
|
8 | 8 | <a href=\\"/blog/slug\\" target=\\"_self\\">blog</a><br/>
|
9 | 9 | <a href=\\"/page/slug\\" target=\\"_self\\">page</a><br/>
|
10 |
| -</p></div>" |
| 10 | +</p>" |
11 | 11 | `;
|
12 | 12 |
|
13 | 13 | exports[`check list items 1`] = `
|
14 |
| -"<div><ul> |
| 14 | +"<ul> |
15 | 15 | <li><input type=\\"checkbox\\" disabled=\\"\\"/> checklistitem1</li>
|
16 | 16 | <li><input type=\\"checkbox\\" checked=\\"\\" disabled=\\"\\"/> checklistitem1</li>
|
17 |
| -</ul></div>" |
| 17 | +</ul>" |
18 | 18 | `;
|
19 | 19 |
|
20 | 20 | exports[`code samples 1`] = `
|
21 |
| -"<div><pre><code class=\\"lang-javascript\\"><span class=\\"cm-s-neo\\"><span class=\\"cm-keyword\\">var</span> <span class=\\"cm-def\\">a</span> <span class=\\"cm-operator\\">=</span> <span class=\\"cm-number\\">1</span>; |
| 21 | +"<pre><code class=\\"lang-javascript\\"><span class=\\"cm-s-neo\\"><span class=\\"cm-keyword\\">var</span> <span class=\\"cm-def\\">a</span> <span class=\\"cm-operator\\">=</span> <span class=\\"cm-number\\">1</span>; |
22 | 22 | </span></code></pre>
|
23 | 23 | <pre><code><span class=\\"cm-s-neo\\">code-without-language
|
24 |
| -</span></code></pre></div>" |
| 24 | +</span></code></pre>" |
25 | 25 | `;
|
26 | 26 |
|
27 | 27 | exports[`emojis 1`] = `
|
28 |
| -"<div><p><img src=\\"/img/emojis/joy.png\\" alt=\\":joy:\\" title=\\":joy:\\" class=\\"emoji\\" align=\\"absmiddle\\" height=\\"20\\" width=\\"20\\"/><br/> |
| 28 | +"<p><img src=\\"/img/emojis/joy.png\\" alt=\\":joy:\\" title=\\":joy:\\" class=\\"emoji\\" align=\\"absmiddle\\" height=\\"20\\" width=\\"20\\"/><br/> |
29 | 29 | <i class=\\"fa fa-lock\\"></i><br/>
|
30 | 30 | :unknown-emoji:<br/>
|
31 |
| -</p></div>" |
| 31 | +</p>" |
32 | 32 | `;
|
33 | 33 |
|
34 | 34 | exports[`headings 1`] = `
|
35 |
| -"<div><h1 class=\\"header-scroll\\"><div class=\\"anchor waypoint\\" id=\\"section-h1\\"></div>h1<a class=\\"fa fa-anchor\\" href=\\"#section-h1\\"></a></h1> |
| 35 | +"<h1 class=\\"header-scroll\\"><div class=\\"anchor waypoint\\" id=\\"section-h1\\"></div>h1<a class=\\"fa fa-anchor\\" href=\\"#section-h1\\"></a></h1> |
36 | 36 | <h2 class=\\"header-scroll\\"><div class=\\"anchor waypoint\\" id=\\"section-h2\\"></div>h2<a class=\\"fa fa-anchor\\" href=\\"#section-h2\\"></a></h2>
|
37 | 37 | <h3 class=\\"header-scroll\\"><div class=\\"anchor waypoint\\" id=\\"section-h3\\"></div>h3<a class=\\"fa fa-anchor\\" href=\\"#section-h3\\"></a></h3>
|
38 | 38 | <h4 class=\\"header-scroll\\"><div class=\\"anchor waypoint\\" id=\\"section-h4\\"></div>h4<a class=\\"fa fa-anchor\\" href=\\"#section-h4\\"></a></h4>
|
39 | 39 | <h5 class=\\"header-scroll\\"><div class=\\"anchor waypoint\\" id=\\"section-h5\\"></div>h5<a class=\\"fa fa-anchor\\" href=\\"#section-h5\\"></a></h5>
|
40 | 40 | <h6 class=\\"header-scroll\\"><div class=\\"anchor waypoint\\" id=\\"section-h6\\"></div>h6<a class=\\"fa fa-anchor\\" href=\\"#section-h6\\"></a></h6>
|
41 |
| -<h1 class=\\"header-scroll\\"><div class=\\"anchor waypoint\\" id=\\"section-heading-with-some-more-content\\"></div>heading with some more CONTENT<a class=\\"fa fa-anchor\\" href=\\"#section-heading-with-some-more-content\\"></a></h1></div>" |
| 41 | +<h1 class=\\"header-scroll\\"><div class=\\"anchor waypoint\\" id=\\"section-heading-with-some-more-content\\"></div>heading with some more CONTENT<a class=\\"fa fa-anchor\\" href=\\"#section-heading-with-some-more-content\\"></a></h1>" |
42 | 42 | `;
|
43 | 43 |
|
44 |
| -exports[`image 1`] = `"<div><p><img src=\\"http://example.com/image.png\\" alt=\\"Image\\"/></p></div>"`; |
| 44 | +exports[`image 1`] = `"<p><img src=\\"http://example.com/image.png\\" alt=\\"Image\\"/></p>"`; |
45 | 45 |
|
46 | 46 | exports[`list items 1`] = `
|
47 |
| -"<div><ul> |
| 47 | +"<ul> |
48 | 48 | <li>listitem1</li>
|
49 |
| -</ul></div>" |
| 49 | +</ul>" |
50 | 50 | `;
|
51 | 51 |
|
52 |
| -exports[`should strip out inputs 1`] = `"<div></div>"`; |
| 52 | +exports[`should strip out inputs 1`] = `""`; |
53 | 53 |
|
54 | 54 | exports[`tables 1`] = `
|
55 |
| -"<div><div class=\\"marked-table\\"><table> |
| 55 | +"<div class=\\"marked-table\\"><table> |
56 | 56 | <thead><tr><th>Tables</th><th style=\\"text-align:center\\">Are</th><th style=\\"text-align:right\\">Cool</th></tr></thead>
|
57 | 57 | <tbody><tr><td>col 3 is</td><td style=\\"text-align:center\\">right-aligned</td><td style=\\"text-align:right\\">$1600</td></tr><tr><td>col 2 is</td><td style=\\"text-align:center\\">centered</td><td style=\\"text-align:right\\">$12</td></tr><tr><td>zebra stripes</td><td style=\\"text-align:center\\">are neat</td><td style=\\"text-align:right\\">$1</td></tr></tbody>
|
58 |
| -</table></div></div>" |
| 58 | +</table></div>" |
59 | 59 | `;
|
0 commit comments