README.md: Remove weird sublists
Instead of using sublists here, it is possible to just start a new paragraph within the same list item.
This commit is contained in:
parent
6658ccd9c5
commit
3555b9721d
|
@ -55,12 +55,12 @@ section in `recipes.mdwn` file.
|
||||||
1. Create a new page with your tutorial/setup/widget/snippet in Markdown, with a
|
1. Create a new page with your tutorial/setup/widget/snippet in Markdown, with a
|
||||||
relevant name, under the `recipes` folder.
|
relevant name, under the `recipes` folder.
|
||||||
|
|
||||||
- Example `recipes/xrandr-tutorial.mdmw`
|
Example `recipes/xrandr-tutorial.mdmw`
|
||||||
|
|
||||||
1. Link your page to the right section in the `recipes.mdwn` page with Markdown
|
1. Link your page to the right section in the `recipes.mdwn` page with Markdown
|
||||||
syntax.
|
syntax.
|
||||||
|
|
||||||
- Example `[XrandR Tutorial](../recipes/xrandr-tutorial.html)`
|
Example `[XrandR Tutorial](../recipes/xrandr-tutorial.html)`
|
||||||
|
|
||||||
### Seeing results and pulling your changes
|
### Seeing results and pulling your changes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue