Closed GoogleCodeExporter closed 8 years ago
The problem is that the '[' in the code is matching with the ']' in the code
end tag. Generally this doesn't occur, because in most code every '[' has a
corresponding ']'.
I'll think about an alternative solution for allowing square brackets inside
code tags, in the meantime you can escape square brackets by enclosing them in
a second set of square brackets. i.e. replace '[' with '[[]'
Original comment by willmcgugan
on 4 Jan 2011 at 3:54
Thanks for the reply :)
Original comment by brez...@gmail.com
on 4 Jan 2011 at 4:06
Just pushed a change that makes negates the need to escape square brackets in
the code tag. Seems to work with your example.
Original comment by willmcgugan
on 4 Jan 2011 at 6:49
Thanks. I test and it seems all worked fine.
Thank you for library and for your work! :)
Original comment by brez...@gmail.com
on 4 Jan 2011 at 7:35
Original issue reported on code.google.com by
brez...@gmail.com
on 4 Jan 2011 at 2:26