object Decorator extends Decorator

Default instance of Decorator with the standard Markdown behavior

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Decorator
  2. Decorator
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def allowVerbatimXml(): Boolean

    If true, inline xml tags and verbatim xml blocks are allowed, otherwise they are escaped and included as plain text

    If true, inline xml tags and verbatim xml blocks are allowed, otherwise they are escaped and included as plain text

    Definition Classes
    Decorator
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def decorateBlockQuoteClose(): String

    used to print the end of a blockquote, defaults to "\n"

    used to print the end of a blockquote, defaults to "\n"

    Definition Classes
    Decorator
  8. def decorateBlockQuoteOpen(): String

    used to print the beginning of a blockquote, defaults to "

    "

    used to print the beginning of a blockquote, defaults to "

    "

    Definition Classes
    Decorator
  9. def decorateBreak(): String

    used to print out manual line breaks (default:
    )

    used to print out manual line breaks (default:
    )

    Definition Classes
    Decorator
  10. def decorateCode(code: String): String

    used to print out inline code (default: ...)

    used to print out inline code (default: ...)

    Definition Classes
    Decorator
  11. def decorateCodeBlockClose(): String

    used to print the end of a code block, defaults to " \n" used to print the end of a code block, defaults to "

    used to print the end of a code block, defaults to " \n" used to print the end of a code block, defaults to "

    Definition Classes
    Decorator
  12. def decorateCodeBlockOpen(): String

    used to print the beginning of a code block, defaults to "

    "

    used to print the beginning of a code block, defaults to "

    "

    Definition Classes
    Decorator
  13. def decorateEmphasis(text: String): String

    used to print out emphasized text (default ...)

    used to print out emphasized text (default ...)

    Definition Classes
    Decorator
  14. def decorateHeaderClose(headerNo: Int): String

    used to print the end of a header, defaults to "</h[headerNo]\n>"

    used to print the end of a header, defaults to "</h[headerNo]\n>"

    Definition Classes
    Decorator
  15. def decorateHeaderOpen(headerNo: Int): String

    used to print the beginning of a header, defaults to "<h[headerNo]>"

    used to print the beginning of a header, defaults to "<h[headerNo]>"

    Definition Classes
    Decorator
  16. def decorateImg(alt: String, src: String, title: Option[String]): String

    Used to print image elements (default: <img ...)

    Used to print image elements (default: <img ...)

    Definition Classes
    Decorator
  17. def decorateItemClose(): String

    used to print the end of a list item, defaults to ""

    used to print the end of a list item, defaults to ""

    Definition Classes
    Decorator
  18. def decorateItemOpen(): String

    used to print the beginning of a list item, defaults to "

    used to print the beginning of a list item, defaults to "

    • "
    Definition Classes
    Decorator
  19. def decorateLink(text: String, url: String, title: Option[String]): String

    Used to print link elements (default: <a href...)

    Used to print link elements (default: <a href...)

    Definition Classes
    Decorator
  20. def decorateOListClose(): String

    used to print the end of an ordered list, defaults to \n

    used to print the end of an ordered list, defaults to \n

    Definition Classes
    Decorator
  21. def decorateOListOpen(): String

    used to print the beginning of an ordered list, defaults to \n

    used to print the beginning of an ordered list, defaults to \n

    Definition Classes
    Decorator
  22. def decorateParagraphClose(): String

    used to print the end of a paragraph, defaults to "\n"

    used to print the end of a paragraph, defaults to "\n"

    Definition Classes
    Decorator
  23. def decorateParagraphOpen(): String

    used to print the beginning of a paragraph, defaults to "

    used to print the beginning of a paragraph, defaults to "

    "

    Definition Classes
    Decorator
  24. def decorateRuler(): String

    used to print a horizontal ruler defaults to "


    \n"

    used to print a horizontal ruler defaults to "


    \n"

    Definition Classes
    Decorator
  25. def decorateStrong(text: String): String

    Used to print out strong text (default: ...

    Used to print out strong text (default: ...

    Definition Classes
    Decorator
  26. def decorateUListClose(): String

    used to print the end of an unordered list, defaults to "\n"

    used to print the end of an unordered list, defaults to "\n"

    Definition Classes
    Decorator
  27. def decorateUListOpen(): String

    used to print the beginning of an unordered list, defaults to "\n"

    used to print the beginning of an unordered list, defaults to "\n"

    Definition Classes
    Decorator
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  30. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  33. def indentation(): String

    The string used to ident one level.

    The string used to ident one level. Defaults to the empty string

    Definition Classes
    Decorator
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Decorator

Inherited from AnyRef

Inherited from Any

Ungrouped