I’m expanding Micro.blog’s support for Standard.site to include the content field too. It looks like this now:

"content": {
  "$type": "blog.micro.content",
  "markdown": "Hello _world_...",
  "html": "Hello <i>world</i>..."
}

Simple. I’ll publish an official lexicon later.

Manton Reece @manton