Ask Your Question
1

Formatting code after a bullet doesn't work

asked 2011-01-28 09:33:25 -0500

kcrisman gravatar image kcrisman
139 4 2 7

updated 2011-01-28 11:57:47 -0500

Evgeny gravatar image Evgeny flag of Chile
11329 50 84 183
http://askbot.org/

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).

delete close flag offensive retag edit

Comments

Hi, thanks. Turns out it is an acknowledged bug in the markdown2 library. Hopefully the author will fix it soon. Evgeny ( 2011-01-28 13:12:25 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2011-01-28 11:15:57 -0500

niles gravatar image niles
473 12 4 17

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 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:
    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 &lt;pre&gt; tag:
   <pre>code_text_*</pre>

Note that the pre tag doesn't get syntax hilighting, but works otherwise

link publish delete flag offensive edit

Comments

It is very fortunate that this very ticket was open on the markdown2 library just last week and it was accepted http://code.google.com/p/python-markdown2/issues/detail?id=13 I'll watch the progress on that. Thanks. Evgeny ( 2011-01-28 11:57:21 -0500 )edit
Great to know. I'd vote Evgeny's answer correct, but he didn't actually answer :) kcrisman ( 2011-01-28 20:54:39 -0500 )edit
What's the status on this? It still doesn't work on ask.sagemath :( kcrisman ( 2011-05-18 12:54:29 -0500 )edit

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Reliable Askbot Hosting

Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.

create your Q&A site
30 days free trial

Question tools

Follow

subscribe to rss feed

Stats

Asked: 2011-01-28 09:33:25 -0500

Seen: 94 times

Last updated: Jan 28 '11