mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
Custom Containers not rendering #570
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 @Macadameane on GitHub (Oct 12, 2022).
I recently tried to use this code to generate customer containers. The headers and code fence work without problem. Please let me know if I am doing something wrong:
The value of Description's output is below:
@MihaZupan commented on GitHub (Oct 12, 2022):
Also note the difference between
and
See https://github.com/xoofx/markdig/blob/master/src/Markdig.Tests/Specs/CustomContainerSpecs.md#inline-custom-container
@Macadameane commented on GitHub (Oct 13, 2022):
Thanks a bunch. I can't believe I forgot the overload. I had tried with and without spaces and all sorts of things.
Thanks again.