skatkov / yard-markdown

yard plugin to generate markdown documentation
https://poshtui.com
MIT License
12 stars 1 forks source link

Produce Github Flavored Markdown from RDOC Markup #11

Open skatkov opened 10 months ago

skatkov commented 10 months ago

rdoc to markdown converter currently outputs a markdown, not GFM.

We can probably inherit ToMarkdown class and add "extensions" from GFM to have a ToGFM converter.

GFM is pretty well documented and with examples, theoretically it's possible to build a testsuit that matches GFM spec.