Interface MarkdownParserContext<N>

  • Type Parameters:
    N - specific parser node

    public interface MarkdownParserContext<N>
    • Method Detail

      • getSite

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

        Site.Page getPage()
        the current Page Model Object
        Returns:
      • notImplementedYet

        void notImplementedYet​(N node)
        Strategy to publish 'not yet implemented' condition
        Parameters:
        node -
      • getPagePrefixToApply

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

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