Changeset 271

Show
Ignore:
Timestamp:
03/15/2008 06:52:58 (5 months ago)
Author:
jgarber
Message:

Don't wrap a div tag + text in a paragraph tag (a break from Textile 2).
And with that, my friends, all 392 tests pass for the first time in SRC's history.

Files:
1 modified

Legend:

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

    r270 r271  
    433433desc: Paragraphs that are only partly enclosed in block tags will be enclosed in <p>...</p> tags. 
    434434in: <div>inside</div> and outside. 
    435 html: <p><div>inside</div> and outside.</p> 
     435html: <div>inside</div> <p>and outside.</p> 
     436# html: <p><div>inside</div> and outside.</p> 
    436437--- 
    437438name: complex xhtml blocks