Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link

Have a look at the revisions of http://stackoverflow.com/revisions/1230618/listhttps://stackoverflow.com/revisions/1230618/list, in particular the formatting-related edit I made (edit 2). The formatted text contains spurious newlines and indentation errors (not to speak of the randomly inserted HTML escape sequence). Even deleting the newlines and re-inserting them didn’t help.

EDIT

Minimal example that still exhibits the buggy behaviour:

  1. Item

     something
         foobar<T>
    

Source (displays exactly right):

1. Item

        something    
            foobar<T>

Another example, from an old posting of mine that worked before, but is now broken: Coalescing regular expressions in PHPCoalescing regular expressions in PHP

Notice how the posting’s source code ends on “<strong&”. Unfortunately, I can’t reproduce this bug here since the code looks fine in preview (click “edit”“edit” to look at it there); only the normal display is wrong, suggesting that the server-side Markdown processor has an additional bug.

Have a look at the revisions of http://stackoverflow.com/revisions/1230618/list, in particular the formatting-related edit I made (edit 2). The formatted text contains spurious newlines and indentation errors (not to speak of the randomly inserted HTML escape sequence). Even deleting the newlines and re-inserting them didn’t help.

EDIT

Minimal example that still exhibits the buggy behaviour:

  1. Item

     something
         foobar<T>
    

Source (displays exactly right):

1. Item

        something    
            foobar<T>

Another example, from an old posting of mine that worked before, but is now broken: Coalescing regular expressions in PHP

Notice how the posting’s source code ends on “<strong&”. Unfortunately, I can’t reproduce this bug here since the code looks fine in preview (click “edit” to look at it there); only the normal display is wrong, suggesting that the server-side Markdown processor has an additional bug.

Have a look at the revisions of https://stackoverflow.com/revisions/1230618/list, in particular the formatting-related edit I made (edit 2). The formatted text contains spurious newlines and indentation errors (not to speak of the randomly inserted HTML escape sequence). Even deleting the newlines and re-inserting them didn’t help.

EDIT

Minimal example that still exhibits the buggy behaviour:

  1. Item

     something
         foobar<T>
    

Source (displays exactly right):

1. Item

        something    
            foobar<T>

Another example, from an old posting of mine that worked before, but is now broken: Coalescing regular expressions in PHP

Notice how the posting’s source code ends on “<strong&”. Unfortunately, I can’t reproduce this bug here since the code looks fine in preview (click “edit” to look at it there); only the normal display is wrong, suggesting that the server-side Markdown processor has an additional bug.

edited tags
Link
balpha StaffMod
  • 165.5k
  • 47
  • 533
  • 705
edited title
Link
Jeff Atwood StaffMod
  • 313.3k
  • 107
  • 894
  • 1.3k

Bug in Markdown formatterformatting bug with code blocks in lists

edited tags
Link
Jeff Atwood StaffMod
  • 313.3k
  • 107
  • 894
  • 1.3k
Loading
deleted 4 characters in body
Source Link
Jeff Atwood StaffMod
  • 313.3k
  • 107
  • 894
  • 1.3k
Loading
Better (smaller) example.
Source Link
Konrad Rudolph
  • 12.1k
  • 6
  • 41
  • 63
Loading
Source Link
Konrad Rudolph
  • 12.1k
  • 6
  • 41
  • 63
Loading