version=pmwiki-0.6.19 newline=˛ text=!!About line continuation˛˛This page illustrates how you can continue lines using @@\@@ and˛@@\\@@. The instructions on PmWiki/TextFormattingRules say:˛˛*Use blank lines as separators ˛*Use \ (backslash) at the end of a line to join the next line to the current one ˛*Use \\ (two backslashes) at the end of a line to force a line break˛˛Let us now give a few examples (the text in the left column shows the markup, and the right column shows how it is rendered).˛˛!!!!Example of using [@\@]˛˛In this example we pretend that you are writing a list item with a lot of text. Here's what you will get if you don't use line continuation:˛[[table width=100%]]˛[[cellnr width=50%]] [=* This list item has so˛much text that you wrote it˛on several lines=]˛[[cell width=50%]]* This list item has so˛much text that you wrote it˛on several lines˛[[tableend]]˛˛This is how it should be done:˛[[table width=100%]]˛[[cellnr width=50%]] [=* This list item has so \˛much text that you wrote it \˛on several lines=]˛[[cell width=50%]]* This list item has so \˛much text that you wrote it \˛on several lines˛[[tableend]]˛˛˛!!!!Example of using [@\\@]˛˛In this example you want to have a newline without leaving the list item. Here's what you will get if you use [@\@]:˛˛[[table width=100%]]˛[[cellnr width=50%]] [=* The next sentence should \˛be on a line of its own. \˛On a line of its own.=]˛[[cell width=50%]]* The next sentence should \˛be on a line of its own. \˛On a line of its own.˛[[tableend]]˛˛This is how it should be done:˛[[table width=100%]]˛[[cellnr width=50%]] [=* The next sentence should \˛be on a line of its own. \\˛On a line of its own.=]˛[[cell width=50%]]* The next sentence should \˛be on a line of its own. \\˛On a line of its own.˛[[tableend]]˛˛ time=1085306088 author=chr name=PmWiki.LineContinuation host=213.132.111.229 agent= rev=16