Skip to content

Instantly share code, notes, and snippets.

View VoidVolker's full-sized avatar
🧬
Open for new projects

VoidVolker

🧬
Open for new projects
  • Death Star
View GitHub Profile
@VoidVolker
VoidVolker / gist:d195b9746fcc6907a551
Created February 17, 2016 10:17 — forked from lontivero/gist:593fc51f1208555112e0
Generates Markdown from VS XML documentation file
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using System.Xml;
using System.Xml.Linq;
namespace GithubWikiDoc
{