Is it possible to include files in Commonmark?

feature name

Include files in Commonmark

feature description

I would like commonmark to have the possibility to include files markdown

sample 1

# Headline

Text

[include](File:load_another_md_file_here.md)

sample 2: test1.md

Something in markdown file!

sample 2: test2.md

#include "test1.md"

references

This isn’t part of the core spec, but there is a topic to discuss a file transclusion extension:

2 Likes

@chrisalley Hi! How are you? So… thank you for feedback

1 Like

You might find Markdown and including multiple files on StackOverflow useful.

It appears to be a long running want-to-have for Pandoc.

I’m pretty sure some Static Site Generators support such inclusion using proprietary syntax extensions.

1 Like

thank you so much… ^^ you are amazing

IA Writer introduced transclusion support in IA Writer 4 in late 2016. They even wrote a spec for it with the hope for community adoption.