Is there a way to represent a directory tree in a Github README.md?

后端 未结 14 1844
庸人自扰
庸人自扰 2020-12-22 17:03

In my Githubs repos documentation I want to represent a directory tree structure like this:

\"enter

14条回答
  •  情深已故
    2020-12-22 17:50

    The best way to do this is to surround your tree in the triple backticks to denote a code block. For more info, see the markdown docs: http://daringfireball.net/projects/markdown/syntax#code

提交回复
热议问题