rprouse / GitHubExtension

A visual studio extension for interacting with GitHub.
MIT License
34 stars 10 forks source link

Use the GitHub API to render Markdown #41

Open rprouse opened 10 years ago

rprouse commented 10 years ago

It would look a lot better, but need to watch the request limits.

sharwell commented 9 years ago

As long as users are logged in, the request limits are pretty high. As an alternative, I would consider CommonMark.NET. You can parse the markdown to an AST, and then use a custom printer (modeled after the one in CommonMark.NET) which handles the GFM syntax for referencing issues.