Changeset 270

Show
Ignore:
Timestamp:
03/15/2008 06:50:09 (8 months ago)
Author:
jgarber
Message:

Don't wrap <notextile> pseudo-tags in paragraph tags (a break from Tetxile 2).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/superredcloth/test/threshold.yml

    r269 r270  
    250250  <p>A footnote reference<sup class="footnote"><a href="#fn1">1</a></sup>.</p> 
    251251  <p class="footnote" id="fn1"><sup>1</sup> The footnote.</p> 
     252# html: |- 
     253#   <p>A footnote reference<sup class="footnote"><a href="#fn1216642796463b1223ae29d">1</a></sup>.</p> 
     254#   <p class="footnote" id="fn1216642796463b1223ae29d"><sup>1</sup> The footnote.</p> 
    252255--- 
    253256name: block code 
     
    483486  </notextile> 
    484487html: |- 
    485   <p> 
     488   
    486489  p. Leave me alone 
    487   </p> 
     490# html: |- 
     491#   <p> 
     492#   p. Leave me alone 
     493#   </p> 
    488494note: This syntax is supported for backwards compatibility only, and doesn’t always work as expected. The block modifier notextile. should be used instead. 
    489495--- 
     
    751757  A tight<a href="http://thresholdstate.com/">text</a>link.<br /> 
    752758  A <a href="http://thresholdstate.com/">footnoted link</a><sup class="footnote"><a href="#fn1">1</a></sup>.</p> 
     759# html: |- 
     760#   <p>A close<img src="/img.gif" alt="" />image.<br /> 
     761#   A tight<a href="http://thresholdstate.com/">text</a>link.<br /> 
     762#   A <a href="http://thresholdstate.com/">footnoted link</a><sup class="footnote"><a href="#fn1216642796463b1223ae29d">1</a></sup>.</p>