thedannywahl
Member
Posted 1 year ago #
The coding standards for platform I develop for (Moodle) requires indentation to be 4 spaces (not tabs)
The latest update of crayon has broken multiple spaces to only be displayed as a single space. You can see a demo here:
http://iyware.com/browser-detection-in-moodle/
In previous versions the spaces were indented properly. You can also toggle to the original code and see that it's indented properly.
http://wordpress.org/extend/plugins/crayon-syntax-highlighter/
Copying the plain code from that into a new Crayon doesn't seem to cause your issue. Could you send me in plain text the HTML code of your post from the editor?
thedannywahl
Member
Posted 1 year ago #
I'm actually loading them from text files using the url="" switch:
http://iyware.com/assets/ie-check.txt
http://iyware.com/assets/cf-check.txt
http://iyware.com/assets/iOS-check.txt
So there's exactly what's being called. Oh, I just realized you mean the WP-Post:
http://pastebin.com/xX0vdDby
Ah, that's different it's probably a formatter issue, I'll look into it.
thedannywahl
Member
Posted 1 year ago #
using the newer formatter resolved this issue. Thanks!