/gfm-validate

A simple GitHub Flavored Markdown (Gfm) validator. Uses the Octokit .NET client library for GitHub.

Primary LanguageC#MIT LicenseMIT

gfm-validate

A simple GitHub Flavored Markdown (Gfm) validator. Uses the Octokit .NET client library for GitHub.

screenshot

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 and License

Copyright 2015 Andrew J. Byrne

Licensed under the MIT License