c

com.novocode.ornate.commonmark

MathSyntaxParserExtension

class MathSyntaxParserExtension extends ParserExtension with Logging

Linear Supertypes
Logging, ParserExtension, org.commonmark.Extension, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MathSyntaxParserExtension
  2. Logging
  3. ParserExtension
  4. Extension
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MathSyntaxParserExtension(co: ConfiguredObject, pageConfig: Config)

Type Members

  1. class MathBlockParserFactory extends AbstractBlockParserFactory

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. val dollarBlock: String
  7. val dollarFenced: String
  8. val dollarInline: String
  9. val dollarInlineCode: String
  10. val doubleBackslash: String
  11. def encodeAsHtml(s: String, lang: String): String
  12. def encodeInline(s: String): String

    Encode inline math sequences into intermediate inline HTML.

  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def extend(builder: Builder): Unit
    Definition Classes
    MathSyntaxParserExtension → ParserExtension
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. val htmlPrefix: String
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def logTime[T](msg: String)(f: ⇒ T): T
    Definition Classes
    Logging
  22. val logger: Logger
    Definition Classes
    Logging
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def processInline(s: String, dollarInline: String, singleBackslash: String, doubleBackslash: String): Seq[AnyRef]
  27. val singleBackslash: String
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Logging

Inherited from ParserExtension

Inherited from org.commonmark.Extension

Inherited from AnyRef

Inherited from Any

Ungrouped