Jering.Markdig.Extensions.FlexiBlocks is a collection of Markdig extensions for configurable markdown.
• FlexiAlertBlocks: Alerts with configurable icons and more.
• FlexiBannerBlocks: Headlines you'd like to draw attention to.
• FlexiCardsBlocks: Cards for displaying and/or linking to...
More information
Allows consumers to easily convert strings to Markdown using the `IMarkdownConverter` interface. Contains a markdown wrapper around `lunet-io/markdig`.
If you've ever worked on an app and you needed quick access to something that can read a Markdown file with YAML front-matter, then this is your library. Using YamlDotNet and Markdig, we take your YAML object, serialize it for you, and give you Markdown and parsed HTML for your page data.