-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transclusion of blocks via fragment identifiers #32
Comments
It could be that for linking the fragment identifier is meant as a location whether for transclusion it is understood as a container. In some context s it might be needed to qualify in order to explicitly we express whether one or the other is meant. Techniques to keep track of fragments across changes could be:
Maybe the problem can be split in:
It could be that web server would cache fragment retrieval sources in order to memorise what the client's expectations are. For larger volumes link versioning my be required so that the client refers to a particular point in time, minimising the effort on the server side. HTTP moved status codes could be used to help update clients. |
Inclusive section transclusion appears to over-transclude by a few characters: index.md
test-folder/index.md
Result |
If we have a
document.md
file with this content:I would like to be able to transclude a block inside this document for instance
Content 2.C
by using the syntax:The text was updated successfully, but these errors were encountered: