I want to have this kind of lists:
- asdasdas
- aqweqwe
Instead of
- asdasdasdas
- jasdasdasda
Please help
I want to have this kind of lists:
Instead of
Please help
Have a look at the Markdown syntax guide. In it's chapter about lists it says:
Unordered lists use asterisks, pluses, and hyphens — interchangably — as list markers:
* Red * Green * Blue
is equivalent to:
+ Red + Green + Blue
and:
- Red - Green - Blue