Skip to content

Commit 2496dd6

Browse files
committed
[Doc] - Add line breaks for inline code
1 parent 2348e01 commit 2496dd6

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Example of usage:
2424

2525
Expected outcome:
2626

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

3131
### `Keyword` - deadline
@@ -38,8 +38,8 @@ Example of usage:
3838

3939
Expected outcome:
4040

41-
`Got it. I've added this task:`
42-
` [D][✘] 2103 IP submission (by: Feb 24 2020, 00:00)`
41+
`Got it. I've added this task:`<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
@@ -52,8 +52,8 @@ Example of usage:
5252

5353
Expected outcome:
5454

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

5959
### `Keyword` - done
@@ -66,7 +66,7 @@ Example of usage:
6666

6767
Expected outcome:
6868

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

7272
### `Keyword` - done
@@ -79,7 +79,7 @@ Example of usage:
7979

8080
Expected outcome:
8181

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

8585
### `Keyword` - list
@@ -92,9 +92,9 @@ Example of usage:
9292

9393
Expected outcome:
9494

95-
`Here are the tasks in your list:`
96-
`1.[T][✓] 2103 IP`
97-
`2.[D][✘] 2103 IP submission (by: Feb 24 2020, 00:00)`
95+
`Here are the tasks in your list:`<br/>
96+
`1.[T][✓] 2103 IP`<br/>
97+
`2.[D][✘] 2103 IP submission (by: Feb 24 2020, 00:00)`<br/>
9898
`3.[E][✘] 2103 tutorial (at: Feb 19 2020, 12:00 to Feb 19 2020, 13:00)`
9999

100100
### `Keyword` - delete
@@ -107,8 +107,8 @@ Example of usage:
107107

108108
Expected outcome:
109109

110-
`Noted. I've removed this task:`
111-
` [E][✘] 2103 tutorial (at: Feb 19 2020, 12:00 to Feb 19 2020, 13:00)`
110+
`Noted. I've removed this task:`<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
@@ -121,7 +121,7 @@ Example of usage:
121121

122122
Expected outcome:
123123

124-
`Here are the matching tasks in your list:`
124+
`Here are the matching tasks in your list:`<br/>
125125
`1.[D][✘] 2103 IP submission (by: Feb 24 2020, 00:00)`
126126

127127
### `Keyword` - reschedule
@@ -134,7 +134,7 @@ Example of usage:
134134

135135
Expected outcome:
136136

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

140140
### `Keyword` - bye

0 commit comments

Comments
 (0)