Uses of Class
com.overzealous.remark.IgnoredHtmlElement
-
Packages that use IgnoredHtmlElement Package Description com.overzealous.remark The root package for the OverZealous Creations, LLC, Remark library. -
-
Uses of IgnoredHtmlElement in com.overzealous.remark
Fields in com.overzealous.remark with type parameters of type IgnoredHtmlElement Modifier and Type Field Description Set<IgnoredHtmlElement>Options. ignoredHtmlElementsAllows the addition of extra HTML tags that can be left in the output.Methods in com.overzealous.remark that return IgnoredHtmlElement Modifier and Type Method Description static IgnoredHtmlElementIgnoredHtmlElement. create(String tagName, String... attributes)Utility method to quickly create a new element.Methods in com.overzealous.remark that return types with arguments of type IgnoredHtmlElement Modifier and Type Method Description Set<IgnoredHtmlElement>Options. getIgnoredHtmlElements()Always returns a non-null setting for IgnoredHtmlElements
-