article content params - mk2/prism GitHub Wiki

{
    "type": "link" | "gist" | "markdown",
    "content": { // "type" == "link"
        "url": "http://great_article_address" 
    }
    "content": { // "type" == "gist"
        "id": "great_gist_id" 
    }
    "content": { // "type" == "markdown"
        "text": "great markdown text" 
    }
}