This should work, but doesn't.
Something. Now I want code to demonstrate it.
1+2+345+6
It didn't format even though I used the 101010 button (indenting).
I think the problem is that the markup uses spaces to determine what should be part of the bulleted list, and what shouldn't. This is tricky when you also consider multiple paragraphs in the same bullet point. Here's some markup, and then a copy of the syntax that produced it:
item two is long
and consists of multiple paragraphs
this is another item
this is another paragraph within the same item
and this is a paragraph after the bulleted list
code_text_*
And here is the markup:
* item one is short
* item two is long
and consists of multiple paragraphs
* this is another item
this is another paragraph within the same item
and this is a paragraph *after* the bulleted list
* another list
* I'll add code here by using the <pre> tag:
<pre>code_text_*</pre>
Note that the pre tag doesn't get syntax hilighting, but works otherwise
Asked: Jan 28 '11
Seen: 58 times
Last updated: Jan 28 '11
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.