enumerated-list¶
(aka ordered or numbered list)
shortened to “para” and corresponds to
<p>
HTML tagare basic processing “units”, e.g. for translattion
paragraph is created by blank line
do long single-lined paras (easier diffs in Git)
Paragraph beginning with enumerator¶
If the paragraph begins with enumerator symbol (“A”, “1.”, “(b)”, etc.), the first character have to be \
-escaped , otherwise it will be interpreted as the list item.
1A) is a correct answer.
2
3B) and C) are invalid.
4
5.. Roman numeral "E" means arabic 5
6
7E. coli is coliform bacterium.
8
9.. Now, properly escaped:
10
11\A) is a correct answer.
12
13\B) and C) are invalid.
14
15.. Roman numeral "E" means arabic 5
16
17\E. coli is coliform bacterium.
is a correct answer.
and C) are invalid.
coli is coliform bacterium.
A) is a correct answer.
B) and C) are invalid.
E. coli is coliform bacterium.
Can’t change enumeration style.¶
Impossible is:
The only way to mimic it is creating four paragraphs.
\1. User A tries to call or meet with user B.
2a. Teams notify the recorder which perform policy check.
2b. Recorder intrude the call, if the interaction is subject of the compliance recording.
\3. User B accept the call.