mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
Nesting custom containers #185
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @macaba on GitHub (Jan 31, 2018).
I've had a play around to see if nested custom containers works.
(Spoiler: I don't think it does, by design.)
Example markdown:
The undesired result:
The hypothetical desired result:
I'm just putting the finishing touches to an (unrelated) new extension so I am getting familiar with the extension methodology therefore I had a quick look at the custom container extension and couldn't see any explicit functionality that would enable nested containers.
Is this something that could be added easily? Does it make sense to add it?