Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.01 KB

File metadata and controls

52 lines (37 loc) · 1.01 KB

Internal link Internal link 2

Can I do a quote
Yes I can

  • List
  • a
  • thing
  1. ordered
  2. this
  3. list

Note

Highlights information that users should take into account, even when skimming.

Important

Crucial information necessary for users to succeed.

Warning

Critical content demanding immediate user attention > due to potential risks.

Note This is a note

Here is a simple footnote1.

A footnote can also have multiple lines2.

import sys

def test(*a):
  print(a)
  sys.__excepthook__(*a)

sys.excepthook = test

1/0

Footnotes

  1. My reference.

  2. To add line breaks within a footnote, prefix new lines with 2 spaces. This is a second line.