Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to include contents of a wiki page in another wiki page?

Is it possible with the Github wiki to include the contents of another wiki page in a wiki page?

like image 310
Elliot Chance Avatar asked Dec 14 '14 10:12

Elliot Chance


1 Answers

Not directly.

Yo would need to use a preprocessor in order to include or embed one document in another.
See for instance gajus/gitdown:

Gitdown adds additional functionality (generating table of contents, including documents, using variables, etc.) to GitHub Flavored Markdown.

In your case: Include file.

like image 175
VonC Avatar answered Dec 09 '22 05:12

VonC