"If you want, you can add headings using Markdown's syntax:\n",
"You can add headings by starting a line with one (or multiple) `#` followed by a space, as in the following example:\n",
"\n",
"# Heading 1\n",
"# Heading 2\n",
@ -120,13 +120,6 @@
"## Heading 2.2"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**BUT most of the time you should use the Notebook's Heading Cells to organize your Notebook content**, as they provide meaningful structure that can be interpreted by other tools, not just large bold fonts."
]
},
{
"cell_type": "markdown",
"metadata": {},
@ -166,8 +159,7 @@
"Courtesy of MathJax, you can include mathematical expressions both inline: \n",
"$e^{i\\pi} + 1 = 0$ and displayed:\n",
"\n",
"$$e^x=\\sum_{i=0}^\\infty \\frac{1}{i!}x^i$$",
"\n",
"$$e^x=\\sum_{i=0}^\\infty \\frac{1}{i!}x^i$$\n",
"Inline expressions can be added by surrounding the latex code with `$`:\n",