Module md.grammar

Interface Documentation

    • Method Detail

      • getDocumentation

        String getDocumentation()
        Return the contents
        Returns:
        documentation
      • getFormat

        String getFormat()
        Returns the format of the documentation. This corresponds to infostring of a fenced code block, as defined by the markdown specification. Originally, it was the name of a programming language to support syntax-specific highlighting. However, it has been extended to support various encodings, such as XML. In some cases, it may map to a media type.
        Returns:
        the format of documentation