"Markdown is a markup language that is a superset of HTML. The Markdown specification is found here: http://daringfireball.net/projects/markdown/"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"A cell may contain Python code or Markdown code. To convert any Python cell to a markdown cell, press `m`."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"For headings, we recommend that you use IPython's keyboard shortcuts. To change the text in a cell to a level-3 header, simply press `3`. For similar commands, press `h` to view the Help menu."