commonmark/commonmark-spec

support the 'include' syntax

Closed this issue · 1 comments

I hope to support the 'include' syntax, which would allow displaying the content of another file within the current Markdown. Similar to the 'include' syntax in PlantUML.

@startuml
!include  ../modelbase.puml
@enduml