Skip to content
brett hartshorn edited this page Feb 27, 2015 · 1 revision

You can break your project apart into multiple markdown files and merge them into a single build using the @import directive. The syntax extends normal markdown links like this: * [@import mymodule](path/mymodule.md) Each import must be an item in a list, so only one import per-line. This gives you a simple way to merge your code togther, and also makes it more readable with clickable links and descriptive titles.

https://github.com/rusthon/Rusthon/blob/master/examples/import_markdown.md

Sidebar

Clone this wiki locally