parse body of blog content with remark
{
remark()
.data({
settings: {
commonmark: true,
emphasis: "*",
strong: "*",
footnotes: true,
gfm: true,
position: false
}
})
.use(reactRenderer)
.processSync(post.body).contents
}