Skip to content

Instantly share code, notes, and snippets.

@jbogard
Created July 17, 2014 13:29
Show Gist options
  • Save jbogard/939d0de004cb6763f31f to your computer and use it in GitHub Desktop.
Save jbogard/939d0de004cb6763f31f to your computer and use it in GitHub Desktop.
public class FubuRegistry : Registry
{
public FubuRegistry()
{
var htmlConventionLibrary
= new HtmlConventionLibrary();
var conventions
= new OverrideHtmlConventions();
htmlConventionLibrary.Import(.Library);
For<HtmlConventionLibrary>().Use(htmlConventionLibrary);
@mxmissile
Copy link

htmlConventionLibrary.Import(conventions.Library);

couldn't figure out how to do a gist pr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment