<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,7 @@
 === Edge
 
+* Don't add hard break after preexisting &lt;br /&gt;. [Jason Garber]
+
 * Change to list attributes so you can give style/class to list items (taken from PyTextile).  Breaks backwards compatibility.
   
   Before, the style applied to the first list item applied to the entire list.  Now, class/id/style placed</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -17,6 +17,7 @@
   empty_tag = empty_tag_noactions &gt;X &gt;A %T ;
   end_tag = end_tag_noactions &gt;X &gt;A %T ;
   html_comment = (&quot;&lt;!--&quot; (default+) :&gt;&gt; &quot;--&gt;&quot;) &gt;X &gt;A %T;
+  html_break = (&quot;&lt;br&quot; space* AttrSet* (AttrEnd)? &quot;/&quot;? &quot;&gt;&quot; LF?) &gt;X &gt;A %T ;
   
   # links
   link_text_char = (default - [ &quot;&lt;&gt;]) ;
@@ -150,6 +151,7 @@
     end_tag { INLINE(block, &quot;inline_html&quot;); };
     empty_tag { INLINE(block, &quot;inline_html&quot;); };
     html_comment { INLINE(block, &quot;inline_html&quot;); };
+    html_break { INLINE(block, &quot;inline_html&quot;); };
     
     redcloth_version { INLINE(block, &quot;inline_redcloth_version&quot;); };
     </diff>
      <filename>ext/redcloth_scan/redcloth_inline.rl</filename>
    </modified>
    <modified>
      <diff>@@ -29,6 +29,21 @@ html: |-
   if you break.&lt;/li&gt;
   &lt;/ul&gt;
 ---
+name: line breaks
+desc: Explicit HTML line breaks are not double-broken
+in: |-
+  I spoke.&lt;br /&gt;
+  And none replied.
+html: |-
+  &lt;p&gt;I spoke.&lt;br /&gt;
+  And none replied.&lt;/p&gt;
+html_no_breaks: |-
+  &lt;p&gt;I spoke.&lt;br /&gt;
+  And none replied.&lt;/p&gt;
+lite_mode_html: |-
+  I spoke.&lt;br /&gt;
+  And none replied.
+---
 name: mixing of textile and XHTML
 in: |-
   &lt;img src=&quot;test.jpg&quot; alt=&quot;test&quot; /&gt;</diff>
      <filename>spec/fixtures/html.yml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dd71f06315adaa022054dd25098deab2318c2954</id>
    </parent>
  </parents>
  <author>
    <name>Jason Garber</name>
    <email>jg@jasongarber.com</email>
  </author>
  <url>http://github.com/jgarber/redcloth/commit/56bd02059fcf09c89d13fd971cf0183210286973</url>
  <id>56bd02059fcf09c89d13fd971cf0183210286973</id>
  <committed-date>2009-05-26T13:59:44-07:00</committed-date>
  <authored-date>2009-05-26T13:59:44-07:00</authored-date>
  <message>Don't add hard break after preexisting &lt;br /&gt;. [#130 state:resolved]</message>
  <tree>26a88a9d8943f5b702357fe5afbe9161f0ed9463</tree>
  <committer>
    <name>Jason Garber</name>
    <email>jg@jasongarber.com</email>
  </committer>
</commit>
