First time here? Check out the FAQ!

erik's profile - activity

2013-02-11 05:12:09 -0500 commented answer askbot has maybe parsing problems

Thank you.

2013-02-11 05:11:19 -0500 received badge Scholar ( source )
2013-02-07 18:59:47 -0500 received badge Editor (source)
2013-02-07 18:56:45 -0500 asked a question askbot has maybe parsing problems

Is this an error in the wiki parsing. When I indent a line by four spaces and have a linefeed between it and the text before it is rendered as code/preformatted. E.g.:

code
code
code

But after the first enumeration it is broken:

  1. Again, level one
  2. some things
  3. foo bar things

    for x in range(0, 3): print "We're on time %d" % (x)

This is the error I mean! How can I write code after an enumeration? Only solution: I have to write something above the code.

Example:

  1. aaa
  2. bbb
  3. ccc

This is a thing that I have to write, otherwise the following code isn’t formatted as code:

for x := 1 to 7 do
  writeln(x);

Is this fixable?