For me, I found this very serious issue: blogspot syntax highlighting.
Why on earth should I use a third-party service to publish a snippet of code? Certainly, I should have an opportunity to keep my code in the blog, highlight it as pleases me and do it without hassle!
Seems like wordpress.com can do it (but it has other disadvantages).
So far I found this service: http://quickhighlighter.com
Is it perfect? Not in any way! I.e, it has a problem with long lines (I would prefer scrolling).
Anyway, found nothing better so far. At least, I have HTML code that I can easily insert:
- def as_json(options = {})
- # default
- result = self.as_json
- # minimal
- result = {id: self.id, name: self.name } if options[:minimal]
- result
- end
No comments:
Post a Comment