Im trying to create a post, but the text writen on markdown doesn't appear on it, this is what i have done:
Post is placed on
_posts
and has a valid name_posts/2018-01-01-firstPost.md
I've included a front matter and the layout html is rendered perfectly
---
layout: post
published: true
---
- I've tried to include
{{post.content}}
on my layout to see if the content of the post appeared without results. - I've added
encoding: utf-8
to make sure it was encoded correctly.
Don't know what more to try any help will be great.