Class HtmlRendererOptions


  • public class HtmlRendererOptions
    extends java.lang.Object
    • Field Detail

      • softBreak

        @NotNull
        public final java.lang.String softBreak
      • isSoftBreakAllSpaces

        public final boolean isSoftBreakAllSpaces
      • hardBreak

        @NotNull
        public final java.lang.String hardBreak
      • strongEmphasisStyleHtmlOpen

        @Nullable
        public final java.lang.String strongEmphasisStyleHtmlOpen
      • strongEmphasisStyleHtmlClose

        @Nullable
        public final java.lang.String strongEmphasisStyleHtmlClose
      • emphasisStyleHtmlOpen

        @Nullable
        public final java.lang.String emphasisStyleHtmlOpen
      • emphasisStyleHtmlClose

        @Nullable
        public final java.lang.String emphasisStyleHtmlClose
      • codeStyleHtmlOpen

        @Nullable
        public final java.lang.String codeStyleHtmlOpen
      • codeStyleHtmlClose

        @Nullable
        public final java.lang.String codeStyleHtmlClose
      • escapeHtmlBlocks

        public final boolean escapeHtmlBlocks
      • escapeHtmlCommentBlocks

        public final boolean escapeHtmlCommentBlocks
      • escapeInlineHtml

        public final boolean escapeInlineHtml
      • escapeInlineHtmlComments

        public final boolean escapeInlineHtmlComments
      • percentEncodeUrls

        public final boolean percentEncodeUrls
      • indentSize

        public final int indentSize
      • suppressHtmlBlocks

        public final boolean suppressHtmlBlocks
      • suppressHtmlCommentBlocks

        public final boolean suppressHtmlCommentBlocks
      • suppressInlineHtml

        public final boolean suppressInlineHtml
      • suppressInlineHtmlComments

        public final boolean suppressInlineHtmlComments
      • doNotRenderLinksInDocument

        public final boolean doNotRenderLinksInDocument
      • renderHeaderId

        public final boolean renderHeaderId
      • generateHeaderIds

        public final boolean generateHeaderIds
      • languageClassPrefix

        @NotNull
        public final java.lang.String languageClassPrefix
      • languageClassMap

        @NotNull
        public final java.util.HashMap<java.lang.String,​java.lang.String> languageClassMap
      • languageDelimiters

        @NotNull
        public final java.lang.String languageDelimiters
      • languageDelimiterSet

        public final CharPredicate languageDelimiterSet
      • noLanguageClass

        @NotNull
        public final java.lang.String noLanguageClass
      • sourcePositionAttribute

        @NotNull
        public final java.lang.String sourcePositionAttribute
      • inlineCodeSpliceClass

        @Nullable
        public final java.lang.String inlineCodeSpliceClass
      • sourcePositionParagraphLines

        public final boolean sourcePositionParagraphLines
      • sourceWrapHtmlBlocks

        public final boolean sourceWrapHtmlBlocks
      • formatFlags

        public final int formatFlags
      • maxTrailingBlankLines

        public final int maxTrailingBlankLines
      • maxBlankLines

        public final int maxBlankLines
      • htmlBlockOpenTagEol

        public final boolean htmlBlockOpenTagEol
      • htmlBlockCloseTagEol

        public final boolean htmlBlockCloseTagEol
      • unescapeHtmlEntities

        public final boolean unescapeHtmlEntities
      • noPTagsUseBr

        public final boolean noPTagsUseBr
      • autolinkWwwPrefix

        @NotNull
        public final java.lang.String autolinkWwwPrefix
      • suppressedLinks

        @Nullable
        public final java.util.regex.Pattern suppressedLinks
    • Constructor Detail

      • HtmlRendererOptions

        public HtmlRendererOptions​(DataHolder options)