Skip to content

Commit

Permalink
Merge pull request #3377 from xuhdev/markdown-doc
Browse files Browse the repository at this point in the history
Add explanation on how to change the type of a cell to Markdown.
  • Loading branch information
minrk authored Feb 27, 2018
2 parents 7ee844f + 0823136 commit 74e2429
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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/>"
]
Expand Down

0 comments on commit 74e2429

Please sign in to comment.