object Markdown
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Markdown
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class GitBucketMarkedRenderer extends Renderer with LinkConverter with RequestCache
Extends markedj Renderer for GitBucket
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
- 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 convertCheckBox(text: String, hasWritePermission: Boolean): String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def escapeTaskList(text: String): String
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def generateAnchorName(text: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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 toHtml(markdown: String, repository: RepositoryInfo, branch: String, enableWikiLink: Boolean, enableRefsLink: Boolean, enableAnchor: Boolean, enableLineBreaks: Boolean, enableTaskList: Boolean = false, hasWritePermission: Boolean = false, pages: List[String] = Nil)(implicit context: Context): String
Converts Markdown of Wiki pages to HTML.
Converts Markdown of Wiki pages to HTML.
- repository
the repository which contains the markdown
- branch
the target branch
- enableWikiLink
if true then wiki style link is available in markdown
- enableRefsLink
if true then issue reference (e.g. #123) is rendered as link
- enableAnchor
if true then anchor for headline is generated
- enableLineBreaks
if true then render line breaks as <br>
- enableTaskList
if true then task list syntax is available
- hasWritePermission
true if user has writable to ths given repository
- pages
the list of existing Wiki pages
- 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()