Interface NodeFormatter

    • Method Detail

      • getNodeFormattingHandlers

        @Nullable
        java.util.Set<NodeFormattingHandler<?>> getNodeFormattingHandlers()
        Returns:
        the mapping of nodes this renderer handles to rendering function
      • getNodeClasses

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

        default char getBlockQuoteLikePrefixChar()
        Return character which compacts like block quote prefix
        Returns:
        character or NUL if none