<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">How do I force a line break in Scribble? &nbsp;I want to have a line break after the first line in the following:<div><br class="webkit-block-placeholder"></div><div><div><font class="Apple-style-span" face="Monaco"><font class="Apple-style-span" color="#000099">@scheme[(:: "/*" (complement (:: any-string "*/" any-string)) "*/")]</font></font><font class="Apple-style-span" face="Monaco">&nbsp;</font></div><div><font class="Apple-style-span" face="Monaco">&nbsp;&nbsp;<font class="Apple-style-span" color="#669966">matches Java/C block comments. &nbsp;@scheme["/**/"], @scheme["/******/"], @scheme["/*////*/"],</font></font></div><div><font class="Apple-style-span" face="Monaco"><font class="Apple-style-span" color="#669966">&nbsp;&nbsp;@scheme["/*asg4*/"] and so on. &nbsp;It does not match @scheme["/**/*/"], @scheme["/* */ */"] and so</font></font></div><div><font class="Apple-style-span" face="Monaco"><font class="Apple-style-span" color="#669966">&nbsp;&nbsp;on. &nbsp;@scheme[(:: any-string "*/" any-string)] matches any string that has a</font></font></div><div><font class="Apple-style-span" face="Monaco"><font class="Apple-style-span" color="#669966">&nbsp;&nbsp;@scheme["*/"] in is, so @scheme[(complement (:: any-string "*/" any-string))] matches</font></font></div><div><font class="Apple-style-span" face="Monaco"><font class="Apple-style-span" color="#669966">&nbsp;&nbsp;any string without a @scheme["*/"] in it.</font></font></div></div></body></html>