Skip to content

Instantly share code, notes, and snippets.

View Pxtl's full-sized avatar
😶

Martin Zarate Pxtl

😶
View GitHub Profile
@Pxtl
Pxtl / gist:3e2ef6fe5e535d6818c624011f80ba0c
Created April 30, 2016 20:34 — 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
{