A simple GitHub Flavored Markdown (Gfm) validator. Uses the Octokit .NET client library for GitHub.
This Windows desktop app demonstrates the following:
- Connecting to GitHub APIs using the Octokit library for .NET 4.5
- Parsing markdown into raw HTML using the RenderRawMarkdown method from the Octokit library
- Displaying HTML using the GitHub CSS to show how the soruce markdown will render on GitHub
- A little bit of MVVM
- Handling drag/drop of markdown files onto the app surface
- App settings
- Suppression of browser control warnings, preventing browser control from being a drop target
- Using Octokit 0.13.0
Got any ideas for how to improve this app? Log an issue to the Issues List
Talk to me on Twitter @AndrewJByrne
Copyright 2015 Andrew J. Byrne
Licensed under the MIT License