Skip to content

Commit

Permalink
Use place-hold.it instead of plaecehold.it to create image placeholde…
Browse files Browse the repository at this point in the history
…rs (#6320)
  • Loading branch information
echarles committed Mar 21, 2022
1 parent 232f724 commit 3c54a9a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tools/tests/Confined Output.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"source": [
"markdown image:\n",
"\n",
"<img src=\"http://placehold.it/800x200.png\">\n",
"<img src=\"http://place-hold.it/800x200.png\">\n",
"\n",
"unconfined markdown image:\n",
"\n",
"<img src=\"http://placehold.it/800x200.png\" class=\"unconfined\">"
"<img src=\"http://place-hold.it/800x200.png\" class=\"unconfined\">"
]
},
{
Expand Down Expand Up @@ -48,7 +48,7 @@
{
"data": {
"text/html": [
"<img src=\"http://placehold.it/800x200.png\" />"
"<img src=\"http://place-hold.it/800x200.png\" />"
],
"text/plain": [
"<IPython.core.display.Image object>"
Expand All @@ -60,7 +60,7 @@
}
],
"source": [
"Image(url=\"http://placehold.it/800x200.png\", embed=False)"
"Image(url=\"http://place-hold.it/800x200.png\", embed=False)"
]
},
{
Expand Down Expand Up @@ -90,7 +90,7 @@
}
],
"source": [
"Image(url=\"http://placehold.it/800x200.png\", embed=True)"
"Image(url=\"http://place-hold.it/800x200.png\", embed=True)"
]
},
{
Expand Down Expand Up @@ -124,7 +124,7 @@
}
],
"source": [
"Image(url=\"http://placehold.it/800x200.png\", embed=True, unconfined=True)"
"Image(url=\"http://place-hold.it/800x200.png\", embed=True, unconfined=True)"
]
},
{
Expand Down Expand Up @@ -159,7 +159,7 @@
}
],
"source": [
"Image(url=\"http://placehold.it/1800x200.jpg\", embed=True, retina=True)"
"Image(url=\"http://place-hold.it/1800x200.jpg\", embed=True, retina=True)"
]
},
{
Expand Down

0 comments on commit 3c54a9a

Please sign in to comment.