YeenDeer softness blog

Ellie the Yeen is a soft YeenDeer and mweeoops

View on GitHub

Internal link Internal link 2

Can I do a quote
Yes I can

  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.

This is a second line.

import sys

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

sys.excepthook = test

1/0
  1. My reference. 

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