Test /
ManuallySetEnumeratedLists
asd
# Bla bla .. item 1 ... insert the command --> [@ ls .. @] -> and then the command --> [@ ls ... @] # Bla bla ... item 2 |
and then the command
ls ...
|
However, '-->' cancels the enumeration count so I instead end up doing
# Bla bla .. item 1 ... insert the command --> [@ ls .. @] -> and then the command --> [@ ls ... @] # %item value=2% Bla bla ... item 2 |
and then the command
ls ...
|
An alternative might be to use the whitespace rules:
# Bla bla .. item 1 ... insert the command --> [@ ls .. @] and then the command --> [@ ls ... @] # Bla bla ... item 2 |
|