Skip to content
stuekero edited this page Dec 8, 2021 · 1 revision

Welcome to the testing_demo wiki!

format words as bold or italics

heading2

heading 3

use inline code code

  • bullet list item 1
  • bullet list item 2
  • bullet list item 3
  1. item1
  2. item2
  3. item3
  • You can use indents
    • To create sublists
    • of the same type
  • Or sublists
    1. Of different
    2. types

Create links with [...](...). Or use named links.

Insert images with ![alt-text](URL): Git Logo

A python code-block:

def square(x):
    return x * x

Many other languages are supported. Just change python into something else.

#1

Clone this wiki locally