pamflet

PamfletDiscounter

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

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

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def blockToText(block: Block)(implicit writer: Writer): Unit

    Definition Classes
    TextWriter
  8. def blockToXHTML: (Block) ⇒ Node

    Definition Classes
    FencedDiscounter → XHTMLWriter
  9. def blockquoteToXHTML: (Seq[Block]) ⇒ Node

    Definition Classes
    XHTMLWriter
  10. def blocksToText(blocks: Seq[Block])(implicit writer: Writer): Unit

    Definition Classes
    TextWriter
  11. lazy val chunkParser: ChunkParser

    Definition Classes
    ChunkStreamFactory
  12. def clearFencePlugins(): Unit

    Definition Classes
    MutableFencedDiscounter
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def codeSpanToXHTML: (String) ⇒ Node

    Definition Classes
    XHTMLWriter
  15. def codeToXHTML: (Text) ⇒ Node

    Definition Classes
    XHTMLWriter
  16. def createChunkStream(reader: Reader[Char]): Stream[(Chunk, Position)]

    Definition Classes
    ChunkStreamFactory
  17. def createChunkStream(str: String): Stream[(Chunk, Position)]

    Definition Classes
    ChunkStreamFactory
  18. def createSpanConverter(linkDefinitions: Seq[LinkDefinitionChunk]): SpanConverter with SmartySpanConverter

    Definition Classes
    SmartyDiscounter → Discounter
  19. def emphasisToXHTML: (Seq[Span]) ⇒ Node

    Definition Classes
    XHTMLWriter
  20. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  22. def escapeURL(url: String): Node

    Definition Classes
    XHTMLWriter
  23. val escapeableChars: List[String]

    Definition Classes
    XHTMLWriter
  24. def fencePlugins: List[FencePlugin]

    List of FencePlugin

    List of FencePlugin

    Definition Classes
    MutableFencedDiscounterFencedDiscounter
  25. def fencedChunkToBlock(language: Option[String], content: String, position: Position, list: ListBuffer[Block]): Block

    Definition Classes
    FencedDiscounter
  26. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  28. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  29. def headerText(spans: Seq[Span]): String

    Definition Classes
    IdentifiedHeaders
  30. def headerToXHTML: (Int, Seq[Span]) ⇒ Node

    Definition Classes
    IdentifiedHeaders → XHTMLWriter
  31. def hrXHTML: Node

    Definition Classes
    XHTMLWriter
  32. def htmlBlockToXHTML: (String) ⇒ Node

    Definition Classes
    XHTMLWriter
  33. def htmlSpanToXHTML: (String) ⇒ Node

    Definition Classes
    XHTMLWriter
  34. def imageLinkToXHTML: (Seq[Span], String, Option[String]) ⇒ Node

    Definition Classes
    Html5Imgs → XHTMLWriter
  35. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  36. def knockoff(source: CharSequence): Seq[Block]

    Definition Classes
    Discounter
  37. def knockoffWithPlugins(source: CharSequence, ps: List[FencePlugin]): Seq[Block]

    Definition Classes
    MutableFencedDiscounter
  38. def liToXHTML: (Seq[Block]) ⇒ Node

    Definition Classes
    XHTMLWriter
  39. def linkToXHTML: (Seq[Span], String, Option[String]) ⇒ Node

    Definition Classes
    XHTMLWriter
  40. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  41. def newChunkParser: ChunkParser

    Definition Classes
    FencedDiscounter → ChunkStreamFactory
  42. final def notify(): Unit

    Definition Classes
    AnyRef
  43. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  44. def notifyBeginLanguage(): Unit

    Definition Classes
    FencedDiscounter
  45. def notifyBeginPage(): Unit

    Definition Classes
    FencedDiscounter
  46. def olToXHTML: (Seq[Block]) ⇒ Node

    Definition Classes
    XHTMLWriter
  47. def paragraphToXHTML: (Seq[Span]) ⇒ Node

    Definition Classes
    XHTMLWriter
  48. def registerFencedPlugin(p: FencePlugin): Unit

    Definition Classes
    MutableFencedDiscounter
  49. def spanToText(span: Span)(implicit writer: Writer): Unit

    Definition Classes
    TextWriter
  50. def spanToXHTML: (Span) ⇒ Node

    Definition Classes
    XHTMLWriter
  51. def strongToXHTML: (Seq[Span]) ⇒ Node

    Definition Classes
    XHTMLWriter
  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  53. def textToXHTML: (String) ⇒ Node

    Definition Classes
    XHTMLWriter
  54. def toString(): String

    Definition Classes
    AnyRef → Any
  55. def toText(blocks: Seq[Block]): String

    Definition Classes
    TextWriter
  56. def toXHTML(blocks: Seq[Block]): Node

    Definition Classes
    XHTMLWriter
  57. def toXML(blocks: Seq[Block]): Node

    Definition Classes
    XHTMLWriter
  58. def ulToXHTML: (Seq[Block]) ⇒ Node

    Definition Classes
    XHTMLWriter
  59. def unescape(source: String): String

    Definition Classes
    XHTMLWriter
  60. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Html5Imgs

Inherited from IdentifiedHeaders

Inherited from SmartyDiscounter

Inherited from MutableFencedDiscounter

Inherited from FencedDiscounter

Inherited from Discounter

Inherited from TextWriter

Inherited from XHTMLWriter

Inherited from ChunkStreamFactory

Inherited from AnyRef

Inherited from Any

Ungrouped