Commit 2a70b3efa199ccb5616d41c611d5c7cadf926b6a

Martin Mitas 2016-11-26T20:32:33

Limit length of code span marks to lower then 256 characters. This protects against a pathologic case generated by $ python -c 'print( "".join(map(lambda x: ("e" + "`" * x), range(1,10000))))'