Class MarkdownProcessorDebugger.MarkdownRenderer

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static com.vladsch.flexmark.parser.Parser parser  
      protected static com.vladsch.flexmark.html.HtmlRenderer renderer  
    • Constructor Summary

      Constructors 
      Constructor Description
      MarkdownRenderer​(java.nio.ByteBuffer byteBuffer)  
    • Method Summary

      Modifier and Type Method Description
      java.nio.ByteBuffer apply​(TargetPathView targetPathView)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Field Detail

      • parser

        protected static final com.vladsch.flexmark.parser.Parser parser
      • renderer

        protected static final com.vladsch.flexmark.html.HtmlRenderer renderer
    • Constructor Detail

      • MarkdownRenderer

        public MarkdownRenderer​(java.nio.ByteBuffer byteBuffer)
    • Method Detail

      • apply

        public java.nio.ByteBuffer apply​(TargetPathView targetPathView)
        Specified by:
        apply in interface java.util.function.Function<TargetPathView,​java.nio.ByteBuffer>