This repository has been archived by the owner on Jul 4, 2023. It is now read-only.
Implement Proxied Content (dynamic variables) #40
Labels
📃 Content Portability
Make content portable so that Markdown or HTML can be reused easily across multiple projects
❗ Essential
📈 Scalability
Functionality needed for large sites
Create proxied content infuse and interpolate (PCII) Markdown directive for including dynamic content from modules. This directive is called
PCII
because content is proxied (delegated from somewhere else), is infused (included) into the current text stream, and is (optionally) interpolated dynamically if the symbol is a function.Spec:
where
symbol
is the name of an exported variable or function inpath/path/module.ts
.The text was updated successfully, but these errors were encountered: