Question: Can markdig be customized to output dita files used for technical documenation? Attached a sample conversion in the comments #587

Open
opened 2026-01-29 14:40:25 +00:00 by claunia · 2 comments
Owner

Originally created by @bordoloiworks on GitHub (Jan 13, 2023).

MD2Dita

Originally created by @bordoloiworks on GitHub (Jan 13, 2023). ![MD2Dita](https://user-images.githubusercontent.com/76158868/212287692-8874c624-9111-45ad-9b97-21783c72f051.png)
claunia added the question label 2026-01-29 14:40:25 +00:00
Author
Owner

@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 😉).

@gfoidl commented on GitHub (Jan 14, 2023): Should be possible with custom [renderers](https://github.com/xoofx/markdig/tree/master/src/Markdig/Renderers). But quite a bit of work...so I'd go with something like [markdown2dita](https://github.com/mattcarabine/markdown2dita) (even if it's not a .NET-based solution, but for simplicity one shouldn't be that strict 😉).
Author
Owner

@xoofx commented on GitHub (Jan 24, 2023):

Can markdig be customized to output dita files used for technical documenation? Attached a sample conversion in the comments

Yes, likely, otherwise, as @gfoidl is suggesting, it's also quite some work. It's up to your project/requirements.

@xoofx commented on GitHub (Jan 24, 2023): > Can markdig be customized to output dita files used for technical documenation? Attached a sample conversion in the comments Yes, likely, otherwise, as @gfoidl is suggesting, it's also quite some work. It's up to your project/requirements.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#587