本文介绍了GitHub README.md文件显示'#'符号,而不是呈现为< headers>的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
github readme.md文件正在显示#"符号,而不是作为标头呈现
github readme.md files are displaying '#' symbols instead of rendering as headers
#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.
有什么建议吗?
推荐答案
您需要在文本之前#
字符后留一个空格.那会给你你想要的.
You need to have a space after the #
character before the text. That will give you what you want.
通常,Markdown对水平和垂直空间都非常挑剔,因此,当事物无法以您想要的方式呈现时,请尝试添加空白.
In general, Markdown is pretty picky about spaces, horizontal and vertical, so try adding whitespace when things don't render the way you want.
这篇关于GitHub README.md文件显示'#'符号,而不是呈现为< headers>的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!