Lists¶
Bullet lists¶
F
G
Enumerated lists¶
F
G
F
Definition lists¶
- What
F
- How
F
Field lists¶
- what
Field what
- how
Field how
Option lists¶
- -a
command a
- -b
command b
Source Code¶
1Lists
2~~~~~~~~~~
3
4.. post:: 2021-10-9
5 :tags: Rst
6 :category: Rst
7 :author: hail
8
9
10----
11
12=============
13Bullet lists
14=============
15
16- F
17- G
18
19=================
20Enumerated lists
21=================
22
231. F
242. G
25#. F
26
27================
28Definition lists
29================
30
31What
32 F
33How
34 F
35
36============
37Field lists
38============
39
40:what: Field what
41:how: Field how
42
43==============
44Option lists
45==============
46
47-a command a
48-b command b
49
50----
51
52~~~~~~~~~~~~
53Source Code
54~~~~~~~~~~~~
55
56.. literalinclude:: lists.rst
57 :language: rst
58 :linenos: