#6659 codehilite doesn't detect language line with >4 space indent [ss5380]

unreleased
open
nobody
General
nobody
2014-11-30
2013-09-16
Chris Tsai
No

[forge:site-support:#5380]

Source:

    :::python
    print "4 space indent"

Output:

print "4 space indent"

Source:

        :::python
        print "8 space indent"

Output:

    :::python
    print "8 space indent"
  • Oddly though
  • it works
  • after a list

    print "8 space indent"
    

Discussion


Log in to post a comment.