o

pamflet

PamfletDiscounter

object PamfletDiscounter extends Discounter with MutableFencedDiscounter with SmartyDiscounter with IdentifiedHeaders with Html5Imgs

Linear Supertypes
Html5Imgs, IdentifiedHeaders, SmartyDiscounter, MutableFencedDiscounter, FencedDiscounter, XHTMLWriter, Discounter, TextWriter, ChunkStreamFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PamfletDiscounter
  2. Html5Imgs
  3. IdentifiedHeaders
  4. SmartyDiscounter
  5. MutableFencedDiscounter
  6. FencedDiscounter
  7. XHTMLWriter
  8. Discounter
  9. TextWriter
  10. ChunkStreamFactory
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 blockToText(block: Block)(implicit writer: Writer): Unit
    Definition Classes
    TextWriter
  6. def blockToXHTML: (Block) => Node
    Definition Classes
    FencedDiscounter → XHTMLWriter
  7. def blockquoteToXHTML: (Seq[Block]) => Node
    Definition Classes
    XHTMLWriter
  8. def blocksToText(blocks: Seq[Block])(implicit writer: Writer): Unit
    Definition Classes
    TextWriter
  9. lazy val chunkParser: ChunkParser
    Definition Classes
    ChunkStreamFactory
  10. def clearFencePlugins(): Unit
    Definition Classes
    MutableFencedDiscounter
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def codeSpanToXHTML: (String) => Node
    Definition Classes
    XHTMLWriter
  13. def codeToXHTML: (Text) => Node
    Definition Classes
    XHTMLWriter
  14. def createChunkStream(reader: Reader[Char]): Stream[(Chunk, Position)]
    Definition Classes
    ChunkStreamFactory
  15. def createChunkStream(str: String): Stream[(Chunk, Position)]
    Definition Classes
    ChunkStreamFactory
  16. def createSpanConverter(linkDefinitions: Seq[LinkDefinitionChunk]): SpanConverter with SmartySpanConverter
    Definition Classes
    SmartyDiscounter → Discounter
  17. def emphasisToXHTML: (Seq[Span]) => Node
    Definition Classes
    XHTMLWriter
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. def escapeURL(url: String): Node
    Definition Classes
    XHTMLWriter
  21. val escapeableChars: List[String]
    Definition Classes
    XHTMLWriter
  22. def fencePlugins: List[FencePlugin]

    List of FencePlugin

    List of FencePlugin

    Definition Classes
    MutableFencedDiscounterFencedDiscounter
  23. def fencedChunkToBlock(language: Option[String], content: String, position: Position, list: ListBuffer[Block]): Block
    Definition Classes
    FencedDiscounter
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def headerText(spans: Seq[Span]): String
    Definition Classes
    IdentifiedHeaders
  28. def headerToXHTML: (Int, Seq[Span]) => Node
    Definition Classes
    IdentifiedHeaders → XHTMLWriter
  29. def hrXHTML: Node
    Definition Classes
    XHTMLWriter
  30. def htmlBlockToXHTML: (String) => Node
    Definition Classes
    XHTMLWriter
  31. def htmlSpanToXHTML: (String) => Node
    Definition Classes
    XHTMLWriter
  32. def imageLinkToXHTML: (Seq[Span], String, Option[String]) => Node
    Definition Classes
    Html5Imgs
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def knockoff(source: CharSequence): Seq[Block]
    Definition Classes
    Discounter
  35. def knockoffWithPlugins(source: CharSequence, ps: List[FencePlugin]): Seq[Block]
    Definition Classes
    MutableFencedDiscounter
  36. def liToXHTML: (Seq[Block]) => Node
    Definition Classes
    XHTMLWriter
  37. def linkToXHTML: (Seq[Span], String, Option[String]) => Node
    Definition Classes
    XHTMLWriter
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. def newChunkParser: ChunkParser
    Definition Classes
    FencedDiscounter → ChunkStreamFactory
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. def notifyBeginLanguage(): Unit
    Definition Classes
    FencedDiscounter
  43. def notifyBeginPage(): Unit
    Definition Classes
    FencedDiscounter
  44. def olToXHTML: (Seq[Block]) => Node
    Definition Classes
    XHTMLWriter
  45. def paragraphToXHTML: (Seq[Span]) => Node
    Definition Classes
    XHTMLWriter
  46. def registerFencedPlugin(p: FencePlugin): Unit
    Definition Classes
    MutableFencedDiscounter
  47. def spanToText(span: Span)(implicit writer: Writer): Unit
    Definition Classes
    TextWriter
  48. def spanToXHTML: (Span) => Node
    Definition Classes
    XHTMLWriter
  49. def strongToXHTML: (Seq[Span]) => Node
    Definition Classes
    XHTMLWriter
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def textToXHTML: (String) => Node
    Definition Classes
    XHTMLWriter
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. def toText(blocks: Seq[Block]): String
    Definition Classes
    TextWriter
  54. def toXHTML(blocks: Seq[Block]): Node
    Definition Classes
    XHTMLWriter
  55. def toXML(blocks: Seq[Block]): Node
    Definition Classes
    XHTMLWriter
  56. def ulToXHTML: (Seq[Block]) => Node
    Definition Classes
    XHTMLWriter
  57. def unescape(source: String): String
    Definition Classes
    XHTMLWriter
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Html5Imgs

Inherited from IdentifiedHeaders

Inherited from SmartyDiscounter

Inherited from FencedDiscounter

Inherited from XHTMLWriter

Inherited from Discounter

Inherited from TextWriter

Inherited from ChunkStreamFactory

Inherited from AnyRef

Inherited from Any

Ungrouped