Skip to content

Instantly share code, notes, and snippets.

View jhcarr's full-sized avatar

J. Carr jhcarr

View GitHub Profile
@cartermp
cartermp / XmlToMarkdown.cs
Created December 8, 2014 19:29
Converts a Visual Studio XML Documentation File into Equivalent Markdown. Modified from here: https://gist.github.com/lontivero/593fc51f1208555112e0
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Linq;