Changeset 269

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

Let footnotes be anchored with the same number the user specified (a break from Textile 2).

Files:
1 modified

Legend:

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

    r267 r269  
    248248  fn1. The footnote. 
    249249html: |- 
    250   <p>A footnote reference<sup class="footnote"><a href="#fn1216642796463b1223ae29d">1</a></sup>.</p> 
    251   <p class="footnote" id="fn1216642796463b1223ae29d"><sup>1</sup> The footnote.</p> 
     250  <p>A footnote reference<sup class="footnote"><a href="#fn1">1</a></sup>.</p> 
     251  <p class="footnote" id="fn1"><sup>1</sup> The footnote.</p> 
    252252--- 
    253253name: block code 
     
    750750  <p>A close<img src="/img.gif" alt="" />image.<br /> 
    751751  A tight<a href="http://thresholdstate.com/">text</a>link.<br /> 
    752   A <a href="http://thresholdstate.com/">footnoted link</a><sup class="footnote"><a href="#fn1216642796463b1223ae29d">1</a></sup>.</p> 
     752  A <a href="http://thresholdstate.com/">footnoted link</a><sup class="footnote"><a href="#fn1">1</a></sup>.</p>