这是markdown部分的代码:
## Authors/Leaders
* Scarecröwman (classified): Fearless Leader
* TMcSquared(Thomas/Tre'): Lead Code Wrangler/Design
* NewbProgrammer101(Jay): Repository Sentry
* toby109tt (Toby): Lead Graphics Tamer
* ...and more!
## Dependencies
* [Cinder](https://www.libcinder.org/)
* [cpgf](http://www.cpgf.org/)
* [PawLIB](https://mousepawmedia.com/projects/libraries/pawlib)
* [Lua/LuaJIT](https://www.lua.org/)
* [Sphinx](http://www.sphinx-doc.org/)然而,这是它在Phabricator上的样子:

不过,它在GitHub上可以正确呈现。谁能告诉我为什么会发生这种情况,或者如果你遇到过这样的事情,谢谢
发布于 2018-02-23 11:03:21
我猜这是因为数字列表也使用了一个前导#,并且头部后面跟着一个列表,所以列表处理中的一些代码将它作为第一项拉到列表中。
它看起来像是Remarkup解析器中的一个错误,我建议在这里报告它:https://discourse.phabricator-community.org/
发布于 2018-02-23 11:04:05
事实证明,##让法布认为名单是有编号的。在##和第一个-之间添加纯文本可以解决这个问题。
https://stackoverflow.com/questions/48940196
复制相似问题