mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-12 05:44:48 +00:00
Custom Contains - Custom rendering #298
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 @LukeTOBrien on GitHub (May 29, 2019).
Hello,
I am moving my project from NodeJS using Markdown-it to .NET Core using Markdig.
I am using the Markdown-it-containers plugin.
As you can see from the Example on that page, the plugin allows custom rendering, so instead of
divthe developer can use any element they choose.It my project I make use of this in quite a few cases, for example I have Markdown like this:
This renders as:
Would there be anyway to do this in Markdig?
I notice in you current spec you do not specify a mechanism for custom rendering.
Thanks