Open skatkov opened 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.
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.