As you may know already, very long lines (e.g. DATA URI) in jsdo.it editor somehow prevent it from highlighting codes.
To solve this problem, i've added a new feature of inserting an (escaped) newline after every arbitrary number(50, by default) of characters to generated/pasted DATA URIs.
(Note that you have to use quotaion marks for css background-image on webkit browsers.)
------------------------------
jsdo.itのエディタはDATA URIのように長い文字列を1行に入れてしまうとコードハイライトが利かなくなるようなので、
生成(orコピペ)したDATA URIを任意文字数ごとに改行する機能を追加しました。
(※webkitでCSS背景画像を指定する際は改行したDATA-URIを引用符で囲まないとだめみたいです。)
(js,cssでは改行したDATA URI使えるがhtmlではだめ??)