Packages

package code

Type Members

  1. trait CaptionsA extends AnyRef

    {|
    |+Food Complements
    |Lamb
    |Mint
    |}

    Food Complements

    Lamb

    Mint

  2. trait CaptionsB extends AnyRef

    {|
    |+See `CaptionsA` for more ideas
    |Bacon
    |Jam
    |}

    See CaptionsA for more ideas

    Bacon

    Jam

  3. trait CaptionsC extends AnyRef

    {|
    |+Just a caption
    |}

    Just a caption

  4. trait CaptionsMultilineA extends AnyRef

    {|
    |+Food
    Complements
    |Lamb
    |}

    Food Complements

    Lamb

  5. trait CaptionsMultilineB extends AnyRef

    {|
    |+Food
    for
    __Foodies__
    |Toasted Cheese Sandwich
    |}

    Food for Foodies

    Toasted Cheese Sandwich

  6. trait CaptionsOtherMarkNotActiveInCaptionLineA extends AnyRef

    {|
    |+Caption: Hi!
    !Header 1!Header 2
    |}

    Caption: Hi!

    Header 1

    Header 2

  7. trait CaptionsOtherMarkNotActiveInCaptionLineB extends AnyRef

    {|
    |+Caption: {|,|+
    !Header 1!Header 2
    |}

    Caption: {|,|+

    Header 1

    Header 2

  8. trait CaptionsWithParagraphs extends AnyRef

    {|
    |+Foo for
    
    Fooies
    |Cheesy Toast Wrap
    |}

    Foo for

    Fooies

    Cheesy Toast Wrap

  9. trait CellMarksStartCellsExceptWhenTrailing extends AnyRef

    {|
    |Penultimate Cell|Ultimate Cell|
    |}

    Penultimate Cell

    Ultimate Cell

  10. trait CellsA extends AnyRef

    {|
    |Orange
    |}

    Orange

  11. trait CellsAlternativeCellMarksA extends AnyRef

    {|
    ||row-1||
    |||row-2|||
    |}

    row-1

    row-2

  12. trait CellsAlternativeCellMarksB extends AnyRef

    {|
    |||row-1|||
    ||row-2||
    |}

    row-1

    row-2

  13. trait CellsAlternativeCellMarksC extends AnyRef

    {|
    ||row-1||
    |row-2|
    |}

    row-1

    row-2

  14. trait CellsB extends AnyRef

    {|
    |Orange
    |Apple
    |}

    Orange

    Apple

  15. trait CellsC extends AnyRef

    {|
    |Oranges __and__ Aubergines
    |Peaches `or` Pears
    |}

    Oranges and Aubergines

    Peaches or Pears

  16. trait CellsD extends AnyRef

    {|
    |Orange
    |Apple|
    |}

    Orange

    Apple

  17. trait CellsDeeperMarkA extends AnyRef

    {|
    ||A
    ||B
    |}

    A

    B

  18. trait CellsDeeperMarkA_ExplicitRowEnd extends AnyRef

    {|
    ||A
    ||B||
    |}

    A

    B

  19. trait CellsDeeperMarkB extends AnyRef

    {|
    |||C
    |}

    C

  20. trait CellsDeeperMarkB_ExplicitRowEnd extends AnyRef

    {|
    |||C|||
    |}

    C

  21. trait CellsDeeperMarkC extends AnyRef

    {|
    |A
    ||B
    |||C
    |}

    A

    B

    C

  22. trait CellsDeeperMarkC_ExplicitRowEnd extends AnyRef

    {|
    |A
    ||B
    |||C|||
    |}

    A

    B

    C

  23. trait CellsDeeperMarkD extends AnyRef

    {|
    ||Bitwise|| | ||Or||
    |||Logical||| || |||Or
    |}

    Bitwise

    |

    Or

    Logical

    ||

    Or

  24. trait CellsDeeperMarkD_ExplicitRowEnd extends AnyRef

    {|
    ||Bitwise|| | ||Or||
    |||Logical||| || |||Or|||
    |}

    Bitwise

    |

    Or

    Logical

    ||

    Or

  25. trait CellsDeeperMarkMultiLineA extends AnyRef

    {|
    ||Bitwise OR
    is |
    ||||Logical OR
    is ||.||||
    |||Logical OR
    is || and
    logical AND is &&
    |Logical NOT
    is !
    |}

    Bitwise OR is |

    Logical OR is ||.

    Logical OR is || and logical AND is &&

    Logical NOT is !

  26. trait CellsDeeperMarkMultiLineA_ExplicitRowEnd extends AnyRef

    {|
    ||Bitwise OR
    is |
    ||||Logical OR
    is ||.||||
    |||Logical OR
    is || and
    logical AND is &&
    |Logical NOT
    is !|
    |}

    Bitwise OR is |

    Logical OR is ||.

    Logical OR is || and logical AND is &&

    Logical NOT is !

  27. trait CellsDeeperMarkMultiLineA_Simplified extends AnyRef

    {|
    |||P
    is
    Q
    |R
    x
    |}

    P is Q

    R x

  28. trait CellsDeeperMarkMultiLineA_Simplified_ExplicitRowEnd extends AnyRef

    {|
    |||P
    is
    Q
    |R
    x|
    |}

    P is Q

    R x

  29. trait CellsE extends AnyRef

    {|
    |Oranges __and__ Aubergines
    |Peaches `or` Pears|
    |}

    Oranges and Aubergines

    Peaches or Pears

  30. trait CellsEmptySingleCellRow extends AnyRef

    {|
    |+If you want that have it, there'll be no judging.
    |
    |}

    If you want that have it, there'll be no judging.

  31. trait CellsInferredNewRowTwoCellsA extends AnyRef

    {|
    |Orange
    |Apple|
    |Bread
    |Pie|
    |Butter
    |Ice cream|
    |}

    Orange

    Apple

    Bread

    Pie

    Butter

    Ice cream

  32. trait CellsInferredNewRowTwoCellsB extends AnyRef

    {|
    |Orange|Apple|
    |Bread|Pie|
    |Butter|Ice cream|
    |}

    Orange

    Apple

    Bread

    Pie

    Butter

    Ice cream

  33. trait CellsMarkerRecalculatedAfterInferredNewRow extends AnyRef

    {|
    |A
    |B|C|
    || D|D || E|E || F|F ||
    |}

    A

    B

    C

    D|D

    E|E

    F|F

  34. trait CellsMinimalCellMarks extends AnyRef

    {|
    |row-1|
    |row-2|
    |}

    row-1

    row-2

  35. trait CellsMultiLineA extends AnyRef

    {|
    |Oranges and
    Tangerines
    |}

    Oranges and Tangerines

  36. trait CellsMultiLineB extends AnyRef

    {|
    |Oranges and
    Tangerines
    |Transistors
    |Falcon,
    Eagle __and__
    `Goose`
    |}

    Oranges and Tangerines

    Transistors

    Falcon, Eagle and Goose

  37. trait CellsParagraphsA extends AnyRef

    {|
    |Paragraph 1
    
    Paragraph 2
    |}

    Paragraph 1

    Paragraph 2

  38. trait CellsParagraphsB extends AnyRef

    {|
    |Paragraph 1
    
    and paragraph 2
    |p1
    
    p2
    
    p3
    
    
    |t1,
    t2 __and__
    
    
    `t3`
    |Line 1
    with line 2 part of the same paragraph
    
    But line 3 is a new paragraph.
    |}

    Paragraph 1

    and paragraph 2

    p1

    p2

    p3

    t1, t2 and

    t3

    Line 1 with line 2 part of the same paragraph

    But line 3 is a new paragraph.

  39. trait CellsSameLineA extends AnyRef

    {|
    |Orange|Apple|more
    |}

    Orange

    Apple

    more

  40. trait CellsSameLineAExplicitRowEnd extends AnyRef

    {|
    |Orange|Apple|more|
    |}

    Orange

    Apple

    more

  41. trait CellsSameLineB extends AnyRef

    {|
    ||Bitwise|| | ||Or
    |}

    Bitwise

    |

    Or

  42. trait CellsSameLineBExplicitRowEnd extends AnyRef

    {|
    ||Bitwise|| | ||Or||
    |}

    Bitwise

    |

    Or

  43. trait CellsUsingHeaderMarkdown extends AnyRef

    {|
    |A!|B!!
    ||!||!!
    |}

    A!

    B!!

    !

    !!

  44. trait CodeMarkdownNotYetParsed extends AnyRef

    {|
    |
    {{​{
      val a = b
    }}​}
    |}

    {{{ val a = b }}}

  45. trait CombinedA extends AnyRef

    {|
    |+Liberation Day
    !Item
    !Price
    |Rookworst
    |15|
    |Apple Sauce
    |5
    |}

    Liberation Day

    Item

    Price

    Rookworst

    15

    Apple Sauce

    5

  46. trait CombinedB extends AnyRef

    {|
    |+Captain Caption
    !A !B !C is a
    '''multiline''' ''header''!
    |Hi!|Welcome to row 1|Cell
    `3` is cool...|
    || Row Two begins! || and continues
    |for a bit|
    |It's going to be so beautiful!|So very so!||
    ||I, for one, welcome our new _|tabular|_ overlords
    ||||||||||ten||||||||||<a href="tttt">link</a>
    |}

    Captain Caption

    A

    B

    C is a multiline header

    Hi!

    Welcome to row 1

    Cell 3 is cool...

    Row Two begins!

    and continues

    for a bit

    It's going to be so beautiful!

    So very so!

    I, for one, welcome our new _|tabular|_ overlords

    ten

    link

  47. trait CombinedB_ExplicitRowEnd extends AnyRef

    {|
    |+Captain Caption
    !A !B !C is a
    '''multiline''' ''header''!
    |Hi!|Welcome to row 1|Cell
    `3` is cool...|
    || Row Two begins! || and continues
    |for a bit|
    |It's going to be so beautiful!|So very so!||
    ||I, for one, welcome our new _|tabular|_ overlords
    ||||||||||ten||||||||||<a href="tttt">link</a>||||||||||
    |}

    Captain Caption

    A

    B

    C is a multiline header

    Hi!

    Welcome to row 1

    Cell 3 is cool...

    Row Two begins!

    and continues

    for a bit

    It's going to be so beautiful!

    So very so!

    I, for one, welcome our new _|tabular|_ overlords

    ten

    link

  48. trait CombinedB_ExplicitRowEnd_Simplified extends AnyRef

    {|
    ||A||BB
    |CCC|
    |D4|E5||
    |overlords|ten|link|
    |}

    A

    BB

    CCC

    D4

    E5

    overlords

    ten

    link

  49. trait Empty extends AnyRef

    {|
    |}
  50. trait EmptyContentLines extends AnyRef

    {|
    |1
    a
    
    2
    
    3|4|5
    
    and more
    |}

    1 a

    2

    3

    4

    5

    and more

  51. trait EmptyContentLinesTrailing extends AnyRef

    {|
    |1
    
    |2
    
    
    |}

    1

    2

  52. trait EmptyFinalCellFollowedByNonCellMarkA extends AnyRef

    {|
    |Make Scaladoc Great Again!|||
    |}

    Make Scaladoc Great Again!

  53. trait EmptyFinalCellFollowedByNonCellMarkB extends AnyRef

    {|
    |A|||
    ||Two is the delimiter of this content||"*"||||
    |}

    A

    Two is the delimiter of this content

    "*"

  54. trait HeaderMarksStartHeadersExceptWhenTrailing extends AnyRef

    {|
    !Antepenultimate Header!Penultimate Header!Ultimate Header!
    |}

    Antepenultimate Header

    Penultimate Header

    Ultimate Header

  55. trait HeadersA extends AnyRef

    {|
    !Amount
    |}

    Amount

  56. trait HeadersA_ExplicitRowEnd extends AnyRef

    {|
    !Amount!
    |}

    Amount

  57. trait HeadersB extends AnyRef

    {|
    !Amount
    !Cost
    |}

    Amount

    Cost

  58. trait HeadersB_ExplicitRowEnd extends AnyRef

    {|
    !Amount
    !Cost!
    |}

    Amount

    Cost

  59. trait HeadersDeeperMarkA extends AnyRef

    {|
    !!A
    !!B
    |}

    A

    B

  60. trait HeadersDeeperMarkA_ExplicitRowEnd extends AnyRef

    {|
    !!A
    !!B!!
    |}

    A

    B

  61. trait HeadersDeeperMarkB extends AnyRef

    {|
    !!!C
    |}

    C

  62. trait HeadersDeeperMarkB_ExplicitRowEnd extends AnyRef

    {|
    !!!C!!!
    |}

    C

  63. trait HeadersDeeperMarkC extends AnyRef

    {|
    !A
    !!B
    !!!C
    |}

    A

    B

    C

  64. trait HeadersDeeperMarkC_ExplicitRowEnd extends AnyRef

    {|
    !A
    !!B
    !!!C!!!
    |}

    A

    B

    C

  65. trait HeadersDeeperMarkMultiLineA extends AnyRef

    {|
    !A
    a
    !!B
    b
    b
    !!!C
    c
    c
    |}

    A a

    B b b

    C c c

  66. trait HeadersDeeperMarkMultiLineA__ExplicitRowEnd extends AnyRef

    {|
    !A
    a
    !!B
    b
    b
    !!!C
    c
    c!!!
    |}

    A a

    B b b

    C c c

  67. trait HeadersMultiLineA extends AnyRef

    {|
    !Fruits,
    Beverages and
    Vegetables
    |}

    Fruits, Beverages and Vegetables

  68. trait HeadersMultiLineA_ExplicitRowEnd extends AnyRef

    {|
    !Fruits,
    Beverages and
    Vegetables!
    |}

    Fruits, Beverages and Vegetables

  69. trait HeadersMultiLineB extends AnyRef

    {|
    !Fruits,
    Beverages and
    Vegetables
    !Semiconductors
    !''Raptors'',
    and Poultry
    |}

    Fruits, Beverages and Vegetables

    Semiconductors

    Raptors, and Poultry

  70. trait HeadersMultiLineB_ExplicitRowEnd extends AnyRef

    {|
    !Fruits,
    Beverages and
    Vegetables
    !Semiconductors
    !''Raptors'',
    and Poultry!
    |}

    Fruits, Beverages and Vegetables

    Semiconductors

    Raptors, and Poultry

  71. trait HeadersParagraphs extends AnyRef

    {|
    !Para 1 has
    three
    lines.
    
    Para ^2^ has ,,styled,, text.
    !a b
    
    c d
    
    e f
    
    
    
    
    z
    
    
    |}

    Para 1 has three lines.

    Para 2 has styled text.

    a b

    c d

    e f

    z

  72. trait HeadersSameLineA extends AnyRef

    {|
    !Fruits!Semiconductors!Raptors
    |}

    Fruits

    Semiconductors

    Raptors

  73. trait HeadersSameLineA_ExplicitRowEnd extends AnyRef

    {|
    !Fruits!Semiconductors!Raptors!
    |}

    Fruits

    Semiconductors

    Raptors

  74. trait HeadersSameLineB extends AnyRef

    {|
    !!Wow! !! ! !!n!/
    |}

    Wow!

    !

    n!/

  75. trait HeadersSameLineB_ExplicitRowEnd extends AnyRef

    {|
    !!Wow! !! ! !!n!/!!
    |}

    Wow!

    !

    n!/

  76. trait HeadersUsingCellMarkdown extends AnyRef

    {|
    !A|!B||
    !!|!!||
    |}

    A|

    B||

    |

    ||

  77. trait LeadingWhitespaceNotYetSkipped extends AnyRef

    {|
     |+Leading
      whitespace before marks
       !!Not Yet Skipped!!Maybe TO DO
       |-
       |A
          |B
    |}

    Leading whitespace before marks !!Not Yet Skipped!!Maybe TO DO |- |A |B

  78. trait MultipleTables extends AnyRef

    {|
    |Ant
    |}
    {|
    |Bee
    |}
    
    {|
    |Cricket
    |}

    Ant

    Bee

    Cricket

  79. trait NonCellMarkNotActiveInCellsLine extends AnyRef

    {|
    || |+Caption || |-Row || {|Start || |}End || !Header
    |}

    |+Caption

    |-Row

    {|Start

    |}End

    !Header

  80. trait NonHeaderMarkNotActiveInHeadersLine extends AnyRef

    {|
    ! |+Caption ! |-Row ! {|Start ! |}End ! |Cell
    |}

    |+Caption

    |-Row

    {|Start

    |}End

    |Cell

  81. trait OpenTrailingCellAndCellTerminatorIsRedefined extends AnyRef

    {|
    |Plum
    ||Fig|||Cherry|||
    |}

    Plum

    Fig

    |Cherry

    |

  82. trait ParaEnded extends AnyRef

    Summary
    
    Paragraph text should end here.
    {|
    |nuttiest
    |}

    Summary

    Paragraph text should end here.

    nuttiest

  83. trait TrailingCellsEmpty extends AnyRef

    {|
    |Plum||
    ||Fig||||
    |||Cherry||||||
    |}

    Plum

    Fig

    Cherry

Ungrouped