Builder.softbreak

The HTML to use for rendering a softbreak, defaults to {@code "\n"} (meaning the rendered result doesn't have a line break). <p> Set it to {@code "<br>"} (or {@code "<br />"} to make them hard breaks. <p> Set it to {@code " "} to ignore line wrapping in the source.

@param softbreak HTML for softbreak @return {@code this}

class Builder
softbreak
(
string softbreak
)

Meta