Github include md files in README.md?

后端 未结 4 936
南方客
南方客 2021-02-06 23:36

Is there a way in Github to include md files in for example the README.md?

# Headline

Text

[include](File:load_another_md_file_here.md)

It sh

4条回答
  •  难免孤独
    2021-02-06 23:59

    That does not seem to be possible, especially when considering github/markup#346 and github/markup#172.

    No include directive is supported.

提交回复
热议问题