Class Markdown


  • public class Markdown
    extends java.lang.Object
    The Markdown implements a reader based on Markdown. The Reader starts from a file an includes referenced files to create a single huge Markdown file.
    • Constructor Summary

      Constructors 
      Constructor Description
      Markdown()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Book parse​(java.lang.String text)
      Constructs an instance of Markdown.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Markdown

        public Markdown()
    • Method Detail

      • parse

        public static Book parse​(java.lang.String text)
                          throws java.io.IOException
        Constructs an instance of Markdown.
        Parameters:
        text -
        Throws:
        java.io.IOException