Why is this Jekyll parses markdown in posts but NOT pages? -
i have this jekyll site open project part of.
it's sitting on gh-pages (you can see files here, , problem happens both there , locally.
for each post, [this one](https://raw.githubusercontent.com/equalitytime/communikate/gh-pages/_posts/2014-09-23-main-3.markdown, markdown renders , displays want.
however, have file called translation.md in root directory (raw version.
this appears this:
which is... sub optimial.
can tell me going on here?
change page.content
content
in _layouts/singlepage.html
, jekyll process markdown correctly:
.... <div class="lead"> {{content}} </div> ...
Comments
Post a Comment