Class AsideNodeFormatter

    • Constructor Detail

      • AsideNodeFormatter

        public AsideNodeFormatter​(DataHolder options)
    • Method Detail

      • getNodeClasses

        @Nullable
        public java.util.Set<java.lang.Class<?>> getNodeClasses()
        Description copied from interface: NodeFormatter
        Collect nodes of given type so that they can be quickly accessed without traversing the AST by all formatting extensions.
        Specified by:
        getNodeClasses in interface NodeFormatter
        Returns:
        the nodes of interest to this formatter during formatting.
      • getBlockQuoteLikePrefixChar

        public char getBlockQuoteLikePrefixChar()
        Description copied from interface: NodeFormatter
        Return character which compacts like block quote prefix
        Specified by:
        getBlockQuoteLikePrefixChar in interface NodeFormatter
        Returns:
        character or NUL if none