GitHub README.md files are displaying '#' symbols instead of rendering as <headers>

情到浓时终转凉″ 提交于 2021-02-08 19:40:11

问题


github readme.md files are displaying '#' symbols instead of rendering as headers

#Please FORK this project

##Visit our descriptive wiki

instead of being rendered as:

Please FORK this project

Visit our descriptive wiki

from what i can tell, it just started out of nowhere, it used to be fine - dumb, i know.

any advice?


回答1:


You need to have a space after the # character before the text. That will give you what you want.

Then you will get what you want!

In general, Markdown is pretty picky about spaces, horizontal and vertical, so try adding whitespace when things don't render the way you want.



来源:https://stackoverflow.com/questions/42824414/github-readme-md-files-are-displaying-symbols-instead-of-rendering-as-heade

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!