mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-13 05:45:31 +00:00
Question about normalization / transformation #629
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 @matkoch on GitHub (Sep 30, 2023).
Hi!
I have a text like this:
Is it possible to normalize/transform it to something like this?
I browsed a bit through the usages of pipeline and extensions, but couldn't find anything that's catching my eye.
Thanks in advance!
@xoofx commented on GitHub (Nov 25, 2023):
Not out of the box. You can always try to modify the AST and write it back.
@Tripletri commented on GitHub (Jan 30, 2024):
Seems like #706