Skip to content

Commit 40f8e9b

Browse files
authored
Merge pull request github#21741 from ramvikrams/t1
fixing githubgh-21736
2 parents 9b966d0 + ea0d70b commit 40f8e9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,12 @@ The old method of specifying images based on the theme, by using a fragment appe
186186

187187
## Lists
188188

189-
You can make an unordered list by preceding one or more lines of text with <kbd>-</kbd> or <kbd>*</kbd>.
189+
You can make an unordered list by preceding one or more lines of text with <kbd>-</kbd>, <kbd>*</kbd>, or <kbd>+</kbd>.
190190

191191
```markdown
192192
- George Washington
193-
- John Adams
194-
- Thomas Jefferson
193+
* John Adams
194+
+ Thomas Jefferson
195195
```
196196

197197
![Rendered unordered list](/assets/images/help/writing/unordered-list-rendered.png)

0 commit comments

Comments
 (0)