Can something like this made to work? ```html <frontmatter> title: <include src="text.md#heading" inline /> </frontmatter> ``` `text.md`: ``` <span id="heading">Introduction</span> ```
Can something like this made to work?
text.md: