mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-09 21:42:15 +00:00
Question: Can markdig be customized to output dita files used for technical documenation? Attached a sample conversion in the comments #587
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 @bordoloiworks on GitHub (Jan 13, 2023).
@gfoidl commented on GitHub (Jan 14, 2023):
Should be possible with custom renderers.
But quite a bit of work...so I'd go with something like markdown2dita (even if it's not a .NET-based solution, but for simplicity one shouldn't be that strict 😉).
@xoofx commented on GitHub (Jan 24, 2023):
Yes, likely, otherwise, as @gfoidl is suggesting, it's also quite some work. It's up to your project/requirements.