So far, very cool. It works pretty easily with Habari, as long as you install the MetaWeblog plugin.
Here is a code example via a plugin:
1: public class Whatever
2: {3: private int _thing;
4: 5: public Whatever()
6: { 7: _thing = 5; 8: } 9: }Neat, but I’m not sure how I feel about all that inline CSS…

Write a response