I set up a local repository customized with some jekyll template and then configured a git repository syncronized with a github account.
All works perfectly: running
jekyll serve --watch
on my pc, I can see a preview of the website.
After pushing all the changes to github, I can see my website running.
All is correctly working except for one thing, the post pages edited in Markdown.
While with jekyll serve --watch I can see a correct preview of the page (with headers, images...) when pushing to github, it seems that the real website doesn't interpret correctly the Markdown syntax.
The result is that I see Markdown just as simple line text and not formatted (no images, no headers...)
Am I missing something?
Thanks!
markdownifyfilter ({{ content | markdownify }}). If that doesn't fix it, can you post a link to your repo? - Maxime Kjaer