Markdown Interpreter
You can format text using Markdown interpreter in a notebook paragraph.
Markdown paragraphs start with
                %md and accept Markdown
            syntax as input. When executed, the underlying Markdown interpreter converts the input into HTML output. You can use the Markdown interpreter to explain your notebook in a
            formatted way and to add media elements like images or even videos.
               
Tip:
You can hover over the bottom part of a notebook paragraph and click the Add Markdown Paragraph icon to open a Markdown paragraph instantly in the
            notebook.
                  Add Markdown Paragraph icon to open a Markdown paragraph instantly in the
            notebook.
               The following is an example of a Markdown paragraph:
%md
# My First Notebook
This is my first paragraph