From 08231369c1dd31a44e64cf01c1814075cb403ecc Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Mon, 26 Feb 2018 11:27:12 -0800 Subject: [PATCH] Add explanation on how to change the type of a cell to Markdown. --- docs/source/examples/Notebook/Working With Markdown Cells.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/examples/Notebook/Working With Markdown Cells.ipynb b/docs/source/examples/Notebook/Working With Markdown Cells.ipynb index 39426035e9..6e5c6221ac 100644 --- a/docs/source/examples/Notebook/Working With Markdown Cells.ipynb +++ b/docs/source/examples/Notebook/Working With Markdown Cells.ipynb @@ -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", "" ]