Skip to content

Use place-hold.it instead of plaecehold.it to create image placeholders #6320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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