mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-24 14:20:54 +08:00
fix local files examples in markdown
This commit is contained in:
parent
abb31c2d3a
commit
37d277c77d
@ -231,13 +231,13 @@
|
||||
"\n",
|
||||
" <img src=\"files/python-logo.svg\" />\n",
|
||||
"\n",
|
||||
"<img src=\"/files/python-logo.svg\" />\n",
|
||||
"<img src=\"files/python-logo.svg\" />\n",
|
||||
"\n",
|
||||
"and a video with the HTML5 video tag:\n",
|
||||
"\n",
|
||||
" <video controls src=\"files/animation.m4v\" />\n",
|
||||
"\n",
|
||||
"<video controls src=\"/files/animation.m4v\" />\n",
|
||||
"<video controls src=\"files/animation.m4v\" />\n",
|
||||
"\n",
|
||||
"These do not embed the data into the notebook file, and require that the files exist when you are viewing the notebook."
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user