mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-09 05:49:12 +00:00
Add support for GitHub Markdown Alerts #659
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 @xoofx on GitHub (Feb 20, 2024).
See https://github.com/orgs/community/discussions/16925
rendered as:
@jorge-moreira commented on GitHub (Feb 22, 2024):
Hi Alexandre,
The objective here is to support a new type of block (i.e. AlertBlock) with it's own parser and renderer?
For the parser I would say that there's no doubt on what to do, although for the renderer I've some doubts on how we would support this to be rendered in html.
I'll be glad to help on.
@xoofx commented on GitHub (Mar 4, 2024):
Added a tentative PR #776 to implement this feature.
@xoofx commented on GitHub (Mar 4, 2024):
Forgot to respond, as I was reading your question yesterday, and I started to play with a parser to see how problematic it would be to implement it and saw that it was in the end relatively small, so decided to complete the implementation. So, my apologies if I took over and thanks for the proposal for helping, I appreciate. 🙂