May-26-2018, 08:31 PM
May-26-2018, 08:48 PM
After get rid of WYSIWYG mode
,the auto generated list won't work anymore.
Do it as show under,it start correct when click on numbered lists,then just copy

Do it as show under,it start correct when click on numbered lists,then just copy
[*]
as many number wanted.- Blue
- Red
- Green
May-26-2018, 09:05 PM
what I wanted was:
Output:1.
2.
2.1
2.2
3.
May-26-2018, 09:58 PM
Can get nest together,and also use a bullet list to avoid number.
I use this to eg show a folder/file path.
- Red
- 2.1 Brown
- 2.2 Green
- Orange
- Orange
- 2.1 Brown
- Black
I use this to eg show a folder/file path.
my_pack/ |-- __init__.py folder_a/ |-- __init__.py |-- f1.py folder_b/ |-- __init__.py |-- f2.py
May-27-2018, 12:14 AM
Thanks, I want numbered so that user can reference step numbers. And some of the steps are actually sub-steps
so this is perfect.
I have used the tree structure that you show either exactly or very similar for directory trees.
so this is perfect.
I have used the tree structure that you show either exactly or very similar for directory trees.