Skip to content

Instantly share code, notes, and snippets.

@martinsmith1968
martinsmith1968 / xd2md.cs
Created November 16, 2016 17:42 — 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