Skip to content

celiao/hello_github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Headers:

Section Header

Subsection Header

Lists:

  • A bullet list item
  • Second item
    • A sub item
  • Third item
  1. An enumerated list item
  2. Second item
    1. Sub item that goes on at length and thus needs to be wrapped. Note the indentation that must match the beginning of the text, not the enumerator.
      1. Sub-sub item
  3. Third item
  4. Another enumerated list item
  5. Second item

Images:

Number of PyPI downloads

Named links:

A sentence with links to Wikipedia and the Linux kernel archive.

Anonymous links:

Another sentence with an anonymous link to the Python website.

N.B.: named links and anonymous links are enclosed in grave accents (`), and not in apostrophes (').

Literal blocks:

some literal text

This may also be used inline at the end of a paragraph, like so:

some more literal text
print("A literal block directive explicitly marked as python code")

End of file.