Is anyone aware of any hosted blog engine (like wordpress.com for example) that supports writing posts in Markdown, and also supports code highlighting?
|
closed as not constructive by gnat, EdChum, A.V, Roman C, Yan Sklyarenko Feb 25 at 9:30
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
I don't know if there is any such list. The only engine I've personally seen with such integration is Posterous, where you have to add something like As for Markdown-powered blog engine list, here's the most comprehensive I've seen (via). There is however no mention of code highlighting integration. |
||||
|
|
|
You can try to use http://calepin.co/ |
|||
|
|
|
There's always Tumblr or Posterous. |
|||
|
|
|
I haven't found one yet but if you really want you can set it up yourself it is not difficult. I use markdown that highlights code via Pygments (using built in plugin - works out of the box). It's easy to dump css for highlighting from pygments and update for example blogger css. I use python version of markdown:
Then you can just prepare your blog in markdown and parse it through script on your pc and upload the |
|||
|
|
