1
0
Fork 0

added line breaks to summary example

Easier for a contributor to see the structure of the summary, and what our example of "verbose" is.
This commit is contained in:
Schplee 2017-07-28 02:56:08 -07:00 committed by GitHub
parent 423f8a8253
commit c13462fbc8
1 changed files with 4 additions and 1 deletions

View File

@ -171,5 +171,8 @@ The format of each page is as follows:
An example of a game wiki page is the one for [Mario Kart 7](https://github.com/citra-emu/citra-games-wiki/wiki/Mario-Kart-7):
```markdown
## Summary
Mario Kart 7 has some problems in Citra. Graphically, the game suffers from minor issues, but requires decent hardware to obtain near full speed. It suffers from minor audio issues at times, but this does not hinder gameplay in any way. You may experience crashes one some tracks, slow down, and may need to transfer save files from Citra to your 3DS to complete certain tracks.
Mario Kart 7 has some problems in Citra. Graphically, the game suffers from minor issues,
but requires decent hardware to obtain near full speed. It suffers from minor audio issues at times,
but this does not hinder gameplay in any way. You may experience crashes one some tracks, slow down,
and may need to transfer save files from Citra to your 3DS to complete certain tracks.
```