Can I do a quote
Yes I can
- List
- a
- thing
- ordered
- this
- 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.
- #739
- https://github.com/octo-org/octo-repo/issues/740
- Add delight to the experience when all tasks are complete :tada:
import sys
def test(*a):
print(a)
sys.__excepthook__(*a)
sys.excepthook = test
1/0