You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm realizing now that this would probably require a CODEBLOCK_START_[name] to prevent recursion (importing actions which now run on both markdown files).
The text was updated successfully, but these errors were encountered:
I'm realizing now that this would probably require a CODEBLOCK_START_[name] to prevent recursion (importing actions which now run on both markdown files).
Another idea that could get us partway: detect the presence of markdown-inject blocks in the resolved file and throw.
Or we could create a tree of .md files beforehand and walk up the tree, throwing if there are circular dependencies.
Make it so the codeblock fence can be disabled. This allows importing of raw text (or other content) directly into files.
I'm realizing now that this would probably require a CODEBLOCK_START_[name] to prevent recursion (importing actions which now run on both markdown files).
The text was updated successfully, but these errors were encountered: