Markdown is an easily-used markup language that is used with plain text to add formatting elements (headings, bulleted lists, URLs, and so on) to plain text without the use of a formal text editor or the use of HTML tags. Markdown is device agnostic and displays the writing format consistently across device types in an effort to create visual interest in the Notebook solutions you create.
Let's complete our latest example case. We'll assume that all of the example Python code has been pasted into cells in the Notebook and we have run the solution in its entirety.
Now, suppose that we want to save and share this solution with others who are not familiar with our project and our thought process? What we can do is insert ...