Skip to content

Instantly share code, notes, and snippets.

@crmckenzie
crmckenzie / xd2md.cs
Created February 19, 2016 21:19 — forked from formix/xd2md.cs
Generates Markdown From VisualSturio XML documentation files
using System;
using System.Collections.Generic;
using System.IO;
using System.Text.RegularExpressions;
using System.Xml;
using System.Xml.Linq;
namespace Formix.Utils
{
class Program