innolitics / rdm

Our regulatory documentation manager. Streamlines 62304, 14971, and 510(k) documentation for software projects.
MIT License
110 stars 29 forks source link

Add support for including other markdown files within a file #86

Open johndgiese opened 3 years ago

johndgiese commented 3 years ago

Update the jinja environment so that it can "include" files in other files. See

https://github.com/innolitics/rdm/blob/main/rdm/render.py#L66-L77

Also see how Jekyll handles includes. Probably we want to have a default include location that can be modified by the user.