Merge pull request #3377 from xuhdev/markdown-doc

Add explanation on how to change the type of a cell to Markdown.
pull/3380/head
Min RK 8 years ago committed by GitHub
commit 74e24299b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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/>"
]

Loading…
Cancel
Save