Its's the Log from Heroku
Extra space in the posts
-
If i make a list
- a
- b
- c
How can i make this line appear later (like </br></br>) Any code to enter extra? Is it possible without modifying the css ?
I want it to apper like this
1
2
3space between this and 3
-
Markdown doesn't really do breaks very well. Only way would probably be css.
-
@Jenkler
Hope, It helps
-
- This
- Works
- Too
Tada1. This 2. Works 3. Too \ \ \ Tada
-
Thanks a lot people