Add explanation on how to change the type of a cell to Markdown.

This commit is contained in:
Hong Xu 2018-02-26 11:27:12 -08:00
parent 2aac713937
commit 08231369c1

View File

@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Text can be added to Jupyter Notebooks using Markdown cells. Markdown is a popular markup language that is a superset of HTML. Its specification can be found here:\n",
"Text can be added to Jupyter Notebooks using Markdown cells. You can change the cell type to Markdown by using the `Cell` menu, the toolbar, or the key shortcut `m`. Markdown is a popular markup language that is a superset of HTML. Its specification can be found here:\n",
"\n",
"<https://daringfireball.net/projects/markdown/>"
]