mixmix / hypermarkdown

a markdown transculsion server- it eats recipe.hmd files, allowing you to weave markdown files together
GNU General Public License v2.0
26 stars 3 forks source link

hypermarkdown

This is a dynamic mardkown transclusion server - it parses special inclusion syntax and includes remote markdown, then renderes the resulting markdown.

parts of the project:

notation

To include a MD file within your MD file, use the normal markdown-link syntax, prefixed with a '+'

e.g.

+[example include](https://github.com/mixmix/example-course/blob/master/README.md)

With normal markdown renderers this makes a link like this:

+example include

See a rendered example here