Module aya.pretty

Interface Style.CustomStyle

All Superinterfaces:
Serializable, Style
All Known Subinterfaces:
MdStyle
All Known Implementing Classes:
MdStyle.GFM, MdStyle.Heading, UnixTermStyle
Enclosing interface:
Style

public static non-sealed interface Style.CustomStyle extends Style
Make your custom style a subclass of this one. For example:
   enum UnixTermStyle implements CustomStyle {
     DoubleUnderline,
     CurlyUnderline,
   }