Biopython Functions and Control Structures - Using Python Markdown

Beatriz Manso

To set header's size use: #, ##, ###...

To center text:

2.Inserting pictures:

The image below was inserted by setting the next cell as a Markdown cell and selecting "insert image" in the Edit tab on the menu bar.

Capture.PNG

3. Bold text and italics

italics ; use " "

bold ; use " "

bold and italics ; use triple *

4. Blockquotes

Blockquotes can contain multiple paragraphs. Add a > on the blank lines between the paragraphs.

You can use a caret (>) to set a blockquote.

If you add more carets, you futher indent the line.
Multiple lines can be covered by one caret.

more information: blockquote

5. Lists:

  1. first item
  2. second item
  3. etc

For unordered items just use hyphen:

6. Code Blocks (code that won't run)

To insert code blocks use backticks: ``

one line code block

{ multiple lines code block }

Code blocks without the grey background:

simple code block

Comments in the coding cells

Once the work is completed, you can download it in your preferred format (eg. pdf, html etc) from "Download as" in the File tab in the menu bar.