AndrewJByrne / gfm-validate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C# 92.1%Language:HTML 7.9%