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
- Include file-content as part of markdown. · Issue #346 · github/markup · GitHub
- https://stackoverflow.com/questions/35080160/github-include-md-files-in-readme-md
- Support include of markdown files · Issue #777 · mkdocs/mkdocs · GitHub
- GitHub - cmacmackin/markdown-include: Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.
- GitHub - sethen/markdown-include: 📃 Include markdown files into other markdown files with C style syntax
- GitHub - camelaissani/markdown-it-include: Markdown-it plugin which adds the ability to include markdown fragment files
- GitHub - DCsunset/pandoc-include: A pandoc filter to allow file and header inclusion
- GitHub - Kevenin/Markdown-Include: Adds Functionalityr to VsCode to create an .md file from multiple md files
- GitHub - neurobin/mdx_include: Python Markdown extension to include local or remote files
- https://github.com/georgemathieson/blazor-markdown
- GitHub - IBM/md-includes: Project to allow includes in markdown files
- GitHub - simonrenger/markdown-include-lines: This is a markdown extension for python which allows you to include lines of a whole source file.
- GitHub - tomdalling/jekyll-include_snippet: Include snippets of text from external files into your markdown