mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
Generate markdown, not parsing it #624
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 @unruledboy on GitHub (Sep 1, 2023).
Hi,
Sorry for the ignorance here, I did some research by looking at the tests, the related issues and I could not find how to "generate" markdown rather than parsing it and converting it to HTML.
For example, I have some POCOs, like below, and I would like to convert those POCOs to markdown. Is markdig the right tool for purpose?
Thanks,
Wilson
@xoofx commented on GitHub (Sep 1, 2023):
We don't support such scenario. The intermediate Markdown AST could be built manually to output such thing... but It has never been designed with such a goal and so, it would be very cumbersome to use it as is.