#629 markdown: whitespace disappears in code blocks

v1.0.0
closed
General
nobody
2015-08-20
2010-07-07
Anonymous
No

Originally created by: sf-overlords

Created by: noostendorp
Created date: 2010-06-22 15:41:00.555000
Assigned to:nobody
When I add a code block, it kills whitespace between lines:

my @list = qw(a b c);
my $noblankline = shift @list;

my $previouslineshouldbeblank = pop @list;

Instead, it should preserve this space.

Discussion

  • Anonymous - 2010-07-07

    Originally by: sf-overlords

    Post by noostendorp:

    description has changed

    description has changed

    • custom_field__size: -->
     

    Last edit: Anonymous 2016-08-14
  • Anonymous - 2010-07-07

    Originally by: sf-overlords

    Post by noostendorp:

    • custom_field__size: --> 2
     
  • Anonymous - 2010-07-22

    Originally by: n_oostendorp

    description has changed

    • milestone: post-GA --> GA3

    • custom_field__size: 2 --> 2

     
  • Anonymous - 2010-07-22

    Originally by: n_oostendorp

    • labels: --> adobe
     
  • Jenny Steele - 2010-08-12

    I looked at this one. Seems to be a problem in the HTMLFormatter of pygments.

     
  • Jenny Steele - 2010-08-12
    • status: open --> validation
    • assigned_to: Jenny Steele
     

Log in to post a comment.