md.Renderer implementation status
Hello! I'm in the need for a markdown renderer so i've thought about giving a go at finishing or improve md.Renderer but would like to ask if it would be welcome and if there has been any previous attempt at doing it that could be useful?
Sure, that would be great.
Other than the code already there, I don't know of any other code that would be very relevant.
this might help too: https://github.com/mmarkdown/mmark/commit/6e26b214bd1650984cf8502e6802237da7383291 it's the commit where I deleted to markdown renderer for mmark (which has more complex constructs)
@miekg Thanks that looks very useful 👍
Hi @wader , is there any progress for the md.Renderer? It seems some ast types are not supported yet.
panic: node *ast.HorizontalRule NYI
@gen2thomas Not much progress. If i remember correctly i implement a few more node type but then got derailed with something else. My use case for this would be to batch transform/reformat md files.
@wader thanks for your fast reply. My use case is update parts of one md document by parts of other md documents. Do you have a fork to get some ideas? Meanwhile I will test this tool, based on goldmark: https://github.com/teekennedy/goldmark-markdown
Can try see if i can find the work in progress branch, but i don't think i got very far
No progress and I'm not planning to work on this myself, so closing.