object Decorator extends Decorator
Default instance of Decorator with the standard Markdown behavior
- Alphabetic
- By Inheritance
- Decorator
- Decorator
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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
- 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
- def decorateBreak(): String
used to print out manual line breaks (default:
)used to print out manual line breaks (default:
)- Definition Classes
- Decorator
- def decorateCode(code: String): String
used to print out inline code (default:
...)used to print out inline code (default:
...)- Definition Classes
- Decorator
- 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
- 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
- def decorateEmphasis(text: String): String
used to print out emphasized text (default ...)
used to print out emphasized text (default ...)
- Definition Classes
- Decorator
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- def decorateRuler(): String
used to print a horizontal ruler defaults to "
\n"used to print a horizontal ruler defaults to "
\n"- Definition Classes
- Decorator
- def decorateStrong(text: String): String
Used to print out strong text (default: ...
Used to print out strong text (default: ...
- Definition Classes
- Decorator
- 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
- 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
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()