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 know with :src I can wrap the transcluded content in a src block. However, it'd be nice to provide some keyword, say :wrap or :block and then the content would be wrapped in whichever block type is specified. For example, I think it would be handy to be able to specify :block quote or :block verse so that my transcluded content is formatted as a block quote or a verse (block quote that preserves white-space). This also adds a differentiation between the file's own content and the content of the other file.
The text was updated successfully, but these errors were encountered:
Hi @ispringle Thanks. We are little tied up with couple of PRs running at the moment.
What you request here is something I wanted to do in initially but opted for just doing :src first (it seemed to be most requested at the time). Hoping to come back to this idea at some point.
I know with
:src
I can wrap the transcluded content in a src block. However, it'd be nice to provide some keyword, say:wrap
or:block
and then the content would be wrapped in whichever block type is specified. For example, I think it would be handy to be able to specify:block quote
or:block verse
so that my transcluded content is formatted as a block quote or a verse (block quote that preserves white-space). This also adds a differentiation between the file's own content and the content of the other file.The text was updated successfully, but these errors were encountered: