1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
title: Example Lists Test
(@) My first example will be numbered (1).
(@) My second example will be numbered (2).
Explanation of examples.
(@) My third example will be numbered (3).
(@good) This is a good example.
(@bad) This is a bad example.
As (@good) illustrates, labels can be referenced.
(@) Unlabeled example
(@foo) Labeled example with identifier "foo"
(@) Another unlabeled example
(@my_example) Example with underscore
(@my-example) Example with hyphen
(@example123) Example with numbers
(@) First example with **bold** text
(@) Second example with `code`
(@) Third example with [a link](https://example.com)
Some explanatory text between examples.
(@) Fourth example continues numbering
(@) Fifth example