I think mediums UI is nice, but as far as i can tell, you cant include code snippets so its almost useless for blogging about programming - until the change that, I am going to continue to use jekyll.
It's pretty limited (e.g., no syntax highlighting) and if you're not careful it will do things like change double quotes (U+0022) to curly quotes (e.g., U+201C and U+201D).
i understand that, but ostracizing a group of people that are probably some of their core users right now (tech community) seems stupid - adding the feature would be very easy
Maybe it's "should be easy" rather than "would be easy", but there's probably something wrong if it's not, yeah? Pretty much every other blogging engine does this and without a ton of effort. Code highlighting libraries exist in pretty much every web language (is there a serious one that doesn't have a Pygments equivalent?). It's just markup.
They do support code blocks (cmd-6), but unfortunately, they're not styled in any other way (syntax highlighting, etc.) which makes code blocks somewhat unpleasant to read.