<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>multiline segments</title>
		<link>http://community.wikidot.com/forum/t-160465/multiline-segments</link>
		<description>Posts in the discussion thread &quot;multiline segments&quot; - How to multiline literal text, list items etc</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://community.wikidot.com/forum/t-160465#post-499308</guid>
				<title>Re: multiline segments</title>
				<link>http://community.wikidot.com/forum/t-160465/multiline-segments#post-499308</link>
				<description></description>
				<pubDate>Thu, 04 Jun 2009 07:40:15 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><a href="http://community.wikidot.com/howto:howto:embelish-text:examples" >http://community.wikidot.com/howto:howto:embelish-text:examples</a><br /> could help…</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-160465#post-499303</guid>
				<title>Re: multiline segments</title>
				<link>http://community.wikidot.com/forum/t-160465/multiline-segments#post-499303</link>
				<description></description>
				<pubDate>Thu, 04 Jun 2009 07:30:20 +0000</pubDate>
				<wikidot:authorName>RobElliott</wikidot:authorName>				<wikidot:authorUserId>111301</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Another way to do multi-line literal text or multi-line literal items would be to use a code block. So in the example given you could do</p> <div class="code"> <pre> <code>[[code]] line 1 line 2 [[/code]]</code> </pre></div> <div class="code"> <pre> <code>line 1 line 2</code> </pre></div> <p>and lists could be</p> <div class="code"> <pre> <code>[[code]] * one * two * three [[/code]]</code> </pre></div> <div class="code"> <pre> <code>* one * two * three</code> </pre></div> <p>It's not really the point of codeblocks but I suppose it meets what the other Rob is trying to do. Of course, being literal text, there can't be links or anything else, it's just text. If you don't like the background colour, border etc of the codeblock these could be changed via custom CSS.</p> <p>Rob</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-160465#post-499266</guid>
				<title>Re: multiline segments</title>
				<link>http://community.wikidot.com/forum/t-160465/multiline-segments#post-499266</link>
				<description></description>
				<pubDate>Thu, 04 Jun 2009 06:27:39 +0000</pubDate>
								<wikidot:authorUserId>117717</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <blockquote> <p>Can we do multi-line literal text? Because this doesn't seem to work..</p> </blockquote> <p>You already answered it. The answer is nope. For multiline you must type each-line independently:</p> <h2><span>Syntax</span></h2> <div class="code"> <pre> <code>@@line 1@@ @@lines2@@</code> </pre></div> <h2><span>Result</span></h2> <p>line 1<br /> lines2</p> <blockquote> <p>Also, how about multi-line list items. I.e. a list with three points:</p> </blockquote> <p>To make multiline content listlist use:</p> <h2><span>Syntax</span></h2> <div class="code"> <pre> <code>* one * two _ two and a half * three</code> </pre></div> <h2><span>Result</span></h2> <ul> <li>one</li> <li>two<br /> two and a half</li> <li>three</li> </ul> <p>Hey your name is Rob too…</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-160465#post-499243</guid>
				<title>multiline segments</title>
				<link>http://community.wikidot.com/forum/t-160465/multiline-segments#post-499243</link>
				<description></description>
				<pubDate>Thu, 04 Jun 2009 05:59:12 +0000</pubDate>
				<wikidot:authorName>robertmarkbram</wikidot:authorName>				<wikidot:authorUserId>334487</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi All,</p> <p>We can do literal text with @ @ e.g.<br /> literal text</p> <p>Can we do multi-line literal text? Because this doesn't seem to work..<br /> @@ line 1<br /> lines2 @@</p> <p>Also, how about multi-line list items. I.e. a list with three points:</p> <ul> <li>one</li> <li>two</li> <li>three</li> </ul> <p>But I want this to be a single list with three points too:</p> <ul> <li>one</li> <li>two</li> </ul> <p>two and a half</p> <ul> <li>three</li> </ul> <p>Thanks for any advice!</p> <p>Rob<br /> :)</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>