Interface MarkdownParserContext


  • public interface MarkdownParserContext
    • Method Detail

      • isSkipHtml

        boolean isSkipHtml()
        skip html tag parsing
        Returns:
        true|false
      • getSite

        default Optional<Site> getSite()
        The Site Model Object
        Returns:
        site object. nullable
      • getPage

        default Optional<Site.Page> getPage()
        the current Page Model Object
        Returns:
        Page Model Object
      • getPagePrefixToApply

        default Optional<String> getPagePrefixToApply()
        the page prefix to apply
        Returns:
        page prefix to apply. nullable
      • isLinkPrefixEnabled

        default boolean isLinkPrefixEnabled()
        indicates whether the prefix ${page.title} should be added or not
        Returns:
        use the prefix