From 1e7d764cfaf058d550df8d71577106fcd0deb124 Mon Sep 17 00:00:00 2001
From: Thew Dhanat <26767607+ThewBear@users.noreply.github.com>
Date: Wed, 29 Apr 2020 19:01:32 +0700
Subject: [PATCH] Update Markdown Cells example to HTML5 video tag
---
.../examples/Notebook/Working With Markdown Cells.ipynb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/source/examples/Notebook/Working With Markdown Cells.ipynb b/docs/source/examples/Notebook/Working With Markdown Cells.ipynb
index 6b320d9708..e71385e7fe 100644
--- a/docs/source/examples/Notebook/Working With Markdown Cells.ipynb
+++ b/docs/source/examples/Notebook/Working With Markdown Cells.ipynb
@@ -286,9 +286,9 @@
"\n",
"and a video with the HTML5 video tag:\n",
"\n",
- " \n",
+ " \n",
"\n",
- "\n",
+ "\n",
"\n",
"These do not embed the data into the notebook file, and require that the files exist when you are viewing the notebook."
]