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.

enter image description here

however, have file called translation.md in root directory (raw version.

this appears this:

enter image description here

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

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -