By gerdami
Description
- this is the first line and I would like a line break here exactly after the word 'break'
- then I would like the next item in the list
Code
# this is the first line and I would like a line break _
exactly after the word 'break'
# then I would like the next item in the list
(the underscore)
One small note for everyone out there… make sure you do not put any whitespace after the underscore or it will not work. ubivis 31 Oct 2006, 16:12 +0100
In action
- this is the first line and I would like a line break
exactly after the word 'break' - then I would like the next item in the list
Thanks to tsangk for this great snippet: conditional-blocks
text above inserted with:
[[include :snippets:if START |unique=1|type=equal|var1=%%name%%|var2=conditional-blocks]]
**##red|Thanks to tsangk for this great snippet:##** [[[code:conditional-blocks]]]
[[include :snippets:if END]]
Other snippets posted by gerdami
Previous Next - 16 Feb 2012 01:32
Rate this solution
If you think this solution is useful — rate it up!
不起作用啊
It isn't working. At all.
In any list you'll need it quite often.
Please find a solution soon.
This doesn't work anymore. Is there any other option for adding a line break / page break?
I've got a floated element, and I need the next section/heading to start all the way on the left, not to the right of the float. Using "~~~~" puts miles of space, and truly, all I need is ONE extra blank line.
The World is full of People, most of them Other-Than-Human.
You need this one:
_ (a withespcae after your underline)
for further informations look here:
http://snippets.wikidot.com/code:newline
Is there any way to initiate a page break or line break? I mean I'm trying to achive the same results given in a html page when <br> or <p> is put into the code. Any idea?