<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div bgcolor="#FFFFFF" text="#000000">On 3/19/12 12:09 PM, Megan Nix Nissen wrote:
    </div><br><div bgcolor="#FFFFFF" text="#000000"><blockquote type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      I have tried everything mentioned in this thread and still cannot
      get soft-wrap to work in markdown files on indented lines. Really,
      everything. Soft-wrap works for lists, headers, and regular
      (un-indented) lines. It is definitely enabled in the View menu.
      Please advise.<br></blockquote><blockquote cite="mid:4F678472.7080206@techcycled.com" type="cite"></blockquote></div></div><br><div>I'm assuming this is what you're after:</div><div><br></div><div><img id="44b9e671-350e-4e61-b5ce-1f854d32284f" height="159" width="554" apple-width="yes" apple-height="yes" src="cid:3F9FC73D-E7FB-42DD-BCDF-C03F3FC6ED67"></div><div><br></div><div>I achieved that with the following:</div><div><br></div><div>1. In the Text bundle > Settings > Raw, change "{ softWrap = :false; }" to "{ softWrap = :true; }".</div><div>2. Add the following Settings item to the Markdown bundle, scoped to markup.raw.block.markdown:</div><div><br></div><div><div>{<span class="Apple-tab-span" style="white-space:pre">    </span>indentedSoftWrap = {</div><div><span class="Apple-tab-span" style="white-space:pre">         </span>format = '${0/\S/ /g}';</div><div><span class="Apple-tab-span" style="white-space:pre">              </span>match = '\A\s+';</div><div><span class="Apple-tab-span" style="white-space:pre">     </span>};</div><div>}</div></div><div><br></div><div>Call it something like "Indented Soft Wrap: Raw Block".</div><div><br></div><div>Hope that helps,</div><div><br></div><div>Adam</div></body></html>