Open mkoppmann opened 3 months ago
The behavior is consistent with the way GitHub displays alerts with titles though:
Yes, markdig implements the official GitHub Alert. You can GitHub to add support to title maybe here
I noticed the Typora editor creates these as well and they aren't handled in many parsers. I'd love to see this implemented, either natively or via a plugin.
Obsidian allows adding titles to alerts/callouts. When Markdig parses an alert with a title, it is recognized as a
QuoteBlock
instead of anAlertBlock
. It would be nice if Markdig could support the optional title.The behavior is consistent with the way GitHub displays alerts with titles though: