Skip to content

Instantly share code, notes, and snippets.

View mxmissile's full-sized avatar
🎯
Focusing

Travis mxmissile

🎯
Focusing
View GitHub Profile
public class FubuRegistry : Registry
{
public FubuRegistry()
{
var htmlConventionLibrary
= new HtmlConventionLibrary();
var conventions
= new OverrideHtmlConventions();
htmlConventionLibrary.Import(conventions.Library);
For<HtmlConventionLibrary>().Use(htmlConventionLibrary);