Concatenates this and other with a line break in between.
Equivalent to this + Document.lineBreak + other.
this + Document.lineBreak + other
>>> Document("hello") / "world"helloworld
Convenience method. See plus.