Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
erquhart committed Apr 10, 2019
1 parent eb95a65 commit 451e46f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,13 +313,14 @@ Object {
Object {
"nodes": Array [
Object {
"data": undefined,
"leaves": Array [
Object {
"text": "![super](duper.jpg)",
},
],
"object": "text",
"data": Object {
"alt": "super",
"title": null,
"url": "duper.jpg",
},
"isVoid": true,
"object": "inline",
"type": "image",
},
],
"object": "block",
Expand Down Expand Up @@ -1520,13 +1521,14 @@ Object {
Object {
"nodes": Array [
Object {
"data": undefined,
"leaves": Array [
Object {
"text": "![test](test.png)",
},
],
"object": "text",
"data": Object {
"alt": "test",
"title": null,
"url": "test.png",
},
"isVoid": true,
"object": "inline",
"type": "image",
},
],
"object": "block",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ exports[`Markdown Preview renderer Markdown rendering General should render mark
<h4>H4</h4>
<p><a href=\\"http://google.com\\">link title</a></p>
<h5>H5</h5>
<p>![alt text](https://pbs.twimg.com/profile_images/678903331176214528/TQTdqGwD.jpg)</p>
<p><img src=\\"https://pbs.twimg.com/profile_images/678903331176214528/TQTdqGwD.jpg\\" alt=\\"alt text\\"></p>
<h6>H6</h6>
<p>![](https://pbs.twimg.com/profile_images/678903331176214528/TQTdqGwD.jpg)</p>",
<p><img src=\\"https://pbs.twimg.com/profile_images/678903331176214528/TQTdqGwD.jpg\\"></p>",
}
}
/>
Expand Down

0 comments on commit 451e46f

Please sign in to comment.