IMarkupFormattable public interface IMarkupFormattable Allows basic serialization. Documentation Code string ToHtml() Returns the (complete) HTML markup representation of the node. string ToHtml(IMarkupFormatter formatter) Returns the serialization of the node guided by the formatter.