5

Is there a way to use include keyword to include an .md file inside another .md file?

I have an HTML block inside my .md file, and inside that block I want to call a different .md file like this:

<div class="example" id="1">
#include "path/to/file/to/be/included/file.md"

Thank you.

  • Not with standard Markdown. Which Markdown library are you using? – Chris Dec 20 '16 at 12:53
  • 2
    Possible duplicate of [Markdown and including multiple files](http://stackoverflow.com/questions/4779582/markdown-and-including-multiple-files) – Waylan Dec 20 '16 at 16:39

0 Answers0