From 24835421b4cbaf6cc000b5425544c56da068b63c Mon Sep 17 00:00:00 2001 From: Min RK Date: Wed, 28 Jun 2017 13:58:58 +0100 Subject: [PATCH] remove redundant pre tags Some markdown examples were double-escaped (indent and pre tag), causing incorrect rendering. --- .../Notebook/Working With Markdown Cells.ipynb | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/docs/source/examples/Notebook/Working With Markdown Cells.ipynb b/docs/source/examples/Notebook/Working With Markdown Cells.ipynb index 1e03b8319..b7ccc62e1 100644 --- a/docs/source/examples/Notebook/Working With Markdown Cells.ipynb +++ b/docs/source/examples/Notebook/Working With Markdown Cells.ipynb @@ -189,17 +189,13 @@ "source": [ "The Notebook webapp supports Github flavored markdown meaning that you can use triple backticks for code blocks:\n", "\n", - "
\n",
     "    ```python\n",
     "    print \"Hello World\"\n",
     "    ```\n",
-    "    
\n", "\n", - "
\n",
     "    ```javascript\n",
     "    console.log(\"Hello World\")\n",
     "    ```\n",
-    "    
\n", "\n", "Gives:\n", "\n", @@ -213,16 +209,10 @@ "\n", "And a table like this: \n", "\n", - "
\n",
-    "    ```\n",
-    "\n",
     "    | This | is   |\n",
     "    |------|------|\n",
     "    |   a  | table| \n",
     "\n",
-    "    ```\n",
-    "    
\n", - "\n", "A nice HTML Table:\n", "\n", "| This | is |\n", @@ -278,7 +268,7 @@ "\n", " \n", "\n", - "\n", + "\n", "\n", "and a video with the HTML5 video tag:\n", "\n", @@ -328,7 +318,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.5.2" + "version": "3.6.0" } }, "nbformat": 4,