Update Markdown Cells example to HTML5 video tag

pull/5411/head
Thew Dhanat 6 years ago committed by GitHub
parent 7de8df4dd8
commit 1e7d764cfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -286,9 +286,9 @@
"\n",
"and a video with the HTML5 video tag:\n",
"\n",
" <video controls src=\"../images/animation.m4v\" />\n",
" <video controls src=\"../images/animation.m4v\">animation</video>\n",
"\n",
"<video controls src=\"../images/animation.m4v\" />\n",
"<video controls src=\"../images/animation.m4v\">animation</video>\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…
Cancel
Save