Skip to content

Instantly share code, notes, and snippets.

View seesharper's full-sized avatar
🏠
Working from home

Bernhard Richter seesharper

🏠
Working from home
View GitHub Profile
@seesharper
seesharper / xd2md.cs
Created January 20, 2016 08: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