Provide markdown for cascading and multi referencing wiki files
I could not find any hint, that this is supported yet. Hope it makes sense:
To avoid edit long wiki files, allow cascaded use of .md
-files in Gitlab repo or wiki.
For example let myWiki.md
exist of 5 parts - myWiki1.md
... myWiki5.md
.
Let them show as one file by this content in myWiki.md
:
[](./myWiki1.md)
[](./myWiki2.md)
[](./myWiki3.md)
[](./myWiki4.md)
[](./myWiki5.md)
By empty References don't create a link, just embed the code into the file.
So compared to \input{file}
in LaTeX let [](file)
do the same in markdown.
By relative path support this would work in one repo (wiki) or with absolute adresses between repo's like wiki and associated wiki.