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.