File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ to the following rules
7777Item marked as done is moved to the end of all done items list.
7878If done list doesn't exist, item is placed just after the last not done item.
7979
80- ** Before* *
80+ * Before*
8181
8282```
8383[ ] Not Done 1
@@ -86,7 +86,7 @@ If done list doesn't exist, item is placed just after the last not done item.
8686[X] Done
8787```
8888
89- ** After* *
89+ * After*
9090
9191```
9292[ ] Not Done 1
@@ -99,16 +99,16 @@ If done list doesn't exist, item is placed just after the last not done item.
9999
100100Undone item is moved to the end of all not done items list.
101101If all items are marked done, the items is moved before the first done item.
102- ** Before**
102+
103+ * Before*
103104
104105```
105106[ ] Not Done 1
106107[ ] Not Done 2
107108[X] Done
108109[X] Will be undone now
109110```
110-
111- ** After**
111+ * After*
112112
113113```
114114[ ] Not Done 1
You can’t perform that action at this time.
0 commit comments