<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    It works, hooray! Thanks!<br>
    <br>
    - Megan<br>
    <br>
    On 3/23/12 5:46 PM, Adam Sharp wrote:
    <blockquote cite="mid:6C4B918D-2E83-473C-B888-CDECF6DE752D@me.com"
      type="cite">
      <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>
        </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"
          apple-width="yes" apple-height="yes"
          src="cid:part1.03090400.04010700@techcycled.com" height="159"
          width="554"></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>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">
_______________________________________________
textmate mailing list
<a class="moz-txt-link-abbreviated" href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a>
<a class="moz-txt-link-freetext" href="http://lists.macromates.com/listinfo/textmate">http://lists.macromates.com/listinfo/textmate</a></pre>
    </blockquote>
  </body>
</html>