Theme NexT works best with JavaScript enabled
0%

MarkDown Manual

Line Breaks and Indentation

The content is basically the same as that of the Jupyter notebook

There will be a space between the previous line

This will be no space if I add two or more spaces at the end of this line
see, no space between a new line

This is is how to do block quotes

A: quote 1
You could also have paragraphs in a block quote if you add the symbol > in front

Here is a new line

This is how you add and image (the label will show if the image is not properly loaded):

This is how you create a link:
My Blog

Code Snippets

From now on it is only supported in Github Flavored Markdown

This is how you create a code snippet:
main()

1
int i = 0;

Strike-Through text

this

https://github.com/jlord/sheetsee.js/issues/26

Tables

A standard table:

First Header Second Header
Content cell 1 Content cell 2
Content column 1 Content column 2

A table with different alignments:

Left-aligned Center-aligned Right-aligned
git status git status git status
git diff git diff git diff

Task Lists

  • @mentions, #refs, links, formatting, and tags supported
  • list syntax required (any unordered or ordered list supported)
  • this is a complete item
  • this is an incomplete item

Link back to myAncho1