Ghost 1.0 uses a new format for posts where, instead of just storing the markdown, it stores the markdown as a "card" element in an embedded JSON string. If no text has been entered, the entire mobiledoc structure may be null.
This PR makes it possible to extract these into posts, making it compatible with the current version of Ghost and hopefully closing #8.
Ghost 1.0 uses a new format for posts where, instead of just storing the markdown, it stores the markdown as a "card" element in an embedded JSON string. If no text has been entered, the entire mobiledoc structure may be null.
This PR makes it possible to extract these into posts, making it compatible with the current version of Ghost and hopefully closing #8.