Github pages cannot display markdown correctly
I am using github pages + jekyll to establish my blog. It worked properly before pushed my latest commit. This commit adds a cname file and just edits some words without any alterations over the architecture of my site. - <h3 class="description">aaaaaaaaaa</h3> + <h3 class="description">bbbbbbbbbb</h3> After that markdown does not appear properly. When I write #head1. It does not appear title head1, it just appears #head1 directly. However, if I use jekyll serve build in localhost:4000, it appears correctly. This is my _config.yml: markdown: kramdown markdown_ext: markdown,mkd,mkdn,md textile