Jekyll: Headers in Markdown are not being rendered

Created on 3 Feb 2016  路  2Comments  路  Source: jekyll/jekyll

In my website all pages generating headers using "#" in markdown, instead have the # rendered. See this example. Every other markdown element is being correctly rendered such as the bold or links. Only these are being incorrectly rendered.
Locally this is being rendered correctly, but when pushing to github pages this is happening. I've attached images as well:
This is being rendered locally
localcopy
and this is rendered on github-pages
gh-pages

frozen-due-to-age

Most helpful comment

Ok I figured this out - its because there has to now be a space between # and the first letter, which was not required before the recent update.

All 2 comments

Ok I figured this out - its because there has to now be a space between # and the first letter, which was not required before the recent update.

In the future https://talk.jekyllrb.com is the place to ask questions that are not confirmed bugs. Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cameronmcefee picture cameronmcefee  路  3Comments

lffg picture lffg  路  3Comments

jekyllbot picture jekyllbot  路  3Comments

envygeeks picture envygeeks  路  4Comments

mgiuffrida picture mgiuffrida  路  4Comments