Skip to content

Commit 9d4a27f

Browse files
committed
[Doc] - Fix line breaks on github pages
1 parent 2496dd6 commit 9d4a27f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Example of usage:
2525
Expected outcome:
2626

2727
`Got it. I've added this task:`<br/>
28-
` [T][✘] 2103 IP`<br/>
28+
`[T][✘] 2103 IP`<br/>
2929
`Now you have x tasks in the list.`
3030

3131
### `Keyword` - deadline
@@ -39,7 +39,7 @@ Example of usage:
3939
Expected outcome:
4040

4141
`Got it. I've added this task:`<br/>
42-
` [D][✘] 2103 IP submission (by: Feb 24 2020, 00:00)`<br/>
42+
`[D][✘] 2103 IP submission (by: Feb 24 2020, 00:00)`<br/>
4343
`Now you have 2 tasks in the list.`
4444

4545
### `Keyword` - event
@@ -53,7 +53,7 @@ Example of usage:
5353
Expected outcome:
5454

5555
`Got it. I've added this task:`<br/>
56-
` [E][✘] 2103 tutorial (at: Feb 19 2020, 12:00 to Feb 19 2020, 13:00)`<br/>
56+
`[E][✘] 2103 tutorial (at: Feb 19 2020, 12:00 to Feb 19 2020, 13:00)`<br/>
5757
`Now you have 3 tasks in the list.`
5858

5959
### `Keyword` - done
@@ -67,7 +67,7 @@ Example of usage:
6767
Expected outcome:
6868

6969
`Nice! I've marked this task as done:`<br/>
70-
` [T][✓] 2103 IP`
70+
`[T][✓] 2103 IP`
7171

7272
### `Keyword` - done
7373

@@ -80,7 +80,7 @@ Example of usage:
8080
Expected outcome:
8181

8282
`Nice! I've marked this task as done:`<br/>
83-
` [T][✓] 2103 IP`
83+
`[T][✓] 2103 IP`
8484

8585
### `Keyword` - list
8686

@@ -108,7 +108,7 @@ Example of usage:
108108
Expected outcome:
109109

110110
`Noted. I've removed this task:`<br/>
111-
` [E][✘] 2103 tutorial (at: Feb 19 2020, 12:00 to Feb 19 2020, 13:00)`<br/>
111+
`[E][✘] 2103 tutorial (at: Feb 19 2020, 12:00 to Feb 19 2020, 13:00)`<br/>
112112
`Now you have 2 tasks in the list.`
113113

114114
### `Keyword` - find
@@ -135,7 +135,7 @@ Example of usage:
135135
Expected outcome:
136136

137137
`I've rescheduled this task:`<br/>
138-
` [D][✘] 2103 IP submission (by: Dec 25 2020, 00:00)`
138+
`[D][✘] 2103 IP submission (by: Dec 25 2020, 00:00)`
139139

140140
### `Keyword` - bye
141141

0 commit comments

Comments
 (0)