diff --git a/docs/source/examples/Notebook/Examples and Tutorials Index.ipynb b/docs/source/examples/Notebook/Examples and Tutorials Index.ipynb
index 35553fd63..07f4bf08d 100644
--- a/docs/source/examples/Notebook/Examples and Tutorials Index.ipynb
+++ b/docs/source/examples/Notebook/Examples and Tutorials Index.ipynb
@@ -34,12 +34,12 @@
"collapsed": false
},
"source": [
- "* [What is the Jupyter Notebook](What is the Jupyter Notebook.ipynb)\n",
- "* [Notebook Basics](Notebook Basics.ipynb)\n",
- "* [Running Code](Running Code.ipynb)\n",
- "* [Working With Markdown Cells](Working With Markdown Cells.ipynb)\n",
- "* [Custom Keyboard Shortcuts](Custom Keyboard Shortcuts.ipynb)\n",
- "* [JavaScript Notebook Extensions](JavaScript Notebook Extensions.ipynb)"
+ "* [What is the Jupyter Notebook](What%20is%20the%20Jupyter%20Notebook.html)\n",
+ "* [Notebook Basics](Notebook%20Basics.html)\n",
+ "* [Running Code](Running%20Code.html)\n",
+ "* [Working With Markdown Cells](Working%20With%20Markdown Cells.html)\n",
+ "* [Custom Keyboard Shortcuts](Custom%20Keyboard%20Shortcuts.html)\n",
+ "* [JavaScript Notebook Extensions](JavaScript%20Notebook%20Extensions.html)"
]
},
{
@@ -55,9 +55,9 @@
"collapsed": false
},
"source": [
- "* [Importing Notebooks](Importing Notebooks.ipynb)\n",
- "* [Connecting with the Qt Console](Connecting with the Qt Console.ipynb)\n",
- "* [Typesetting Equations](Typesetting Equations.ipynb)"
+ "* [Importing Notebooks](Importing%20Notebooks.html)\n",
+ "* [Connecting with the Qt Console](Connecting%20with%20the%20Qt%20Console.html)\n",
+ "* [Typesetting Equations](Typesetting%20Equations.html)"
]
}
],
diff --git a/docs/source/examples/Notebook/Working With Markdown Cells.ipynb b/docs/source/examples/Notebook/Working With Markdown Cells.ipynb
index 21454ae1f..f7e552f7f 100644
--- a/docs/source/examples/Notebook/Working With Markdown Cells.ipynb
+++ b/docs/source/examples/Notebook/Working With Markdown Cells.ipynb
@@ -114,10 +114,12 @@
"source": [
"You can add headings by starting a line with one (or multiple) `#` followed by a space, as in the following example:\n",
"\n",
+ "```\n",
"# Heading 1\n",
"# Heading 2\n",
"## Heading 2.1\n",
- "## Heading 2.2"
+ "## Heading 2.2\n",
+ "```"
]
},
{
@@ -273,13 +275,13 @@
"\n",
"
\n",
"\n",
- "
\n",
+ "
\n",
"\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."
]