From 91a7ee984a31e91a96d1ce130febaf1ce76e7d49 Mon Sep 17 00:00:00 2001 From: Carlos Cordoba Date: Fri, 10 Jan 2014 23:32:57 -0500 Subject: [PATCH] Fix "Source" text for the "Other Syntax" section of the notebook Before it was shown as the "Display" one because of a missing end of line. --- examples/notebooks/Typesetting Math Using MathJax.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/notebooks/Typesetting Math Using MathJax.ipynb b/examples/notebooks/Typesetting Math Using MathJax.ipynb index 3a532f4be..b75c1e3d4 100644 --- a/examples/notebooks/Typesetting Math Using MathJax.ipynb +++ b/examples/notebooks/Typesetting Math Using MathJax.ipynb @@ -193,7 +193,8 @@ "You will notice in other places on the web that `$$` are needed explicitly to begin and end MathJax typesetting. This is **not** required if you will be using TeX environments, but the IPython notebook will accept this syntax on legacy notebooks. \n", "\n", "### Source\n", - "```$$\n", + "```\n", + "$$\n", "\\begin{array}{c}\n", "y_1 \\\\\\\n", "y_2 \\mathtt{t}_i \\\\\\\n",