When people post snippets of code in the comments of IntenseDebate, the white space at the beginning of the lines is trimmed, and you loose the indentation.
It would be interesting to investigate whether it's possible to write a plugin for IntenseDebate that adds back whitespace (transforming ' ' in ' ' perhaps) to the comments to keep indentation.
See IntenseDebate API here:
http://www.intensedebate.com/docs/plugin-resources/
When people post snippets of code in the comments of IntenseDebate, the white space at the beginning of the lines is trimmed, and you loose the indentation.
It would be interesting to investigate whether it's possible to write a plugin for IntenseDebate that adds back whitespace (transforming ' ' in ' ' perhaps) to the comments to keep indentation.
See IntenseDebate API here:
http://www.intensedebate.com/docs/plugin-resources/