4

Possible Duplicate:
Code blocks after a list, but not within a list in markdown. Is it possible?

Can't add a code block after an ordered list. Example:

  1. This is a list item.

    This should be a code block, not part of the list.

asked Oct 9, 2009 at 21:25
1
  • I have the same issue with you...The code block can not be recognized by the editor. Commented Aug 17, 2012 at 13:44

1 Answer 1

1
  1. This is a list item.
This should be a code block, not part of the list.
1
  • It does not look very nice, as code block should be aligned with list item. Commented Sep 25, 2012 at 9:49