forked from acenet-arc/testing_demo
-
Notifications
You must be signed in to change notification settings - Fork 10
Home
stuekero edited this page Dec 8, 2021
·
1 revision
format words as bold or italics
use inline code
code
- bullet list item 1
- bullet list item 2
- bullet list item 3
- item1
- item2
- item3
- You can use indents
- To create sublists
- of the same type
- Or sublists
- Of different
- types
Create links with [...](...)
.
Or use named links.
Insert images with ![alt-text](URL)
:
A python code-block:
def square(x):
return x * x
Many other languages are supported.
Just change python
into something else.
#1