Interface MarkdownProcessor

  • All Known Implementing Classes:
    MarkdownProcessor.Shared

    public interface MarkdownProcessor
    Markdown Processor interface
    • Method Detail

      • getName

        String getName()
        markdown processor identifier used to choose which procerror use at run-time
        Returns:
        identifier
      • processMarkdown

        String processMarkdown​(MarkdownParserContext context,
                               String content)
                        throws IOException
        translate a markdown source in the confluence wiki counterpart
        Parameters:
        context - parse context
        content - content to parse
        Returns:
        translated confluence wiki format
        Throws:
        IOException