[DRE-commits] [ruby-org] 222/303: Updates examples in accordance with the previous commit.

Jérémy Bobbio lunar at alioth.debian.org
Fri Aug 9 17:34:01 UTC 2013


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository ruby-org.

commit 671f858b14e1a4611515d5f3efb346594e6d37fb
Author: vonavi <ivvl82 at gmail.com>
Date:   Fri Jan 11 16:15:52 2013 +0300

    Updates examples in accordance with the previous commit.
---
 .../advanced-code-coderay.html                     |   66 +-
 .../advanced-code-no-color.html                    |   33 +-
 .../advanced-code-pygments.html                    |   66 +-
 .../code-coderay.html                              |    3 +-
 .../code-no-color.html                             |    9 +-
 .../code-pygments.html                             |    9 +-
 .../src-code-list-coderay.html                     |   12 +-
 .../src-code-list-no-color.html                    |   12 +-
 .../src-code-list-pygments.html                    |   15 +-
 spec/html_examples/advanced-lists.html             |   72 +-
 spec/html_examples/block_code.html                 |   21 +-
 spec/html_examples/blockcomment.html               |    9 +-
 spec/html_examples/blockquote.html                 |   15 +-
 spec/html_examples/center.html                     |   12 +-
 spec/html_examples/code-comment.html               |    6 +-
 spec/html_examples/code-lists.html                 |   81 +-
 spec/html_examples/comment-trees.html              |   12 +-
 spec/html_examples/custom-seq-todo.html            |   39 +-
 spec/html_examples/custom-todo.html                |   39 +-
 spec/html_examples/custom-typ-todo.html            |   39 +-
 spec/html_examples/deflist.html                    |    9 +-
 spec/html_examples/emphasis.html                   |  969 +++++++-------------
 spec/html_examples/entities.html                   |   12 +-
 spec/html_examples/export-exclude-only.html        |   39 +-
 spec/html_examples/export-keywords.html            |   12 +-
 spec/html_examples/export-tags.html                |   24 +-
 spec/html_examples/export-title.html               |    6 +-
 spec/html_examples/footnotes.html                  |   12 +-
 spec/html_examples/horizontal_rule.html            |    9 +-
 spec/html_examples/html-literal.html               |    6 +-
 spec/html_examples/inline-formatting.html          |   57 +-
 spec/html_examples/inline-images.html              |   24 +-
 spec/html_examples/link-features.html              |   48 +-
 spec/html_examples/lists.html                      |   51 +-
 spec/html_examples/metadata-comment.html           |    6 +-
 spec/html_examples/only-list.html                  |    9 +-
 spec/html_examples/only-table.html                 |   12 +-
 spec/html_examples/properties_drawer.html          |   21 +-
 spec/html_examples/skip-header.html                |    9 +-
 spec/html_examples/skip-table.html                 |   12 +-
 spec/html_examples/subsupscript-nil.html           |    9 +-
 spec/html_examples/subsupscript.html               |    9 +-
 spec/html_examples/tables.html                     |   87 +-
 spec/html_examples/text.html                       |    6 +-
 spec/textile_examples/block_code.textile           |    5 +-
 45 files changed, 678 insertions(+), 1355 deletions(-)

diff --git a/spec/html_code_syntax_highlight_examples/advanced-code-coderay.html b/spec/html_code_syntax_highlight_examples/advanced-code-coderay.html
index b2818e4..9232eae 100644
--- a/spec/html_code_syntax_highlight_examples/advanced-code-coderay.html
+++ b/spec/html_code_syntax_highlight_examples/advanced-code-coderay.html
@@ -1,11 +1,7 @@
-<p class="title">advanced-code-coderay.org
-</p>
-<p>Turns out there’s more way to do code than just BEGIN_EXAMPLE.
-</p>
-<h1><span class="heading-number heading-number-1">1 </span>Inline examples
-</h1>
-<p>This should work:
-</p>
+<p class="title">advanced-code-coderay.org</p>
+<p>Turns out there’s more way to do code than just BEGIN_EXAMPLE.</p>
+<h1><span class="heading-number heading-number-1">1 </span>Inline examples</h1>
+<p>This should work:</p>
 <pre class="example">
   fixed width? how does this work?   
                         ...........
@@ -17,12 +13,9 @@
                            .  .
                            ....
 </pre>
-<p>Two ASCII blobs.
-</p>
-<h1><span class="heading-number heading-number-1">2 </span>BEGIN_SRC
-</h1>
-<p>And this:
-</p>
+<p>Two ASCII blobs.</p>
+<h1><span class="heading-number heading-number-1">2 </span>BEGIN_SRC</h1>
+<p>And this:</p>
 <pre class="src src-ruby">
     <span style="color:#777"># Finds all emphasis matches in a string.</span>
     <span style="color:#777"># Supply a block that will get the marker and body as parameters.</span>
@@ -32,8 +25,7 @@
       <span style="color:#080;font-weight:bold">end</span>
     <span style="color:#080;font-weight:bold">end</span>
 </pre>
-<p>Now let’s test case-insensitive code blocks.
-</p>
+<p>Now let’s test case-insensitive code blocks.</p>
 <pre class="src src-ruby">
     <span style="color:#777"># Finds all emphasis matches in a string.</span>
     <span style="color:#777"># Supply a block that will get the marker and body as parameters.</span>
@@ -53,18 +45,15 @@
 user> (<span style="color:#080;font-weight:bold">take</span> <span style="color:#00D">20</span> fib-seq)
 (<span style="color:#00D">0</span> <span style="color:#00D">1</span> <span style="color:#00D">1</span> <span style="color:#00D">2</span> <span style="color:#00D">3</span> <span style="color:#00D">5</span> <span style="color:#00D">8</span> <span style="color:#00D">13</span> <span style="color:#00D">21</span> <span style="color:#00D">34</span> <span style="color:#00D">55</span> <span style="color:#00D">89</span> <span style="color:#00D">144</span> <span style="color:#00D">233</span> <span  [...]
 </pre>
-<p>Even if no language is set, it is still wrapped in code tags but class is empty.
-</p>
+<p>Even if no language is set, it is still wrapped in code tags but class is empty.</p>
 <pre class="src">
 echo 'Defaults env_keeps="http_proxy https_proxy ftp_proxy"' | sudo tee -a /etc/sudoers
 </pre>
-<h1><span class="heading-number heading-number-1">3 </span>It should be possible to write a colon at the beginning of an example
-</h1>
+<h1><span class="heading-number heading-number-1">3 </span>It should be possible to write a colon at the beginning of an example</h1>
 <blockquote>
   <p>I really love to write about
 :symbols. They sure are the
-best things in the world!
-  </p>
+best things in the world!</p>
 </blockquote>
 <pre class="src src-ruby">
 {
@@ -80,15 +69,12 @@ best things in the world!
                  <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">"</span><span style="color:#D20">1.0-SNAPSHOT</span><span style="color:#710">"</span></span>]]
 <span style="color:#A60">:main</span> helloworld)
 </pre>
-<h1><span class="heading-number heading-number-1">4 </span>Code syntax highlight with Coderay
-</h1>
-<h2><span class="heading-number heading-number-2">4.1 </span>No language selected
-</h2>
+<h1><span class="heading-number heading-number-1">4 </span>Code syntax highlight with Coderay</h1>
+<h2><span class="heading-number heading-number-2">4.1 </span>No language selected</h2>
 <pre class="src">
 Nothing to see here
 </pre>
-<h2><span class="heading-number heading-number-2">4.2 </span>CSS example
-</h2>
+<h2><span class="heading-number heading-number-2">4.2 </span>CSS example</h2>
 <pre class="src src-css">
  <span style="color:#339;font-weight:bold">*</span> {
   <span style="color:#777">/* apply a natural box layout model to all elements */</span>
@@ -97,8 +83,7 @@ Nothing to see here
   <span style="color:#606">-webkit-box-sizing</span>: <span style="color:#088">border-box</span>; 
  }
 </pre>
-<h2><span class="heading-number heading-number-2">4.3 </span>HTML example
-</h2>
+<h2><span class="heading-number heading-number-2">4.3 </span>HTML example</h2>
 <pre class="src src-html">
 <span style="color:#070"><html></span>
   <span style="color:#070"><head></span>
@@ -109,8 +94,7 @@ Nothing to see here
   <span style="color:#070"></body></span>
 <span style="color:#070"></html></span>
 </pre>
-<h2><span class="heading-number heading-number-2">4.4 </span>Ruby example
-</h2>
+<h2><span class="heading-number heading-number-2">4.4 </span>Ruby example</h2>
 <pre class="src src-ruby">
 <span style="color:#080;font-weight:bold">class</span> <span style="color:#B06;font-weight:bold">Post</span> << <span style="color:#036;font-weight:bold">ActiveRecord</span>::<span style="color:#036;font-weight:bold">Base</span>
   <span style="color:#080;font-weight:bold">def</span> <span style="color:#06B;font-weight:bold">print_title</span>
@@ -118,16 +102,14 @@ Nothing to see here
   <span style="color:#080;font-weight:bold">end</span>
 <span style="color:#080;font-weight:bold">end</span>
 </pre>
-<h2><span class="heading-number heading-number-2">4.5 </span>Python example
-</h2>
+<h2><span class="heading-number heading-number-2">4.5 </span>Python example</h2>
 <pre class="src src-python">
 <span style="color:#080;font-weight:bold">import</span> <span style="color:#B44;font-weight:bold">mapnik</span>
 
 m = mapnik.Map(<span style="color:#00D">600</span>, <span style="color:#00D">800</span>)
 m.background = Map.Color(<span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">'</span><span style="color:#D20">steelblue</span><span style="color:#710">'</span></span>)
 </pre>
-<h2><span class="heading-number heading-number-2">4.6 </span>Javascript example
-</h2>
+<h2><span class="heading-number heading-number-2">4.6 </span>Javascript example</h2>
 <pre class="src src-javascript">
 exports = <span style="color:#963">this</span>;
 
@@ -141,29 +123,25 @@ Posts.<span style="color:#06B;font-weight:bold">index</span> = <span style="colo
 
 })(jQuery);
 </pre>
-<h2><span class="heading-number heading-number-2">4.7 </span>JSON example
-</h2>
+<h2><span class="heading-number heading-number-2">4.7 </span>JSON example</h2>
 <pre class="src src-json">
 { <span style="color:#F00;background-color:#FAA">n</span><span style="color:#F00;background-color:#FAA">a</span><span style="color:#F00;background-color:#FAA">m</span><span style="color:#F00;background-color:#FAA">e</span>: <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">"</span><span style="color:#D20">Waldemar</span><span style="color:#710">"</span></span>
 , <span style="color:#F00;background-color:#FAA">s</span><span style="color:#F00;background-color:#FAA">u</span><span style="color:#F00;background-color:#FAA">r</span><span style="color:#F00;background-color:#FAA">n</span><span style="color:#F00;background-color:#FAA">a</span><span style="color:#F00;background-color:#FAA">m</span><span style="color:#F00;background-color:#FAA">e</span>: <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">"</span><span style= [...]
 }
 </pre>
-<h2><span class="heading-number heading-number-2">4.8 </span>PHP example
-</h2>
+<h2><span class="heading-number heading-number-2">4.8 </span>PHP example</h2>
 <pre class="src src-php">
 <span style="color:#369;font-weight:bold">echo</span> <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">"</span><span style="color:#D20">Hello</span><span style="color:#710">"</span></span>;
 <span style="color:#369;font-weight:bold">phpinfo</span>();
 <span style="color:#369;font-weight:bold">var_dump</span>(some_var);
 </pre>
-<h2><span class="heading-number heading-number-2">4.9 </span>Elisp example
-</h2>
+<h2><span class="heading-number heading-number-2">4.9 </span>Elisp example</h2>
 <pre class="src src-emacs-lisp">
 (defun hello()
   (interactive)
   (message "hello"))
 </pre>
-<h2><span class="heading-number heading-number-2">4.10 </span>Not supported language example
-</h2>
+<h2><span class="heading-number heading-number-2">4.10 </span>Not supported language example</h2>
 <pre class="src src-notsupported">
 !+!+++!++!++!++!+
 </pre>
diff --git a/spec/html_code_syntax_highlight_examples/advanced-code-no-color.html b/spec/html_code_syntax_highlight_examples/advanced-code-no-color.html
index 3b730ef..7f12f95 100644
--- a/spec/html_code_syntax_highlight_examples/advanced-code-no-color.html
+++ b/spec/html_code_syntax_highlight_examples/advanced-code-no-color.html
@@ -1,11 +1,7 @@
-<p class="title">advanced-code.org
-</p>
-<p>Turns out there’s more way to do code than just BEGIN_EXAMPLE.
-</p>
-<h1><span class="heading-number heading-number-1">1 </span>Inline examples
-</h1>
-<p>This should work:
-</p>
+<p class="title">advanced-code.org</p>
+<p>Turns out there’s more way to do code than just BEGIN_EXAMPLE.</p>
+<h1><span class="heading-number heading-number-1">1 </span>Inline examples</h1>
+<p>This should work:</p>
 <pre class="example">
   fixed width? how does this work?   
                         ...........
@@ -17,12 +13,9 @@
                            .  .
                            ....
 </pre>
-<p>Two ASCII blobs.
-</p>
-<h1><span class="heading-number heading-number-1">2 </span>BEGIN_SRC
-</h1>
-<p>And this:
-</p>
+<p>Two ASCII blobs.</p>
+<h1><span class="heading-number heading-number-1">2 </span>BEGIN_SRC</h1>
+<p>And this:</p>
 <pre class="src src-ruby">
     # Finds all emphasis matches in a string.
     # Supply a block that will get the marker and body as parameters.
@@ -32,8 +25,7 @@
       end
     end
 </pre>
-<p>Now let’s test case-insensitive code blocks.
-</p>
+<p>Now let’s test case-insensitive code blocks.</p>
 <pre class="src src-ruby">
     # Finds all emphasis matches in a string.
     # Supply a block that will get the marker and body as parameters.
@@ -53,18 +45,15 @@
 user> (take 20 fib-seq)
 (0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987 1597 2584 4181)
 </pre>
-<p>Even if no language is set, it is still wrapped in code tags but class is empty.
-</p>
+<p>Even if no language is set, it is still wrapped in code tags but class is empty.</p>
 <pre class="src">
 echo 'Defaults env_keeps="http_proxy https_proxy ftp_proxy"' | sudo tee -a /etc/sudoers
 </pre>
-<h1><span class="heading-number heading-number-1">3 </span>It should be possible to write a colon at the beginning of an example
-</h1>
+<h1><span class="heading-number heading-number-1">3 </span>It should be possible to write a colon at the beginning of an example</h1>
 <blockquote>
   <p>I really love to write about
 :symbols. They sure are the
-best things in the world!
-  </p>
+best things in the world!</p>
 </blockquote>
 <pre class="src src-ruby">
 {
diff --git a/spec/html_code_syntax_highlight_examples/advanced-code-pygments.html b/spec/html_code_syntax_highlight_examples/advanced-code-pygments.html
index 2dcfc23..6f5dab3 100644
--- a/spec/html_code_syntax_highlight_examples/advanced-code-pygments.html
+++ b/spec/html_code_syntax_highlight_examples/advanced-code-pygments.html
@@ -1,11 +1,7 @@
-<p class="title">advanced-code.org
-</p>
-<p>Turns out there’s more way to do code than just BEGIN_EXAMPLE.
-</p>
-<h1><span class="heading-number heading-number-1">1 </span>Inline examples
-</h1>
-<p>This should work:
-</p>
+<p class="title">advanced-code.org</p>
+<p>Turns out there’s more way to do code than just BEGIN_EXAMPLE.</p>
+<h1><span class="heading-number heading-number-1">1 </span>Inline examples</h1>
+<p>This should work:</p>
 <pre class="example">
   fixed width? how does this work?   
                         ...........
@@ -17,12 +13,9 @@
                            .  .
                            ....
 </pre>
-<p>Two ASCII blobs.
-</p>
-<h1><span class="heading-number heading-number-1">2 </span>BEGIN_SRC
-</h1>
-<p>And this:
-</p>
+<p>Two ASCII blobs.</p>
+<h1><span class="heading-number heading-number-1">2 </span>BEGIN_SRC</h1>
+<p>And this:</p>
 <div class="highlight"><pre>    <span class="c1"># Finds all emphasis matches in a string.</span>
     <span class="c1"># Supply a block that will get the marker and body as parameters.</span>
     <span class="k">def</span> <span class="nf">match_all</span><span class="p">(</span><span class="n">str</span><span class="p">)</span>
@@ -31,8 +24,7 @@
       <span class="k">end</span>
     <span class="k">end</span>
 </pre></div>
-<p>Now let’s test case-insensitive code blocks.
-</p>
+<p>Now let’s test case-insensitive code blocks.</p>
 <div class="highlight"><pre>    <span class="c1"># Finds all emphasis matches in a string.</span>
     <span class="c1"># Supply a block that will get the marker and body as parameters.</span>
     <span class="k">def</span> <span class="nf">match_all</span><span class="p">(</span><span class="n">str</span><span class="p">)</span>
@@ -50,17 +42,14 @@
 <span class="nv">user></span> <span class="p">(</span><span class="nb">take </span><span class="mi">20</span> <span class="nv">fib-seq</span><span class="p">)</span>
 <span class="p">(</span><span class="mi">0</span> <span class="mi">1</span> <span class="mi">1</span> <span class="mi">2</span> <span class="mi">3</span> <span class="mi">5</span> <span class="mi">8</span> <span class="mi">13</span> <span class="mi">21</span> <span class="mi">34</span> <span class="mi">55</span> <span class="mi">89</span> <span class="mi">144</span> <span class="mi">233</span> <span class="mi">377</span> <span class="mi">610</span> <span class="mi">987</span> <span class [...]
 </pre></div>
-<p>Even if no language is set, it is still wrapped in code tags but class is empty.
-</p>
+<p>Even if no language is set, it is still wrapped in code tags but class is empty.</p>
 <div class="highlight"><pre>echo 'Defaults env_keeps="http_proxy https_proxy ftp_proxy"' | sudo tee -a /etc/sudoers
 </pre></div>
-<h1><span class="heading-number heading-number-1">3 </span>It should be possible to write a colon at the beginning of an example
-</h1>
+<h1><span class="heading-number heading-number-1">3 </span>It should be possible to write a colon at the beginning of an example</h1>
 <blockquote>
   <p>I really love to write about
 :symbols. They sure are the
-best things in the world!
-  </p>
+best things in the world!</p>
 </blockquote>
 <div class="highlight"><pre><span class="p">{</span>
 <span class="ss">:one</span> <span class="o">=></span> <span class="mi">1</span><span class="p">,</span>
@@ -74,14 +63,11 @@ best things in the world!
                  <span class="s">"1.0-SNAPSHOT"</span><span class="p">]]</span>
 <span class="ss">:main</span> <span class="nv">helloworld</span><span class="p">)</span>
 </pre></div>
-<h1><span class="heading-number heading-number-1">4 </span>Code syntax highlight with Pygments
-</h1>
-<h2><span class="heading-number heading-number-2">4.1 </span>No language selected
-</h2>
+<h1><span class="heading-number heading-number-1">4 </span>Code syntax highlight with Pygments</h1>
+<h2><span class="heading-number heading-number-2">4.1 </span>No language selected</h2>
 <div class="highlight"><pre><script>alert('hello world')</script>
 </pre></div>
-<h2><span class="heading-number heading-number-2">4.2 </span>CSS example
-</h2>
+<h2><span class="heading-number heading-number-2">4.2 </span>CSS example</h2>
 <div class="highlight"><pre> <span class="o">*</span> <span class="p">{</span>
   <span class="c">/* apply a natural box layout model to all elements */</span>
   <span class="n">box</span><span class="o">-</span><span class="n">sizing</span><span class="o">:</span> <span class="k">border</span><span class="o">-</span><span class="n">box</span><span class="p">;</span> 
@@ -89,8 +75,7 @@ best things in the world!
   <span class="o">-</span><span class="n">webkit</span><span class="o">-</span><span class="n">box</span><span class="o">-</span><span class="n">sizing</span><span class="o">:</span> <span class="k">border</span><span class="o">-</span><span class="n">box</span><span class="p">;</span> 
  <span class="p">}</span>
 </pre></div>
-<h2><span class="heading-number heading-number-2">4.3 </span>HTML example
-</h2>
+<h2><span class="heading-number heading-number-2">4.3 </span>HTML example</h2>
 <div class="highlight"><pre><span class="nt"><html></span>
   <span class="nt"><head></span>
     <span class="nt"><title></span>Hello<span class="nt"></title></span>
@@ -100,23 +85,20 @@ best things in the world!
   <span class="nt"></body></span>
 <span class="nt"></html></span>
 </pre></div>
-<h2><span class="heading-number heading-number-2">4.4 </span>Ruby example
-</h2>
+<h2><span class="heading-number heading-number-2">4.4 </span>Ruby example</h2>
 <div class="highlight"><pre><span class="k">class</span> <span class="nc">Post</span> <span class="o"><<</span> <span class="ss">ActiveRecord</span><span class="p">:</span><span class="ss">:Base</span>
   <span class="k">def</span> <span class="nf">print_title</span>
     <span class="nb">puts</span> <span class="s2">"</span><span class="si">#{</span><span class="nb">self</span><span class="o">.</span><span class="n">title</span><span class="si">}</span><span class="s2">"</span>
   <span class="k">end</span>
 <span class="k">end</span>
 </pre></div>
-<h2><span class="heading-number heading-number-2">4.5 </span>Python example
-</h2>
+<h2><span class="heading-number heading-number-2">4.5 </span>Python example</h2>
 <div class="highlight"><pre><span class="kn">import</span> <span class="nn">mapnik</span>
 
 <span class="n">m</span> <span class="o">=</span> <span class="n">mapnik</span><span class="o">.</span><span class="n">Map</span><span class="p">(</span><span class="mi">600</span><span class="p">,</span> <span class="mi">800</span><span class="p">)</span>
 <span class="n">m</span><span class="o">.</span><span class="n">background</span> <span class="o">=</span> <span class="n">Map</span><span class="o">.</span><span class="n">Color</span><span class="p">(</span><span class="s">'steelblue'</span><span class="p">)</span>
 </pre></div>
-<h2><span class="heading-number heading-number-2">4.6 </span>Javascript example
-</h2>
+<h2><span class="heading-number heading-number-2">4.6 </span>Javascript example</h2>
 <div class="highlight"><pre><span class="nx">exports</span> <span class="o">=</span> <span class="k">this</span><span class="p">;</span>
 
 <span class="p">(</span><span class="kd">function</span><span class="p">(</span><span class="nx">$</span><span class="p">){</span>
@@ -129,25 +111,21 @@ best things in the world!
 
 <span class="p">})(</span><span class="nx">jQuery</span><span class="p">);</span>
 </pre></div>
-<h2><span class="heading-number heading-number-2">4.7 </span>JSON example
-</h2>
+<h2><span class="heading-number heading-number-2">4.7 </span>JSON example</h2>
 <div class="highlight"><pre><span class="p">{</span> <span class="err">name:</span> <span class="nt">"Waldemar"</span>
 <span class="p">,</span> <span class="err">surname:</span> <span class="nt">"Quevedo"</span>
 <span class="p">}</span>
 </pre></div>
-<h2><span class="heading-number heading-number-2">4.8 </span>PHP example
-</h2>
+<h2><span class="heading-number heading-number-2">4.8 </span>PHP example</h2>
 <div class="highlight"><pre><span class="x">echo "Hello";</span>
 <span class="x">phpinfo();</span>
 <span class="x">var_dump(some_var);</span>
 </pre></div>
-<h2><span class="heading-number heading-number-2">4.9 </span>Elisp example
-</h2>
+<h2><span class="heading-number heading-number-2">4.9 </span>Elisp example</h2>
 <div class="highlight"><pre><span class="p">(</span><span class="nf">defun</span> <span class="nv">hello</span><span class="p">()</span>
   <span class="p">(</span><span class="nf">interactive</span><span class="p">)</span>
   <span class="p">(</span><span class="nf">message</span> <span class="s">"hello"</span><span class="p">))</span>
 </pre></div>
-<h2><span class="heading-number heading-number-2">4.10 </span>Not supported language example
-</h2>
+<h2><span class="heading-number heading-number-2">4.10 </span>Not supported language example</h2>
 <div class="highlight"><pre>!+!+++!++!++!++!+
 </pre></div>
diff --git a/spec/html_code_syntax_highlight_examples/code-coderay.html b/spec/html_code_syntax_highlight_examples/code-coderay.html
index 33d1bec..609c6b0 100644
--- a/spec/html_code_syntax_highlight_examples/code-coderay.html
+++ b/spec/html_code_syntax_highlight_examples/code-coderay.html
@@ -1,5 +1,4 @@
-<h1 class="title">Simple Code Syntax highlighting test
-</h1>
+<h1 class="title">Simple Code Syntax highlighting test</h1>
 <pre class="src src-ruby">
 <span style="color:#080;font-weight:bold">class</span> <span style="color:#B06;font-weight:bold">Coderay</span>
   <span style="color:#080;font-weight:bold">class</span> << <span style="color:#B06;font-weight:bold">self</span>
diff --git a/spec/html_code_syntax_highlight_examples/code-no-color.html b/spec/html_code_syntax_highlight_examples/code-no-color.html
index 7d52ece..c622b8d 100644
--- a/spec/html_code_syntax_highlight_examples/code-no-color.html
+++ b/spec/html_code_syntax_highlight_examples/code-no-color.html
@@ -1,5 +1,4 @@
-<h1 class="title">Simple Code Syntax highlighting test
-</h1>
+<h1 class="title">Simple Code Syntax highlighting test</h1>
 <pre class="src src-ruby">
 class Pygments
   class << self
@@ -12,15 +11,13 @@ EOF
   end
 end
 </pre>
-<p>Now using EXAMPLE blocks instead:
-</p>
+<p>Now using EXAMPLE blocks instead:</p>
 <pre class="example">
 def hello()
   puts "hello"
 end
 </pre>
-<p>Small case should work as well:
-</p>
+<p>Small case should work as well:</p>
 <pre class="example">
 class Hello
   def say
diff --git a/spec/html_code_syntax_highlight_examples/code-pygments.html b/spec/html_code_syntax_highlight_examples/code-pygments.html
index 804cb80..0b88ce8 100644
--- a/spec/html_code_syntax_highlight_examples/code-pygments.html
+++ b/spec/html_code_syntax_highlight_examples/code-pygments.html
@@ -1,5 +1,4 @@
-<h1 class="title">Simple Code Syntax highlighting test
-</h1>
+<h1 class="title">Simple Code Syntax highlighting test</h1>
 <div class="highlight"><pre><span class="k">class</span> <span class="nc">Pygments</span>
   <span class="k">class</span> <span class="o"><<</span> <span class="nb">self</span>
     <span class="k">def</span> <span class="nf">colorize</span>
@@ -11,15 +10,13 @@
   <span class="k">end</span>
 <span class="k">end</span>
 </pre></div>
-<p>Now using EXAMPLE blocks instead:
-</p>
+<p>Now using EXAMPLE blocks instead:</p>
 <pre class="example">
 def hello()
   puts "hello"
 end
 </pre>
-<p>Small case should work as well:
-</p>
+<p>Small case should work as well:</p>
 <pre class="example">
 class Hello
   def say
diff --git a/spec/html_code_syntax_highlight_examples/src-code-list-coderay.html b/spec/html_code_syntax_highlight_examples/src-code-list-coderay.html
index 9ddd20b..19df669 100644
--- a/spec/html_code_syntax_highlight_examples/src-code-list-coderay.html
+++ b/spec/html_code_syntax_highlight_examples/src-code-list-coderay.html
@@ -1,5 +1,4 @@
-<h1 class="title">begin src in lists should work
-</h1>
+<h1 class="title">begin src in lists should work</h1>
 <ul>
   <li>Foo
     <pre class="src src-ruby">
@@ -14,18 +13,15 @@
     <pre class="src src-ruby">
     puts <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">"</span><span style="color:#D20">This should not get lumped into the above line Example</span><span style="color:#710">"</span></span>
     </pre>
-    <p>A paragraph should go here.
-    </p>
+    <p>A paragraph should go here.</p>
     <ul>
       <li>A sublist goes here with another example
         <pre class="src src-sh">
       echo "Hello"
         </pre>
-        <p>And this is a paragraph
-        </p>
+        <p>And this is a paragraph</p>
       </li>
     </ul>
   </li>
-  <li>Hello
-  </li>
+  <li>Hello</li>
 </ul>
diff --git a/spec/html_code_syntax_highlight_examples/src-code-list-no-color.html b/spec/html_code_syntax_highlight_examples/src-code-list-no-color.html
index 78b8756..d54d472 100644
--- a/spec/html_code_syntax_highlight_examples/src-code-list-no-color.html
+++ b/spec/html_code_syntax_highlight_examples/src-code-list-no-color.html
@@ -1,5 +1,4 @@
-<h1 class="title">begin src in lists should work
-</h1>
+<h1 class="title">begin src in lists should work</h1>
 <ul>
   <li>Foo
     <pre class="src src-ruby">
@@ -14,18 +13,15 @@
     <pre class="src src-ruby">
     puts "This should not get lumped into the above line Example"
     </pre>
-    <p>A paragraph should go here.
-    </p>
+    <p>A paragraph should go here.</p>
     <ul>
       <li>A sublist goes here with another example
         <pre class="src src-sh">
       echo "Hello"
         </pre>
-        <p>And this is a paragraph
-        </p>
+        <p>And this is a paragraph</p>
       </li>
     </ul>
   </li>
-  <li>Hello
-  </li>
+  <li>Hello</li>
 </ul>
diff --git a/spec/html_code_syntax_highlight_examples/src-code-list-pygments.html b/spec/html_code_syntax_highlight_examples/src-code-list-pygments.html
index b9100f1..3a55684 100644
--- a/spec/html_code_syntax_highlight_examples/src-code-list-pygments.html
+++ b/spec/html_code_syntax_highlight_examples/src-code-list-pygments.html
@@ -1,5 +1,4 @@
-<h1 class="title">begin src in lists should work
-</h1>
+<h1 class="title">begin src in lists should work</h1>
 <ul>
   <li>Foo
 <div class="highlight"><pre>    <span class="k">class</span> <span class="nc">Hello</span>
@@ -7,22 +6,18 @@
         <span class="nb">puts</span> <span class="s1">'cheers'</span>
       <span class="k">end</span>
     <span class="k">end</span>
-</pre></div>
-  </li>
+</pre></div></li>
   <li>Bar
 <div class="highlight"><pre>    <span class="nb">puts</span> <span class="s2">"This should not get lumped into the above line Example"</span>
 </pre></div>
-    <p>A paragraph should go here.
-    </p>
+    <p>A paragraph should go here.</p>
     <ul>
       <li>A sublist goes here with another example
 <div class="highlight"><pre>      <span class="nb">echo</span> <span class="s2">"Hello"</span>
 </pre></div>
-        <p>And this is a paragraph
-        </p>
+        <p>And this is a paragraph</p>
       </li>
     </ul>
   </li>
-  <li>Hello
-  </li>
+  <li>Hello</li>
 </ul>
diff --git a/spec/html_examples/advanced-lists.html b/spec/html_examples/advanced-lists.html
index 873b916..f8c99e1 100644
--- a/spec/html_examples/advanced-lists.html
+++ b/spec/html_examples/advanced-lists.html
@@ -1,85 +1,61 @@
-<p class="title">Advanced Lists
-</p>
-<p><code>org-ruby</code> supports the following list features of <code>org-mode</code>:
-</p>
-<h1>Nested lists
-</h1>
+<p class="title">Advanced Lists</p>
+<p><code>org-ruby</code> supports the following list features of <code>org-mode</code>:</p>
+<h1>Nested lists</h1>
 <ul>
-  <li>You can have nested lists
-  </li>
+  <li>You can have nested lists</li>
   <li>This is first-level
     <ul>
-      <li>This is a nested item
-      </li>
-      <li>This is another nested item
-      </li>
+      <li>This is a nested item</li>
+      <li>This is another nested item</li>
     </ul>
   </li>
-  <li>Back to the first level
-  </li>
+  <li>Back to the first level</li>
   <li>Another first level item
     <ol>
-      <li>This is a numbered list nested within the unordered list
-      </li>
-      <li>This is another numbered item
-      </li>
+      <li>This is a numbered list nested within the unordered list</li>
+      <li>This is another numbered item</li>
     </ol>
   </li>
 </ul>
 <p>Note the list ends just some more text. Make sure both list blocks
-are closed.
-</p>
-<h1>Multi-paragraph list items
-</h1>
-<p>This list will end with the end-of-file. Make sure all blocks are closed.
-</p>
+are closed.</p>
+<h1>Multi-paragraph list items</h1>
+<p>This list will end with the end-of-file. Make sure all blocks are closed.</p>
 <ul>
-  <li>This is a list item
-  </li>
+  <li>This is a list item</li>
   <li>This list item has multiple paragraphs.
-    <p>This is paragraph two.
-    </p>
-    <p>And paragraph three.
-    </p>
+    <p>This is paragraph two.</p>
+    <p>And paragraph three.</p>
   </li>
   <li>Back to a list item.
     <ul>
-      <li>Nested, just for grins!
-      </li>
-      <li>woo hoo!
-      </li>
+      <li>Nested, just for grins!</li>
+      <li>woo hoo!</li>
     </ul>
   </li>
 </ul>
-<h1>Hyphen, Plus and Asterisk can be used to create lists
-</h1>
+<h1>Hyphen, Plus and Asterisk can be used to create lists</h1>
 <ul>
   <li>One
     <ul>
       <li>uno
         <ul>
-          <li>ichi
-          </li>
+          <li>ichi</li>
         </ul>
       </li>
-      <li>uno
-      </li>
+      <li>uno</li>
     </ul>
   </li>
   <li>Two
     <ul>
       <li>dos
         <ul>
-          <li>ni
-          </li>
-          <li>ni
-          </li>
+          <li>ni</li>
+          <li>ni</li>
         </ul>
       </li>
     </ul>
   </li>
-  <li>Three
-  </li>
-  <li>Four
-  </li>
+  <li>Three</li>
+  <li>Four</li>
 </ul>
diff --git a/spec/html_examples/block_code.html b/spec/html_examples/block_code.html
index e8e25c7..6230355 100644
--- a/spec/html_examples/block_code.html
+++ b/spec/html_examples/block_code.html
@@ -1,8 +1,6 @@
-<h1 class="title">Block Code
-</h1>
+<h1 class="title">Block Code</h1>
 <p>I need to get block code examples working. In <code>orgmode</code>, they look
-like this:
-</p>
+like this:</p>
 <pre class="example">
 
     def initialize(output)
@@ -17,20 +15,15 @@ like this:
     end
 
 </pre>
-<p>And now I should be back to normal text.
-</p>
-<p>Putting in another paragraph for good measure.
-</p>
-<p>Code should also get cancelled by a list, thus:
-</p>
+<p>And now I should be back to normal text.</p>
+<p>Putting in another paragraph for good measure.</p>
+<p>Code should also get cancelled by a list, thus:</p>
 <pre class="example">
 This is my code!
 
 Another line!
 </pre>
 <ul>
-  <li>My list should cancel this.
-  </li>
-  <li>Another list line.
-  </li>
+  <li>My list should cancel this.</li>
+  <li>Another list line.</li>
 </ul>
diff --git a/spec/html_examples/blockcomment.html b/spec/html_examples/blockcomment.html
index 9c52eed..a2688fc 100644
--- a/spec/html_examples/blockcomment.html
+++ b/spec/html_examples/blockcomment.html
@@ -1,6 +1,3 @@
-<p class="title">BLOCKCOMMENT
-</p>
-<p>Testing that the next part is ignored
-</p>
-<p>And now back to normal!
-</p>
+<p class="title">BLOCKCOMMENT</p>
+<p>Testing that the next part is ignored</p>
+<p>And now back to normal!</p>
diff --git a/spec/html_examples/blockquote.html b/spec/html_examples/blockquote.html
index f74a113..ccdac05 100644
--- a/spec/html_examples/blockquote.html
+++ b/spec/html_examples/blockquote.html
@@ -1,12 +1,7 @@
-<p class="title">BLOCKQUOTE
-</p>
-<p>Testing that I can have block quotes:
-</p>
+<p class="title">BLOCKQUOTE</p>
+<p>Testing that I can have block quotes:</p>
 <blockquote>
-  <p><i>Example:</i>
-  </p>
-  <p>This is blockquote text.
-  </p>
+  <p><i>Example:</i></p>
+  <p>This is blockquote text.</p>
 </blockquote>
-<p>And now I’m back to normal text!
-</p>
+<p>And now I’m back to normal text!</p>
diff --git a/spec/html_examples/center.html b/spec/html_examples/center.html
index da67a1e..a3dfa22 100644
--- a/spec/html_examples/center.html
+++ b/spec/html_examples/center.html
@@ -1,10 +1,6 @@
-<p class="title">Fou
-</p>
-<p>not center
-</p>
+<p class="title">Fou</p>
+<p>not center</p>
 <div style="text-align: center">
-  <p>center
-  </p>
+  <p>center</p>
 </div>
-<p>not center, again
-</p>
+<p>not center, again</p>
diff --git a/spec/html_examples/code-comment.html b/spec/html_examples/code-comment.html
index b345b07..80cbd56 100644
--- a/spec/html_examples/code-comment.html
+++ b/spec/html_examples/code-comment.html
@@ -1,8 +1,6 @@
-<h1 class="title">Code Comment
-</h1>
+<h1 class="title">Code Comment</h1>
 <p>I need to be able to export things that look like org-mode comments
-inside of code blocks, like this:
-</p>
+inside of code blocks, like this:</p>
 <pre class="example">
 #+TITLE:     orgmode_parser.org
 #+AUTHOR:    
diff --git a/spec/html_examples/code-lists.html b/spec/html_examples/code-lists.html
index dc37be9..4fa55eb 100644
--- a/spec/html_examples/code-lists.html
+++ b/spec/html_examples/code-lists.html
@@ -1,24 +1,20 @@
-<h1 class="title">normal list should work
-</h1>
+<h1 class="title">normal list should work</h1>
 <ul>
   <li>one
 text in the same line
-    <p>This is a paragraph
-    </p>
+    <p>This is a paragraph</p>
     <ul>
       <li>A sublist
         <ul>
           <li>Another sublist
-            <p>Sublist paragraph
-            </p>
+            <p>Sublist paragraph</p>
           </li>
         </ul>
       </li>
       <li>2nd sublist
         <ul>
           <li>2nd sublist item
-            <p>Paragraph from 2nd sublist
-            </p>
+            <p>Paragraph from 2nd sublist</p>
           </li>
         </ul>
       </li>
@@ -27,34 +23,26 @@ text in the same line
   <li>two
     <ol>
       <li>a new list
-        <p>paragraph
-        </p>
-      </li>
-      <li>another sublist
+        <p>paragraph</p>
       </li>
+      <li>another sublist</li>
     </ol>
   </li>
-  <li>final list
-  </li>
+  <li>final list</li>
 </ul>
-<h1>paragraphs in lists should work
-</h1>
+<h1>paragraphs in lists should work</h1>
 <ul>
   <li>Foo
     <ul>
       <li>How does this work?
-        <p>uno dos tres
-        </p>
-      </li>
-      <li>Should not this be a paragraph?
+        <p>uno dos tres</p>
       </li>
+      <li>Should not this be a paragraph?</li>
     </ul>
   </li>
-  <li>Bar
-  </li>
+  <li>Bar</li>
 </ul>
-<h1>begin example in lists should work
-</h1>
+<h1>begin example in lists should work</h1>
 <ul>
   <li>Foo
     <pre class="example">
@@ -70,75 +58,60 @@ text in the same line
     This gets lumped in to the above line "Example"
     </pre>
   </li>
-  <li>Hello
-  </li>
+  <li>Hello</li>
 </ul>
-<h1>begin quote in lists should work
-</h1>
+<h1>begin quote in lists should work</h1>
 <ul>
   <li>Example
     <ul>
       <li>Uno
 Lorem
         <blockquote>
-          <p>A quote!!!
-          </p>
+          <p>A quote!!!</p>
         </blockquote>
-        <p>dolor
-        </p>
-      </li>
-      <li>Dos
+        <p>dolor</p>
       </li>
+      <li>Dos</li>
     </ul>
   </li>
 </ul>
-<h1>tables in lists should work
-</h1>
+<h1>tables in lists should work</h1>
 <ul>
   <li>Example
     <ul>
       <li>Table
-        <p>This table:
-        </p>
+        <p>This table:</p>
         <table>
-          <tr><td>a</td><td>b</td>
-          </tr>
-          <tr><td>0</td><td>1</td>
-          </tr>
-          <tr><td>1</td><td>2</td>
-          </tr>
+          <tr><td>a</td><td>b</td></tr>
+          <tr><td>0</td><td>1</td></tr>
+          <tr><td>1</td><td>2</td></tr>
         </table>
       </li>
     </ul>
   </li>
   <li>After the table
-    <p>The table should be above
-    </p>
+    <p>The table should be above</p>
   </li>
 </ul>
-<h1>definition lists should work
-</h1>
+<h1>definition lists should work</h1>
 <ul>
   <li>Example
     <dl>
       <dt>Hello</dt><dd>Hola
 Paragrap continues here</dd>
         <blockquote>
-          <p>Cuando me desperte, el dinosaurio estaba alli.
-          </p>
+          <p>Cuando me desperte, el dinosaurio estaba alli.</p>
         </blockquote>
       <dt>Dog</dt><dd>Perro
 Paragraph</dd>
     </dl>
     <ul>
-      <li>Last sublist
-      </li>
+      <li>Last sublist</li>
     </ul>
   </li>
   <li>Another list
     <ul>
-      <li>with a sublist
-      </li>
+      <li>with a sublist</li>
     </ul>
   </li>
 </ul>
diff --git a/spec/html_examples/comment-trees.html b/spec/html_examples/comment-trees.html
index 9985e2f..bfc6490 100644
--- a/spec/html_examples/comment-trees.html
+++ b/spec/html_examples/comment-trees.html
@@ -1,8 +1,4 @@
-<h1 class="title">This headline is in the output
-</h1>
-<h1>This is in the output
-</h1>
-<h2>Yet, this is in the output
-</h2>
-<p>and this is also part of the output
-</p>
+<h1 class="title">This headline is in the output</h1>
+<h1>This is in the output</h1>
+<h2>Yet, this is in the output</h2>
+<p>and this is also part of the output</p>
diff --git a/spec/html_examples/custom-seq-todo.html b/spec/html_examples/custom-seq-todo.html
index 4853c97..1a451d9 100644
--- a/spec/html_examples/custom-seq-todo.html
+++ b/spec/html_examples/custom-seq-todo.html
@@ -1,32 +1,19 @@
-<p class="title">custom-todo.org
-</p>
+<p class="title">custom-todo.org</p>
 <p>I copied this todo sequence from Worg. It shows a lot of power of the
 built-in todo functionality. Now, let’s make sure all of these are
-recognized (and therefore NOT exported.)
-</p>
-<h1><span class="todo-keyword TODO">TODO </span>Sample
-</h1>
+recognized (and therefore NOT exported.)</p>
+<h1><span class="todo-keyword TODO">TODO </span>Sample</h1>
 <ul>
   <li>State “CANCELED”   from “INPROGRESS” [2009-12-29 Tue 22:26] \
-I gave up.
-  </li>
+I gave up.</li>
   <li>State “WAITING”    from “”           [2009-12-29 Tue 22:25] \
-huh?
-  </li>
+huh?</li>
 </ul>
-<h1><span class="todo-keyword INPROGRESS">INPROGRESS </span>this one’s in progress
-</h1>
-<h1><span class="todo-keyword WAITING">WAITING </span>who am I waiting on?
-</h1>
-<h1><span class="todo-keyword DONE">DONE </span>Finished this one!
-</h1>
-<h1><span class="todo-keyword CANCELED">CANCELED </span>I gave up here.
-</h1>
-<h1>DONT be fooled by just a random word in all caps.
-</h1>
-<h1>todo <== this word doesn’t match because the case doesn’t match.
-</h1>
-<h1>TODOX
-</h1>
-<p>don’t be fooled by the initial substring above!
-</p>
+<h1><span class="todo-keyword INPROGRESS">INPROGRESS </span>this one’s in progress</h1>
+<h1><span class="todo-keyword WAITING">WAITING </span>who am I waiting on?</h1>
+<h1><span class="todo-keyword DONE">DONE </span>Finished this one!</h1>
+<h1><span class="todo-keyword CANCELED">CANCELED </span>I gave up here.</h1>
+<h1>DONT be fooled by just a random word in all caps.</h1>
+<h1>todo <== this word doesn’t match because the case doesn’t match.</h1>
+<h1>TODOX</h1>
+<p>don’t be fooled by the initial substring above!</p>
diff --git a/spec/html_examples/custom-todo.html b/spec/html_examples/custom-todo.html
index 4853c97..1a451d9 100644
--- a/spec/html_examples/custom-todo.html
+++ b/spec/html_examples/custom-todo.html
@@ -1,32 +1,19 @@
-<p class="title">custom-todo.org
-</p>
+<p class="title">custom-todo.org</p>
 <p>I copied this todo sequence from Worg. It shows a lot of power of the
 built-in todo functionality. Now, let’s make sure all of these are
-recognized (and therefore NOT exported.)
-</p>
-<h1><span class="todo-keyword TODO">TODO </span>Sample
-</h1>
+recognized (and therefore NOT exported.)</p>
+<h1><span class="todo-keyword TODO">TODO </span>Sample</h1>
 <ul>
   <li>State “CANCELED”   from “INPROGRESS” [2009-12-29 Tue 22:26] \
-I gave up.
-  </li>
+I gave up.</li>
   <li>State “WAITING”    from “”           [2009-12-29 Tue 22:25] \
-huh?
-  </li>
+huh?</li>
 </ul>
-<h1><span class="todo-keyword INPROGRESS">INPROGRESS </span>this one’s in progress
-</h1>
-<h1><span class="todo-keyword WAITING">WAITING </span>who am I waiting on?
-</h1>
-<h1><span class="todo-keyword DONE">DONE </span>Finished this one!
-</h1>
-<h1><span class="todo-keyword CANCELED">CANCELED </span>I gave up here.
-</h1>
-<h1>DONT be fooled by just a random word in all caps.
-</h1>
-<h1>todo <== this word doesn’t match because the case doesn’t match.
-</h1>
-<h1>TODOX
-</h1>
-<p>don’t be fooled by the initial substring above!
-</p>
+<h1><span class="todo-keyword INPROGRESS">INPROGRESS </span>this one’s in progress</h1>
+<h1><span class="todo-keyword WAITING">WAITING </span>who am I waiting on?</h1>
+<h1><span class="todo-keyword DONE">DONE </span>Finished this one!</h1>
+<h1><span class="todo-keyword CANCELED">CANCELED </span>I gave up here.</h1>
+<h1>DONT be fooled by just a random word in all caps.</h1>
+<h1>todo <== this word doesn’t match because the case doesn’t match.</h1>
+<h1>TODOX</h1>
+<p>don’t be fooled by the initial substring above!</p>
diff --git a/spec/html_examples/custom-typ-todo.html b/spec/html_examples/custom-typ-todo.html
index 4853c97..1a451d9 100644
--- a/spec/html_examples/custom-typ-todo.html
+++ b/spec/html_examples/custom-typ-todo.html
@@ -1,32 +1,19 @@
-<p class="title">custom-todo.org
-</p>
+<p class="title">custom-todo.org</p>
 <p>I copied this todo sequence from Worg. It shows a lot of power of the
 built-in todo functionality. Now, let’s make sure all of these are
-recognized (and therefore NOT exported.)
-</p>
-<h1><span class="todo-keyword TODO">TODO </span>Sample
-</h1>
+recognized (and therefore NOT exported.)</p>
+<h1><span class="todo-keyword TODO">TODO </span>Sample</h1>
 <ul>
   <li>State “CANCELED”   from “INPROGRESS” [2009-12-29 Tue 22:26] \
-I gave up.
-  </li>
+I gave up.</li>
   <li>State “WAITING”    from “”           [2009-12-29 Tue 22:25] \
-huh?
-  </li>
+huh?</li>
 </ul>
-<h1><span class="todo-keyword INPROGRESS">INPROGRESS </span>this one’s in progress
-</h1>
-<h1><span class="todo-keyword WAITING">WAITING </span>who am I waiting on?
-</h1>
-<h1><span class="todo-keyword DONE">DONE </span>Finished this one!
-</h1>
-<h1><span class="todo-keyword CANCELED">CANCELED </span>I gave up here.
-</h1>
-<h1>DONT be fooled by just a random word in all caps.
-</h1>
-<h1>todo <== this word doesn’t match because the case doesn’t match.
-</h1>
-<h1>TODOX
-</h1>
-<p>don’t be fooled by the initial substring above!
-</p>
+<h1><span class="todo-keyword INPROGRESS">INPROGRESS </span>this one’s in progress</h1>
+<h1><span class="todo-keyword WAITING">WAITING </span>who am I waiting on?</h1>
+<h1><span class="todo-keyword DONE">DONE </span>Finished this one!</h1>
+<h1><span class="todo-keyword CANCELED">CANCELED </span>I gave up here.</h1>
+<h1>DONT be fooled by just a random word in all caps.</h1>
+<h1>todo <== this word doesn’t match because the case doesn’t match.</h1>
+<h1>TODOX</h1>
+<p>don’t be fooled by the initial substring above!</p>
diff --git a/spec/html_examples/deflist.html b/spec/html_examples/deflist.html
index bce5c50..c68df35 100644
--- a/spec/html_examples/deflist.html
+++ b/spec/html_examples/deflist.html
@@ -1,13 +1,10 @@
-<p class="title">Hallo
-</p>
+<p class="title">Hallo</p>
 <dl>
   <dt>a</dt><dd>hello</dd>
   <dt>b</dt><dd>world</dd>
 </dl>
-<p>Text
-</p>
-<h1>Asterisk can be used for lists
-</h1>
+<p>Text</p>
+<h1>Asterisk can be used for lists</h1>
 <dl>
   <dt>One</dt><dd>The first number.</dd>
   <dt>Two</dt><dd>The second number.</dd>
diff --git a/spec/html_examples/emphasis.html b/spec/html_examples/emphasis.html
index 804ba8e..8bd7841 100644
--- a/spec/html_examples/emphasis.html
+++ b/spec/html_examples/emphasis.html
@@ -1,39 +1,21 @@
-<h1 class="title">Inline Formatting test for emphasis
-</h1>
-<h2>Simple feature test
-</h2>
-<p><b>bold</b>
-</p>
-<p><i>italic</i>
-</p>
-<p><code>code</code>
-</p>
-<p><code>verbatim</code>
-</p>
-<p><span style="text-decoration:underline;">underline</span>
-</p>
-<p><del>strikethrough</del>
-</p>
-<p><a href="http://www.bing.com">http://www.bing.com</a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a>
-</p>
-<p>http://www.gmail.com
-</p>
-<p><a href="http://www.xkcd.com">helpful text link</a>
-</p>
-<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a>
-</p>
-<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a>
-</p>
-<h2>All together in one line
-</h2>
-<p><b>bold</b> <i>italic</i> <code>code</code> <code>verbatim</code> <span style="text-decoration:underline;">underline</span>  <del>strikethrough</del> <a href="http://www.bing.com">http://www.bing.com</a> <a href="http://www.google.com">http://www.google.com</a> http://www.gmail.com <a href="http://www.xkcd.com">helpful text link</a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a [...]
-</p>
-<h2>Within code test
-</h2>
+<h1 class="title">Inline Formatting test for emphasis</h1>
+<h2>Simple feature test</h2>
+<p><b>bold</b></p>
+<p><i>italic</i></p>
+<p><code>code</code></p>
+<p><code>verbatim</code></p>
+<p><span style="text-decoration:underline;">underline</span></p>
+<p><del>strikethrough</del></p>
+<p><a href="http://www.bing.com">http://www.bing.com</a></p>
+<p><a href="http://www.google.com">http://www.google.com</a></p>
+<p>http://www.gmail.com</p>
+<p><a href="http://www.xkcd.com">helpful text link</a></p>
+<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a></p>
+<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></p>
+<p><a href="http://www.google.com">http://www.google.com</a></p>
+<h2>All together in one line</h2>
+<p><b>bold</b> <i>italic</i> <code>code</code> <code>verbatim</code> <span style="text-decoration:underline;">underline</span>  <del>strikethrough</del> <a href="http://www.bing.com">http://www.bing.com</a> <a href="http://www.google.com">http://www.google.com</a> http://www.gmail.com <a href="http://www.xkcd.com">helpful text link</a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a [...]
+<h2>Within code test</h2>
 <pre class="example">
 emphasis_tests = [
 "*bold*",
@@ -58,8 +40,7 @@ end
 
 all.each {|e| puts e}
 </pre>
-<h2>Mixed together test
-</h2>
+<h2>Mixed together test</h2>
 <pre class="example">
 emphasis_tests = ["*","/","=","~","_","+"]
 
@@ -72,152 +53,79 @@ end
 
 all.each {|e| puts e}
 </pre>
-<p><b>Answer: *42</b> *
-</p>
-<p><b>Answer: *42*</b>
-</p>
-<p>*Answer: <i>42</i> *
-</p>
-<p><b>Answer: /42/</b>
-</p>
-<p>*Answer: <code>42</code> *
-</p>
-<p><b>Answer: =42=</b>
-</p>
-<p>*Answer: <code>42</code> *
-</p>
-<p><b>Answer: ~42~</b>
-</p>
-<p>*Answer: <span style="text-decoration:underline;">42</span> *
-</p>
-<p><b>Answer: _42_</b>
-</p>
-<p>*Answer: <del>42</del> *
-</p>
-<p><b>Answer: +42+</b>
-</p>
-<p>/Answer: <b>42</b> /
-</p>
-<p><i>Answer: *42*</i>
-</p>
-<p><i>Answer: /42</i> /
-</p>
-<p><i>Answer: /42/</i>
-</p>
-<p>/Answer: <code>42</code> /
-</p>
-<p><i>Answer: =42=</i>
-</p>
-<p>/Answer: <code>42</code> /
-</p>
-<p><i>Answer: ~42~</i>
-</p>
-<p>/Answer: <span style="text-decoration:underline;">42</span> /
-</p>
-<p><i>Answer: _42_</i>
-</p>
-<p>/Answer: <del>42</del> /
-</p>
-<p><i>Answer: +42+</i>
-</p>
-<p>=Answer: <b>42</b> =
-</p>
-<p><code>Answer: *42*</code>
-</p>
-<p>=Answer: <i>42</i> =
-</p>
-<p><code>Answer: /42/</code>
-</p>
-<p><code>Answer: =42</code> =
-</p>
-<p><code>Answer: =42=</code>
-</p>
-<p>=Answer: <code>42</code> =
-</p>
-<p><code>Answer: ~42~</code>
-</p>
-<p>=Answer: <span style="text-decoration:underline;">42</span> =
-</p>
-<p><code>Answer: _42_</code>
-</p>
-<p>=Answer: <del>42</del> =
-</p>
-<p><code>Answer: +42+</code>
-</p>
-<p>~Answer: <b>42</b> ~
-</p>
-<p><code>Answer: *42*</code>
-</p>
-<p>~Answer: <i>42</i> ~
-</p>
-<p><code>Answer: /42/</code>
-</p>
-<p>~Answer: <code>42</code> ~
-</p>
-<p><code>Answer: =42=</code>
-</p>
-<p><code>Answer: ~42</code> ~
-</p>
-<p><code>Answer: ~42~</code>
-</p>
-<p>~Answer: <span style="text-decoration:underline;">42</span> ~
-</p>
-<p><code>Answer: _42_</code>
-</p>
-<p>~Answer: <del>42</del> ~
-</p>
-<p><code>Answer: +42+</code>
-</p>
-<p>_Answer: <b>42</b> _
-</p>
-<p><span style="text-decoration:underline;">Answer: *42*</span>
-</p>
-<p>_Answer: <i>42</i> _
-</p>
-<p><span style="text-decoration:underline;">Answer: /42/</span>
-</p>
-<p>_Answer: <code>42</code> _
-</p>
-<p><span style="text-decoration:underline;">Answer: =42=</span>
-</p>
-<p>_Answer: <code>42</code> _
-</p>
-<p><span style="text-decoration:underline;">Answer: ~42~</span>
-</p>
-<p><span style="text-decoration:underline;">Answer: _42</span> _
-</p>
-<p><span style="text-decoration:underline;">Answer: _42_</span>
-</p>
-<p>_Answer: <del>42</del> _
-</p>
-<p><span style="text-decoration:underline;">Answer: +42+</span>
-</p>
-<p>+Answer: <b>42</b> +
-</p>
-<p><del>Answer: *42*</del>
-</p>
-<p>+Answer: <i>42</i> +
-</p>
-<p><del>Answer: /42/</del>
-</p>
-<p>+Answer: <code>42</code> +
-</p>
-<p><del>Answer: =42=</del>
-</p>
-<p>+Answer: <code>42</code> +
-</p>
-<p><del>Answer: ~42~</del>
-</p>
-<p>+Answer: <span style="text-decoration:underline;">42</span> +
-</p>
-<p><del>Answer: _42_</del>
-</p>
-<p><del>Answer: +42</del> +
-</p>
-<p><del>Answer: +42+</del>
-</p>
-<h2>Multiline support test :: one line
-</h2>
+<p><b>Answer: *42</b> *</p>
+<p><b>Answer: *42*</b></p>
+<p>*Answer: <i>42</i> *</p>
+<p><b>Answer: /42/</b></p>
+<p>*Answer: <code>42</code> *</p>
+<p><b>Answer: =42=</b></p>
+<p>*Answer: <code>42</code> *</p>
+<p><b>Answer: ~42~</b></p>
+<p>*Answer: <span style="text-decoration:underline;">42</span> *</p>
+<p><b>Answer: _42_</b></p>
+<p>*Answer: <del>42</del> *</p>
+<p><b>Answer: +42+</b></p>
+<p>/Answer: <b>42</b> /</p>
+<p><i>Answer: *42*</i></p>
+<p><i>Answer: /42</i> /</p>
+<p><i>Answer: /42/</i></p>
+<p>/Answer: <code>42</code> /</p>
+<p><i>Answer: =42=</i></p>
+<p>/Answer: <code>42</code> /</p>
+<p><i>Answer: ~42~</i></p>
+<p>/Answer: <span style="text-decoration:underline;">42</span> /</p>
+<p><i>Answer: _42_</i></p>
+<p>/Answer: <del>42</del> /</p>
+<p><i>Answer: +42+</i></p>
+<p>=Answer: <b>42</b> =</p>
+<p><code>Answer: *42*</code></p>
+<p>=Answer: <i>42</i> =</p>
+<p><code>Answer: /42/</code></p>
+<p><code>Answer: =42</code> =</p>
+<p><code>Answer: =42=</code></p>
+<p>=Answer: <code>42</code> =</p>
+<p><code>Answer: ~42~</code></p>
+<p>=Answer: <span style="text-decoration:underline;">42</span> =</p>
+<p><code>Answer: _42_</code></p>
+<p>=Answer: <del>42</del> =</p>
+<p><code>Answer: +42+</code></p>
+<p>~Answer: <b>42</b> ~</p>
+<p><code>Answer: *42*</code></p>
+<p>~Answer: <i>42</i> ~</p>
+<p><code>Answer: /42/</code></p>
+<p>~Answer: <code>42</code> ~</p>
+<p><code>Answer: =42=</code></p>
+<p><code>Answer: ~42</code> ~</p>
+<p><code>Answer: ~42~</code></p>
+<p>~Answer: <span style="text-decoration:underline;">42</span> ~</p>
+<p><code>Answer: _42_</code></p>
+<p>~Answer: <del>42</del> ~</p>
+<p><code>Answer: +42+</code></p>
+<p>_Answer: <b>42</b> _</p>
+<p><span style="text-decoration:underline;">Answer: *42*</span></p>
+<p>_Answer: <i>42</i> _</p>
+<p><span style="text-decoration:underline;">Answer: /42/</span></p>
+<p>_Answer: <code>42</code> _</p>
+<p><span style="text-decoration:underline;">Answer: =42=</span></p>
+<p>_Answer: <code>42</code> _</p>
+<p><span style="text-decoration:underline;">Answer: ~42~</span></p>
+<p><span style="text-decoration:underline;">Answer: _42</span> _</p>
+<p><span style="text-decoration:underline;">Answer: _42_</span></p>
+<p>_Answer: <del>42</del> _</p>
+<p><span style="text-decoration:underline;">Answer: +42+</span></p>
+<p>+Answer: <b>42</b> +</p>
+<p><del>Answer: *42*</del></p>
+<p>+Answer: <i>42</i> +</p>
+<p><del>Answer: /42/</del></p>
+<p>+Answer: <code>42</code> +</p>
+<p><del>Answer: =42=</del></p>
+<p>+Answer: <code>42</code> +</p>
+<p><del>Answer: ~42~</del></p>
+<p>+Answer: <span style="text-decoration:underline;">42</span> +</p>
+<p><del>Answer: _42_</del></p>
+<p><del>Answer: +42</del> +</p>
+<p><del>Answer: +42+</del></p>
+<h2>Multiline support test :: one line</h2>
 <pre class="example">
 emphasis_tests = ["*","/","=","~","_","+"]
 
@@ -230,115 +138,78 @@ end
 all.each {|e| puts e}
 </pre>
 <p><b>Starting the line here
-*and continuing here to close*</b>
-</p>
+*and continuing here to close*</b></p>
 <p><b>Starting the line here
-/and continuing here to close/</b>
-</p>
+/and continuing here to close/</b></p>
 <p><b>Starting the line here
-=and continuing here to close=</b>
-</p>
+=and continuing here to close=</b></p>
 <p><b>Starting the line here
-~and continuing here to close~</b>
-</p>
+~and continuing here to close~</b></p>
 <p><b>Starting the line here
-_and continuing here to close_</b>
-</p>
+_and continuing here to close_</b></p>
 <p><b>Starting the line here
-+and continuing here to close+</b>
-</p>
++and continuing here to close+</b></p>
 <p><i>Starting the line here
-*and continuing here to close*</i>
-</p>
+*and continuing here to close*</i></p>
 <p><i>Starting the line here
-/and continuing here to close/</i>
-</p>
+/and continuing here to close/</i></p>
 <p><i>Starting the line here
-=and continuing here to close=</i>
-</p>
+=and continuing here to close=</i></p>
 <p><i>Starting the line here
-~and continuing here to close~</i>
-</p>
+~and continuing here to close~</i></p>
 <p><i>Starting the line here
-_and continuing here to close_</i>
-</p>
+_and continuing here to close_</i></p>
 <p><i>Starting the line here
-+and continuing here to close+</i>
-</p>
++and continuing here to close+</i></p>
 <p><code>Starting the line here
-*and continuing here to close*</code>
-</p>
+*and continuing here to close*</code></p>
 <p><code>Starting the line here
-/and continuing here to close/</code>
-</p>
+/and continuing here to close/</code></p>
 <p><code>Starting the line here
-=and continuing here to close=</code>
-</p>
+=and continuing here to close=</code></p>
 <p><code>Starting the line here
-~and continuing here to close~</code>
-</p>
+~and continuing here to close~</code></p>
 <p><code>Starting the line here
-_and continuing here to close_</code>
-</p>
+_and continuing here to close_</code></p>
 <p><code>Starting the line here
-+and continuing here to close+</code>
-</p>
++and continuing here to close+</code></p>
 <p><code>Starting the line here
-*and continuing here to close*</code>
-</p>
+*and continuing here to close*</code></p>
 <p><code>Starting the line here
-/and continuing here to close/</code>
-</p>
+/and continuing here to close/</code></p>
 <p><code>Starting the line here
-=and continuing here to close=</code>
-</p>
+=and continuing here to close=</code></p>
 <p><code>Starting the line here
-~and continuing here to close~</code>
-</p>
+~and continuing here to close~</code></p>
 <p><code>Starting the line here
-_and continuing here to close_</code>
-</p>
+_and continuing here to close_</code></p>
 <p><code>Starting the line here
-+and continuing here to close+</code>
-</p>
++and continuing here to close+</code></p>
 <p><span style="text-decoration:underline;">Starting the line here
-*and continuing here to close*</span>
-</p>
+*and continuing here to close*</span></p>
 <p><span style="text-decoration:underline;">Starting the line here
-/and continuing here to close/</span>
-</p>
+/and continuing here to close/</span></p>
 <p><span style="text-decoration:underline;">Starting the line here
-=and continuing here to close=</span>
-</p>
+=and continuing here to close=</span></p>
 <p><span style="text-decoration:underline;">Starting the line here
-~and continuing here to close~</span>
-</p>
+~and continuing here to close~</span></p>
 <p><span style="text-decoration:underline;">Starting the line here
-_and continuing here to close_</span>
-</p>
+_and continuing here to close_</span></p>
 <p><span style="text-decoration:underline;">Starting the line here
-+and continuing here to close+</span>
-</p>
++and continuing here to close+</span></p>
 <p><del>Starting the line here
-*and continuing here to close*</del>
-</p>
+*and continuing here to close*</del></p>
 <p><del>Starting the line here
-/and continuing here to close/</del>
-</p>
+/and continuing here to close/</del></p>
 <p><del>Starting the line here
-=and continuing here to close=</del>
-</p>
+=and continuing here to close=</del></p>
 <p><del>Starting the line here
-~and continuing here to close~</del>
-</p>
+~and continuing here to close~</del></p>
 <p><del>Starting the line here
-_and continuing here to close_</del>
-</p>
+_and continuing here to close_</del></p>
 <p><del>Starting the line here
-+and continuing here to close+</del>
-</p>
-<h2>Multiline support test :: two lines
-</h2>
++and continuing here to close+</del></p>
+<h2>Multiline support test :: two lines</h2>
 <pre class="example">
 emphasis_tests = ["*","/","=","~","_","+"]
 
@@ -352,463 +223,269 @@ all.each {|e| puts e}
 </pre>
 <p>*Starting the line here
 <b>and continuing here
-to close*</b>
-</p>
+to close*</b></p>
 <p>*Starting the line here
 /and continuing here
-to close/*
-</p>
+to close/*</p>
 <p>*Starting the line here
 =and continuing here
-to close=*
-</p>
+to close=*</p>
 <p>*Starting the line here
 ~and continuing here
-to close~*
-</p>
+to close~*</p>
 <p>*Starting the line here
 _and continuing here
-to close_*
-</p>
+to close_*</p>
 <p>*Starting the line here
 +and continuing here
-to close+*
-</p>
+to close+*</p>
 <p>/Starting the line here
 *and continuing here
-to close*/
-</p>
+to close*/</p>
 <p>/Starting the line here
 <i>and continuing here
-to close/</i>
-</p>
+to close/</i></p>
 <p>/Starting the line here
 =and continuing here
-to close=/
-</p>
+to close=/</p>
 <p>/Starting the line here
 ~and continuing here
-to close~/
-</p>
+to close~/</p>
 <p>/Starting the line here
 _and continuing here
-to close_/
-</p>
+to close_/</p>
 <p>/Starting the line here
 +and continuing here
-to close+/
-</p>
+to close+/</p>
 <p>=Starting the line here
 *and continuing here
-to close*=
-</p>
+to close*=</p>
 <p>=Starting the line here
 /and continuing here
-to close/=
-</p>
+to close/=</p>
 <p>=Starting the line here
 <code>and continuing here
-to close=</code>
-</p>
+to close=</code></p>
 <p>=Starting the line here
 ~and continuing here
-to close~=
-</p>
+to close~=</p>
 <p>=Starting the line here
 _and continuing here
-to close_=
-</p>
+to close_=</p>
 <p>=Starting the line here
 +and continuing here
-to close+=
-</p>
+to close+=</p>
 <p>~Starting the line here
 *and continuing here
-to close*~
-</p>
+to close*~</p>
 <p>~Starting the line here
 /and continuing here
-to close/~
-</p>
+to close/~</p>
 <p>~Starting the line here
 =and continuing here
-to close=~
-</p>
+to close=~</p>
 <p>~Starting the line here
 <code>and continuing here
-to close~</code>
-</p>
+to close~</code></p>
 <p>~Starting the line here
 _and continuing here
-to close_~
-</p>
+to close_~</p>
 <p>~Starting the line here
 +and continuing here
-to close+~
-</p>
+to close+~</p>
 <p>_Starting the line here
 *and continuing here
-to close*_
-</p>
+to close*_</p>
 <p>_Starting the line here
 /and continuing here
-to close/_
-</p>
+to close/_</p>
 <p>_Starting the line here
 =and continuing here
-to close=_
-</p>
+to close=_</p>
 <p>_Starting the line here
 ~and continuing here
-to close~_
-</p>
+to close~_</p>
 <p>_Starting the line here
 <span style="text-decoration:underline;">and continuing here
-to close_</span>
-</p>
+to close_</span></p>
 <p>_Starting the line here
 +and continuing here
-to close+_
-</p>
+to close+_</p>
 <p>+Starting the line here
 *and continuing here
-to close*+
-</p>
+to close*+</p>
 <p>+Starting the line here
 /and continuing here
-to close/+
-</p>
+to close/+</p>
 <p>+Starting the line here
 =and continuing here
-to close=+
-</p>
+to close=+</p>
 <p>+Starting the line here
 ~and continuing here
-to close~+
-</p>
+to close~+</p>
 <p>+Starting the line here
 _and continuing here
-to close_+
-</p>
+to close_+</p>
 <p>+Starting the line here
 <del>and continuing here
-to close+</del>
-</p>
-<h2>Together in same paragraph test
-</h2>
-<p><b>bold</b> <b>bold</b> <b>bold</b>
-</p>
-<p><i>italic</i> <b>bold</b> <i>italic</i>
-</p>
-<p><code>code</code> <b>bold</b> <code>code</code>
-</p>
-<p><code>verbatim</code> <b>bold</b> <code>verbatim</code>
-</p>
-<p><span style="text-decoration:underline;">underline</span>  <b>bold</b> <span style="text-decoration:underline;">underline</span>
-</p>
-<p><del>strikethrough</del> <b>bold</b> <del>strikethrough</del>
-</p>
-<p><a href="http://www.bing.com">http://www.bing.com</a> <b>bold</b> <a href="http://www.bing.com">http://www.bing.com</a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a> <b>bold</b> <a href="http://www.google.com">http://www.google.com</a>
-</p>
-<p><a href="http://www.xkcd.com">helpful text link</a> <b>bold</b> <a href="http://www.xkcd.com">helpful text link</a>
-</p>
-<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <b>bold</b> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a>
-</p>
-<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <b>bold</b> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a> <b>bold</b> <a href="http://www.google.com">http://www.google.com</a>
-</p>
-<p><b>bold</b> <i>italic</i> <b>bold</b>
-</p>
-<p><i>italic</i> <i>italic</i> <i>italic</i>
-</p>
-<p><code>code</code> <i>italic</i> <code>code</code>
-</p>
-<p><code>verbatim</code> <i>italic</i> <code>verbatim</code>
-</p>
-<p><span style="text-decoration:underline;">underline</span>  <i>italic</i> <span style="text-decoration:underline;">underline</span>
-</p>
-<p><del>strikethrough</del> <i>italic</i> <del>strikethrough</del>
-</p>
-<p><a href="http://www.bing.com">http://www.bing.com</a> <i>italic</i> <a href="http://www.bing.com">http://www.bing.com</a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a> <i>italic</i> <a href="http://www.google.com">http://www.google.com</a>
-</p>
-<p><a href="http://www.xkcd.com">helpful text link</a> <i>italic</i> <a href="http://www.xkcd.com">helpful text link</a>
-</p>
-<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <i>italic</i> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a>
-</p>
-<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <i>italic</i> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a> <i>italic</i> <a href="http://www.google.com">http://www.google.com</a>
-</p>
-<p><b>bold</b> <code>code</code> <b>bold</b>
-</p>
-<p><i>italic</i> <code>code</code> <i>italic</i>
-</p>
-<p><code>code</code> <code>code</code> <code>code</code>
-</p>
-<p><code>verbatim</code> <code>code</code> <code>verbatim</code>
-</p>
-<p><span style="text-decoration:underline;">underline</span>  <code>code</code> <span style="text-decoration:underline;">underline</span>
-</p>
-<p><del>strikethrough</del> <code>code</code> <del>strikethrough</del>
-</p>
-<p><a href="http://www.bing.com">http://www.bing.com</a> <code>code</code> <a href="http://www.bing.com">http://www.bing.com</a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a> <code>code</code> <a href="http://www.google.com">http://www.google.com</a>
-</p>
-<p><a href="http://www.xkcd.com">helpful text link</a> <code>code</code> <a href="http://www.xkcd.com">helpful text link</a>
-</p>
-<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <code>code</code> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a>
-</p>
-<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <code>code</code> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a> <code>code</code> <a href="http://www.google.com">http://www.google.com</a>
-</p>
-<p><b>bold</b> <code>verbatim</code> <b>bold</b>
-</p>
-<p><i>italic</i> <code>verbatim</code> <i>italic</i>
-</p>
-<p><code>code</code> <code>verbatim</code> <code>code</code>
-</p>
-<p><code>verbatim</code> <code>verbatim</code> <code>verbatim</code>
-</p>
-<p><span style="text-decoration:underline;">underline</span>  <code>verbatim</code> <span style="text-decoration:underline;">underline</span>
-</p>
-<p><del>strikethrough</del> <code>verbatim</code> <del>strikethrough</del>
-</p>
-<p><a href="http://www.bing.com">http://www.bing.com</a> <code>verbatim</code> <a href="http://www.bing.com">http://www.bing.com</a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a> <code>verbatim</code> <a href="http://www.google.com">http://www.google.com</a>
-</p>
-<p><a href="http://www.xkcd.com">helpful text link</a> <code>verbatim</code> <a href="http://www.xkcd.com">helpful text link</a>
-</p>
-<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <code>verbatim</code> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a>
-</p>
-<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <code>verbatim</code> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a> <code>verbatim</code> <a href="http://www.google.com">http://www.google.com</a>
-</p>
-<p><b>bold</b> <span style="text-decoration:underline;">underline</span>  <b>bold</b>
-</p>
-<p><i>italic</i> <span style="text-decoration:underline;">underline</span>  <i>italic</i>
-</p>
-<p><code>code</code> <span style="text-decoration:underline;">underline</span>  <code>code</code>
-</p>
-<p><code>verbatim</code> <span style="text-decoration:underline;">underline</span>  <code>verbatim</code>
-</p>
-<p><span style="text-decoration:underline;">underline</span>  <span style="text-decoration:underline;">underline</span>  <span style="text-decoration:underline;">underline</span>
-</p>
-<p><del>strikethrough</del> <span style="text-decoration:underline;">underline</span>  <del>strikethrough</del>
-</p>
-<p><a href="http://www.bing.com">http://www.bing.com</a> <span style="text-decoration:underline;">underline</span>  <a href="http://www.bing.com">http://www.bing.com</a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a> <span style="text-decoration:underline;">underline</span>  <a href="http://www.google.com">http://www.google.com</a>
-</p>
-<p><a href="http://www.xkcd.com">helpful text link</a> <span style="text-decoration:underline;">underline</span>  <a href="http://www.xkcd.com">helpful text link</a>
-</p>
-<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <span style="text-decoration:underline;">underline</span>  <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a>
-</p>
-<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <span style="text-decoration:underline;">underline</span>  <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a> <span style="text-decoration:underline;">underline</span>  <a href="http://www.google.com">http://www.google.com</a>
-</p>
-<p><b>bold</b> <del>strikethrough</del> <b>bold</b>
-</p>
-<p><i>italic</i> <del>strikethrough</del> <i>italic</i>
-</p>
-<p><code>code</code> <del>strikethrough</del> <code>code</code>
-</p>
-<p><code>verbatim</code> <del>strikethrough</del> <code>verbatim</code>
-</p>
-<p><span style="text-decoration:underline;">underline</span>  <del>strikethrough</del> <span style="text-decoration:underline;">underline</span>
-</p>
-<p><del>strikethrough</del> <del>strikethrough</del> <del>strikethrough</del>
-</p>
-<p><a href="http://www.bing.com">http://www.bing.com</a> <del>strikethrough</del> <a href="http://www.bing.com">http://www.bing.com</a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a> <del>strikethrough</del> <a href="http://www.google.com">http://www.google.com</a>
-</p>
-<p><a href="http://www.xkcd.com">helpful text link</a> <del>strikethrough</del> <a href="http://www.xkcd.com">helpful text link</a>
-</p>
-<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <del>strikethrough</del> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a>
-</p>
-<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <del>strikethrough</del> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a> <del>strikethrough</del> <a href="http://www.google.com">http://www.google.com</a>
-</p>
-<p><b>bold</b> <a href="http://www.bing.com">http://www.bing.com</a> <b>bold</b>
-</p>
-<p><i>italic</i> <a href="http://www.bing.com">http://www.bing.com</a> <i>italic</i>
-</p>
-<p><code>code</code> <a href="http://www.bing.com">http://www.bing.com</a> <code>code</code>
-</p>
-<p><code>verbatim</code> <a href="http://www.bing.com">http://www.bing.com</a> <code>verbatim</code>
-</p>
-<p><span style="text-decoration:underline;">underline</span>  <a href="http://www.bing.com">http://www.bing.com</a> <span style="text-decoration:underline;">underline</span>
-</p>
-<p><del>strikethrough</del> <a href="http://www.bing.com">http://www.bing.com</a> <del>strikethrough</del>
-</p>
-<p><a href="http://www.bing.com">http://www.bing.com</a> <a href="http://www.bing.com">http://www.bing.com</a> <a href="http://www.bing.com">http://www.bing.com</a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a> <a href="http://www.bing.com">http://www.bing.com</a> <a href="http://www.google.com">http://www.google.com</a>
-</p>
-<p><a href="http://www.xkcd.com">helpful text link</a> <a href="http://www.bing.com">http://www.bing.com</a> <a href="http://www.xkcd.com">helpful text link</a>
-</p>
-<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a href="http://www.bing.com">http://www.bing.com</a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a>
-</p>
-<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <a href="http://www.bing.com">http://www.bing.com</a> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a> <a href="http://www.bing.com">http://www.bing.com</a> <a href="http://www.google.com">http://www.google.com</a>
-</p>
-<p><b>bold</b> <a href="http://www.google.com">http://www.google.com</a> <b>bold</b>
-</p>
-<p><i>italic</i> <a href="http://www.google.com">http://www.google.com</a> <i>italic</i>
-</p>
-<p><code>code</code> <a href="http://www.google.com">http://www.google.com</a> <code>code</code>
-</p>
-<p><code>verbatim</code> <a href="http://www.google.com">http://www.google.com</a> <code>verbatim</code>
-</p>
-<p><span style="text-decoration:underline;">underline</span>  <a href="http://www.google.com">http://www.google.com</a> <span style="text-decoration:underline;">underline</span>
-</p>
-<p><del>strikethrough</del> <a href="http://www.google.com">http://www.google.com</a> <del>strikethrough</del>
-</p>
-<p><a href="http://www.bing.com">http://www.bing.com</a> <a href="http://www.google.com">http://www.google.com</a> <a href="http://www.bing.com">http://www.bing.com</a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a> <a href="http://www.google.com">http://www.google.com</a> <a href="http://www.google.com">http://www.google.com</a>
-</p>
-<p><a href="http://www.xkcd.com">helpful text link</a> <a href="http://www.google.com">http://www.google.com</a> <a href="http://www.xkcd.com">helpful text link</a>
-</p>
-<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a href="http://www.google.com">http://www.google.com</a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a>
-</p>
-<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <a href="http://www.google.com">http://www.google.com</a> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a> <a href="http://www.google.com">http://www.google.com</a> <a href="http://www.google.com">http://www.google.com</a>
-</p>
-<p><b>bold</b> <a href="http://www.xkcd.com">helpful text link</a> <b>bold</b>
-</p>
-<p><i>italic</i> <a href="http://www.xkcd.com">helpful text link</a> <i>italic</i>
-</p>
-<p><code>code</code> <a href="http://www.xkcd.com">helpful text link</a> <code>code</code>
-</p>
-<p><code>verbatim</code> <a href="http://www.xkcd.com">helpful text link</a> <code>verbatim</code>
-</p>
-<p><span style="text-decoration:underline;">underline</span>  <a href="http://www.xkcd.com">helpful text link</a> <span style="text-decoration:underline;">underline</span>
-</p>
-<p><del>strikethrough</del> <a href="http://www.xkcd.com">helpful text link</a> <del>strikethrough</del>
-</p>
-<p><a href="http://www.bing.com">http://www.bing.com</a> <a href="http://www.xkcd.com">helpful text link</a> <a href="http://www.bing.com">http://www.bing.com</a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a> <a href="http://www.xkcd.com">helpful text link</a> <a href="http://www.google.com">http://www.google.com</a>
-</p>
-<p><a href="http://www.xkcd.com">helpful text link</a> <a href="http://www.xkcd.com">helpful text link</a> <a href="http://www.xkcd.com">helpful text link</a>
-</p>
-<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a href="http://www.xkcd.com">helpful text link</a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a>
-</p>
-<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <a href="http://www.xkcd.com">helpful text link</a> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a> <a href="http://www.xkcd.com">helpful text link</a> <a href="http://www.google.com">http://www.google.com</a>
-</p>
-<p><b>bold</b> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <b>bold</b>
-</p>
-<p><i>italic</i> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <i>italic</i>
-</p>
-<p><code>code</code> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <code>code</code>
-</p>
-<p><code>verbatim</code> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <code>verbatim</code>
-</p>
-<p><span style="text-decoration:underline;">underline</span>  <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <span style="text-decoration:underline;">underline</span>
-</p>
-<p><del>strikethrough</del> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <del>strikethrough</del>
-</p>
-<p><a href="http://www.bing.com">http://www.bing.com</a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a href="http://www.bing.com">http://www.bing.com</a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a href="http://www.google.com">http://www.google.com</a>
-</p>
-<p><a href="http://www.xkcd.com">helpful text link</a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a href="http://www.xkcd.com">helpful text link</a>
-</p>
-<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a>
-</p>
-<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a href="http://www.google.com">http://www.google.com</a>
-</p>
-<p><b>bold</b> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <b>bold</b>
-</p>
-<p><i>italic</i> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <i>italic</i>
-</p>
-<p><code>code</code> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <code>code</code>
-</p>
-<p><code>verbatim</code> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <code>verbatim</code>
-</p>
-<p><span style="text-decoration:underline;">underline</span>  <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <span style="text-decoration:underline;">underline</span>
-</p>
-<p><del>strikethrough</del> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <del>strikethrough</del>
-</p>
-<p><a href="http://www.bing.com">http://www.bing.com</a> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <a href="http://www.bing.com">http://www.bing.com</a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <a href="http://www.google.com">http://www.google.com</a>
-</p>
-<p><a href="http://www.xkcd.com">helpful text link</a> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <a href="http://www.xkcd.com">helpful text link</a>
-</p>
-<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a>
-</p>
-<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <a href="http://www.google.com">http://www.google.com</a>
-</p>
-<p><b>bold</b> <a href="http://www.google.com">http://www.google.com</a> <b>bold</b>
-</p>
-<p><i>italic</i> <a href="http://www.google.com">http://www.google.com</a> <i>italic</i>
-</p>
-<p><code>code</code> <a href="http://www.google.com">http://www.google.com</a> <code>code</code>
-</p>
-<p><code>verbatim</code> <a href="http://www.google.com">http://www.google.com</a> <code>verbatim</code>
-</p>
-<p><span style="text-decoration:underline;">underline</span>  <a href="http://www.google.com">http://www.google.com</a> <span style="text-decoration:underline;">underline</span>
-</p>
-<p><del>strikethrough</del> <a href="http://www.google.com">http://www.google.com</a> <del>strikethrough</del>
-</p>
-<p><a href="http://www.bing.com">http://www.bing.com</a> <a href="http://www.google.com">http://www.google.com</a> <a href="http://www.bing.com">http://www.bing.com</a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a> <a href="http://www.google.com">http://www.google.com</a> <a href="http://www.google.com">http://www.google.com</a>
-</p>
-<p><a href="http://www.xkcd.com">helpful text link</a> <a href="http://www.google.com">http://www.google.com</a> <a href="http://www.xkcd.com">helpful text link</a>
-</p>
-<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a href="http://www.google.com">http://www.google.com</a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a>
-</p>
-<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <a href="http://www.google.com">http://www.google.com</a> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a>
-</p>
-<p><a href="http://www.google.com">http://www.google.com</a> <a href="http://www.google.com">http://www.google.com</a> <a href="http://www.google.com">http://www.google.com</a>
-</p>
-<h2>Together within a table
-</h2>
+to close+</del></p>
+<h2>Together in same paragraph test</h2>
+<p><b>bold</b> <b>bold</b> <b>bold</b></p>
+<p><i>italic</i> <b>bold</b> <i>italic</i></p>
+<p><code>code</code> <b>bold</b> <code>code</code></p>
+<p><code>verbatim</code> <b>bold</b> <code>verbatim</code></p>
+<p><span style="text-decoration:underline;">underline</span>  <b>bold</b> <span style="text-decoration:underline;">underline</span></p>
+<p><del>strikethrough</del> <b>bold</b> <del>strikethrough</del></p>
+<p><a href="http://www.bing.com">http://www.bing.com</a> <b>bold</b> <a href="http://www.bing.com">http://www.bing.com</a></p>
+<p><a href="http://www.google.com">http://www.google.com</a> <b>bold</b> <a href="http://www.google.com">http://www.google.com</a></p>
+<p><a href="http://www.xkcd.com">helpful text link</a> <b>bold</b> <a href="http://www.xkcd.com">helpful text link</a></p>
+<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <b>bold</b> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a></p>
+<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <b>bold</b> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></p>
+<p><a href="http://www.google.com">http://www.google.com</a> <b>bold</b> <a href="http://www.google.com">http://www.google.com</a></p>
+<p><b>bold</b> <i>italic</i> <b>bold</b></p>
+<p><i>italic</i> <i>italic</i> <i>italic</i></p>
+<p><code>code</code> <i>italic</i> <code>code</code></p>
+<p><code>verbatim</code> <i>italic</i> <code>verbatim</code></p>
+<p><span style="text-decoration:underline;">underline</span>  <i>italic</i> <span style="text-decoration:underline;">underline</span></p>
+<p><del>strikethrough</del> <i>italic</i> <del>strikethrough</del></p>
+<p><a href="http://www.bing.com">http://www.bing.com</a> <i>italic</i> <a href="http://www.bing.com">http://www.bing.com</a></p>
+<p><a href="http://www.google.com">http://www.google.com</a> <i>italic</i> <a href="http://www.google.com">http://www.google.com</a></p>
+<p><a href="http://www.xkcd.com">helpful text link</a> <i>italic</i> <a href="http://www.xkcd.com">helpful text link</a></p>
+<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <i>italic</i> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a></p>
+<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <i>italic</i> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></p>
+<p><a href="http://www.google.com">http://www.google.com</a> <i>italic</i> <a href="http://www.google.com">http://www.google.com</a></p>
+<p><b>bold</b> <code>code</code> <b>bold</b></p>
+<p><i>italic</i> <code>code</code> <i>italic</i></p>
+<p><code>code</code> <code>code</code> <code>code</code></p>
+<p><code>verbatim</code> <code>code</code> <code>verbatim</code></p>
+<p><span style="text-decoration:underline;">underline</span>  <code>code</code> <span style="text-decoration:underline;">underline</span></p>
+<p><del>strikethrough</del> <code>code</code> <del>strikethrough</del></p>
+<p><a href="http://www.bing.com">http://www.bing.com</a> <code>code</code> <a href="http://www.bing.com">http://www.bing.com</a></p>
+<p><a href="http://www.google.com">http://www.google.com</a> <code>code</code> <a href="http://www.google.com">http://www.google.com</a></p>
+<p><a href="http://www.xkcd.com">helpful text link</a> <code>code</code> <a href="http://www.xkcd.com">helpful text link</a></p>
+<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <code>code</code> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a></p>
+<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <code>code</code> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></p>
+<p><a href="http://www.google.com">http://www.google.com</a> <code>code</code> <a href="http://www.google.com">http://www.google.com</a></p>
+<p><b>bold</b> <code>verbatim</code> <b>bold</b></p>
+<p><i>italic</i> <code>verbatim</code> <i>italic</i></p>
+<p><code>code</code> <code>verbatim</code> <code>code</code></p>
+<p><code>verbatim</code> <code>verbatim</code> <code>verbatim</code></p>
+<p><span style="text-decoration:underline;">underline</span>  <code>verbatim</code> <span style="text-decoration:underline;">underline</span></p>
+<p><del>strikethrough</del> <code>verbatim</code> <del>strikethrough</del></p>
+<p><a href="http://www.bing.com">http://www.bing.com</a> <code>verbatim</code> <a href="http://www.bing.com">http://www.bing.com</a></p>
+<p><a href="http://www.google.com">http://www.google.com</a> <code>verbatim</code> <a href="http://www.google.com">http://www.google.com</a></p>
+<p><a href="http://www.xkcd.com">helpful text link</a> <code>verbatim</code> <a href="http://www.xkcd.com">helpful text link</a></p>
+<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <code>verbatim</code> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a></p>
+<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <code>verbatim</code> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></p>
+<p><a href="http://www.google.com">http://www.google.com</a> <code>verbatim</code> <a href="http://www.google.com">http://www.google.com</a></p>
+<p><b>bold</b> <span style="text-decoration:underline;">underline</span>  <b>bold</b></p>
+<p><i>italic</i> <span style="text-decoration:underline;">underline</span>  <i>italic</i></p>
+<p><code>code</code> <span style="text-decoration:underline;">underline</span>  <code>code</code></p>
+<p><code>verbatim</code> <span style="text-decoration:underline;">underline</span>  <code>verbatim</code></p>
+<p><span style="text-decoration:underline;">underline</span>  <span style="text-decoration:underline;">underline</span>  <span style="text-decoration:underline;">underline</span></p>
+<p><del>strikethrough</del> <span style="text-decoration:underline;">underline</span>  <del>strikethrough</del></p>
+<p><a href="http://www.bing.com">http://www.bing.com</a> <span style="text-decoration:underline;">underline</span>  <a href="http://www.bing.com">http://www.bing.com</a></p>
+<p><a href="http://www.google.com">http://www.google.com</a> <span style="text-decoration:underline;">underline</span>  <a href="http://www.google.com">http://www.google.com</a></p>
+<p><a href="http://www.xkcd.com">helpful text link</a> <span style="text-decoration:underline;">underline</span>  <a href="http://www.xkcd.com">helpful text link</a></p>
+<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <span style="text-decoration:underline;">underline</span>  <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a></p>
+<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <span style="text-decoration:underline;">underline</span>  <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></p>
+<p><a href="http://www.google.com">http://www.google.com</a> <span style="text-decoration:underline;">underline</span>  <a href="http://www.google.com">http://www.google.com</a></p>
+<p><b>bold</b> <del>strikethrough</del> <b>bold</b></p>
+<p><i>italic</i> <del>strikethrough</del> <i>italic</i></p>
+<p><code>code</code> <del>strikethrough</del> <code>code</code></p>
+<p><code>verbatim</code> <del>strikethrough</del> <code>verbatim</code></p>
+<p><span style="text-decoration:underline;">underline</span>  <del>strikethrough</del> <span style="text-decoration:underline;">underline</span></p>
+<p><del>strikethrough</del> <del>strikethrough</del> <del>strikethrough</del></p>
+<p><a href="http://www.bing.com">http://www.bing.com</a> <del>strikethrough</del> <a href="http://www.bing.com">http://www.bing.com</a></p>
+<p><a href="http://www.google.com">http://www.google.com</a> <del>strikethrough</del> <a href="http://www.google.com">http://www.google.com</a></p>
+<p><a href="http://www.xkcd.com">helpful text link</a> <del>strikethrough</del> <a href="http://www.xkcd.com">helpful text link</a></p>
+<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <del>strikethrough</del> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a></p>
+<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <del>strikethrough</del> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></p>
+<p><a href="http://www.google.com">http://www.google.com</a> <del>strikethrough</del> <a href="http://www.google.com">http://www.google.com</a></p>
+<p><b>bold</b> <a href="http://www.bing.com">http://www.bing.com</a> <b>bold</b></p>
+<p><i>italic</i> <a href="http://www.bing.com">http://www.bing.com</a> <i>italic</i></p>
+<p><code>code</code> <a href="http://www.bing.com">http://www.bing.com</a> <code>code</code></p>
+<p><code>verbatim</code> <a href="http://www.bing.com">http://www.bing.com</a> <code>verbatim</code></p>
+<p><span style="text-decoration:underline;">underline</span>  <a href="http://www.bing.com">http://www.bing.com</a> <span style="text-decoration:underline;">underline</span></p>
+<p><del>strikethrough</del> <a href="http://www.bing.com">http://www.bing.com</a> <del>strikethrough</del></p>
+<p><a href="http://www.bing.com">http://www.bing.com</a> <a href="http://www.bing.com">http://www.bing.com</a> <a href="http://www.bing.com">http://www.bing.com</a></p>
+<p><a href="http://www.google.com">http://www.google.com</a> <a href="http://www.bing.com">http://www.bing.com</a> <a href="http://www.google.com">http://www.google.com</a></p>
+<p><a href="http://www.xkcd.com">helpful text link</a> <a href="http://www.bing.com">http://www.bing.com</a> <a href="http://www.xkcd.com">helpful text link</a></p>
+<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a href="http://www.bing.com">http://www.bing.com</a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a></p>
+<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <a href="http://www.bing.com">http://www.bing.com</a> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></p>
+<p><a href="http://www.google.com">http://www.google.com</a> <a href="http://www.bing.com">http://www.bing.com</a> <a href="http://www.google.com">http://www.google.com</a></p>
+<p><b>bold</b> <a href="http://www.google.com">http://www.google.com</a> <b>bold</b></p>
+<p><i>italic</i> <a href="http://www.google.com">http://www.google.com</a> <i>italic</i></p>
+<p><code>code</code> <a href="http://www.google.com">http://www.google.com</a> <code>code</code></p>
+<p><code>verbatim</code> <a href="http://www.google.com">http://www.google.com</a> <code>verbatim</code></p>
+<p><span style="text-decoration:underline;">underline</span>  <a href="http://www.google.com">http://www.google.com</a> <span style="text-decoration:underline;">underline</span></p>
+<p><del>strikethrough</del> <a href="http://www.google.com">http://www.google.com</a> <del>strikethrough</del></p>
+<p><a href="http://www.bing.com">http://www.bing.com</a> <a href="http://www.google.com">http://www.google.com</a> <a href="http://www.bing.com">http://www.bing.com</a></p>
+<p><a href="http://www.google.com">http://www.google.com</a> <a href="http://www.google.com">http://www.google.com</a> <a href="http://www.google.com">http://www.google.com</a></p>
+<p><a href="http://www.xkcd.com">helpful text link</a> <a href="http://www.google.com">http://www.google.com</a> <a href="http://www.xkcd.com">helpful text link</a></p>
+<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a href="http://www.google.com">http://www.google.com</a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a></p>
+<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <a href="http://www.google.com">http://www.google.com</a> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></p>
+<p><a href="http://www.google.com">http://www.google.com</a> <a href="http://www.google.com">http://www.google.com</a> <a href="http://www.google.com">http://www.google.com</a></p>
+<p><b>bold</b> <a href="http://www.xkcd.com">helpful text link</a> <b>bold</b></p>
+<p><i>italic</i> <a href="http://www.xkcd.com">helpful text link</a> <i>italic</i></p>
+<p><code>code</code> <a href="http://www.xkcd.com">helpful text link</a> <code>code</code></p>
+<p><code>verbatim</code> <a href="http://www.xkcd.com">helpful text link</a> <code>verbatim</code></p>
+<p><span style="text-decoration:underline;">underline</span>  <a href="http://www.xkcd.com">helpful text link</a> <span style="text-decoration:underline;">underline</span></p>
+<p><del>strikethrough</del> <a href="http://www.xkcd.com">helpful text link</a> <del>strikethrough</del></p>
+<p><a href="http://www.bing.com">http://www.bing.com</a> <a href="http://www.xkcd.com">helpful text link</a> <a href="http://www.bing.com">http://www.bing.com</a></p>
+<p><a href="http://www.google.com">http://www.google.com</a> <a href="http://www.xkcd.com">helpful text link</a> <a href="http://www.google.com">http://www.google.com</a></p>
+<p><a href="http://www.xkcd.com">helpful text link</a> <a href="http://www.xkcd.com">helpful text link</a> <a href="http://www.xkcd.com">helpful text link</a></p>
+<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a href="http://www.xkcd.com">helpful text link</a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a></p>
+<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <a href="http://www.xkcd.com">helpful text link</a> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></p>
+<p><a href="http://www.google.com">http://www.google.com</a> <a href="http://www.xkcd.com">helpful text link</a> <a href="http://www.google.com">http://www.google.com</a></p>
+<p><b>bold</b> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <b>bold</b></p>
+<p><i>italic</i> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <i>italic</i></p>
+<p><code>code</code> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <code>code</code></p>
+<p><code>verbatim</code> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <code>verbatim</code></p>
+<p><span style="text-decoration:underline;">underline</span>  <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <span style="text-decoration:underline;">underline</span></p>
+<p><del>strikethrough</del> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <del>strikethrough</del></p>
+<p><a href="http://www.bing.com">http://www.bing.com</a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a href="http://www.bing.com">http://www.bing.com</a></p>
+<p><a href="http://www.google.com">http://www.google.com</a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a href="http://www.google.com">http://www.google.com</a></p>
+<p><a href="http://www.xkcd.com">helpful text link</a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a href="http://www.xkcd.com">helpful text link</a></p>
+<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a></p>
+<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></p>
+<p><a href="http://www.google.com">http://www.google.com</a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a href="http://www.google.com">http://www.google.com</a></p>
+<p><b>bold</b> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <b>bold</b></p>
+<p><i>italic</i> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <i>italic</i></p>
+<p><code>code</code> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <code>code</code></p>
+<p><code>verbatim</code> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <code>verbatim</code></p>
+<p><span style="text-decoration:underline;">underline</span>  <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <span style="text-decoration:underline;">underline</span></p>
+<p><del>strikethrough</del> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <del>strikethrough</del></p>
+<p><a href="http://www.bing.com">http://www.bing.com</a> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <a href="http://www.bing.com">http://www.bing.com</a></p>
+<p><a href="http://www.google.com">http://www.google.com</a> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <a href="http://www.google.com">http://www.google.com</a></p>
+<p><a href="http://www.xkcd.com">helpful text link</a> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <a href="http://www.xkcd.com">helpful text link</a></p>
+<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a></p>
+<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></p>
+<p><a href="http://www.google.com">http://www.google.com</a> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <a href="http://www.google.com">http://www.google.com</a></p>
+<p><b>bold</b> <a href="http://www.google.com">http://www.google.com</a> <b>bold</b></p>
+<p><i>italic</i> <a href="http://www.google.com">http://www.google.com</a> <i>italic</i></p>
+<p><code>code</code> <a href="http://www.google.com">http://www.google.com</a> <code>code</code></p>
+<p><code>verbatim</code> <a href="http://www.google.com">http://www.google.com</a> <code>verbatim</code></p>
+<p><span style="text-decoration:underline;">underline</span>  <a href="http://www.google.com">http://www.google.com</a> <span style="text-decoration:underline;">underline</span></p>
+<p><del>strikethrough</del> <a href="http://www.google.com">http://www.google.com</a> <del>strikethrough</del></p>
+<p><a href="http://www.bing.com">http://www.bing.com</a> <a href="http://www.google.com">http://www.google.com</a> <a href="http://www.bing.com">http://www.bing.com</a></p>
+<p><a href="http://www.google.com">http://www.google.com</a> <a href="http://www.google.com">http://www.google.com</a> <a href="http://www.google.com">http://www.google.com</a></p>
+<p><a href="http://www.xkcd.com">helpful text link</a> <a href="http://www.google.com">http://www.google.com</a> <a href="http://www.xkcd.com">helpful text link</a></p>
+<p><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a> <a href="http://www.google.com">http://www.google.com</a> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a></p>
+<p><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a> <a href="http://www.google.com">http://www.google.com</a> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></p>
+<p><a href="http://www.google.com">http://www.google.com</a> <a href="http://www.google.com">http://www.google.com</a> <a href="http://www.google.com">http://www.google.com</a></p>
+<h2>Together within a table</h2>
 <table>
-  <tr><td><b>bold</b> <b>bold</b></td><td><i>italic</i> <b>bold</b></td><td><code>code</code> <b>bold</b></td><td><code>verbatim</code> <b>bold</b></td><td><span style="text-decoration:underline;">underline</span>  <b>bold</b></td><td><del>strikethrough</del> <b>bold</b></td><td><a href="http://www.bing.com">http://www.bing.com</a> <b>bold</b></td><td><a href="http://www.google.com">http://www.google.com</a> <b>bold</b></td><td><a href="http://www.xkcd.com">helpful text link</a> <b>bold< [...]
-  </tr>
-  <tr><td><b>bold</b> <i>italic</i></td><td><i>italic</i> <i>italic</i></td><td><code>code</code> <i>italic</i></td><td><code>verbatim</code> <i>italic</i></td><td><span style="text-decoration:underline;">underline</span>  <i>italic</i></td><td><del>strikethrough</del> <i>italic</i></td><td><a href="http://www.bing.com">http://www.bing.com</a> <i>italic</i></td><td><a href="http://www.google.com">http://www.google.com</a> <i>italic</i></td><td><a href="http://www.xkcd.com">helpful text l [...]
-  </tr>
-  <tr><td><b>bold</b> <code>code</code></td><td><i>italic</i> <code>code</code></td><td><code>code</code> <code>code</code></td><td><code>verbatim</code> <code>code</code></td><td><span style="text-decoration:underline;">underline</span>  <code>code</code></td><td><del>strikethrough</del> <code>code</code></td><td><a href="http://www.bing.com">http://www.bing.com</a> <code>code</code></td><td><a href="http://www.google.com">http://www.google.com</a> <code>code</code></td><td><a href="htt [...]
-  </tr>
-  <tr><td><b>bold</b> <code>verbatim</code></td><td><i>italic</i> <code>verbatim</code></td><td><code>code</code> <code>verbatim</code></td><td><code>verbatim</code> <code>verbatim</code></td><td><span style="text-decoration:underline;">underline</span>  <code>verbatim</code></td><td><del>strikethrough</del> <code>verbatim</code></td><td><a href="http://www.bing.com">http://www.bing.com</a> <code>verbatim</code></td><td><a href="http://www.google.com">http://www.google.com</a> <code>verb [...]
-  </tr>
-  <tr><td><b>bold</b> <span style="text-decoration:underline;">underline</span></td><td><i>italic</i> <span style="text-decoration:underline;">underline</span></td><td><code>code</code> <span style="text-decoration:underline;">underline</span></td><td><code>verbatim</code> <span style="text-decoration:underline;">underline</span></td><td><span style="text-decoration:underline;">underline</span>  <span style="text-decoration:underline;">underline</span></td><td><del>strikethrough</del> <s [...]
-  </tr>
-  <tr><td><b>bold</b> <del>strikethrough</del></td><td><i>italic</i> <del>strikethrough</del></td><td><code>code</code> <del>strikethrough</del></td><td><code>verbatim</code> <del>strikethrough</del></td><td><span style="text-decoration:underline;">underline</span>  <del>strikethrough</del></td><td><del>strikethrough</del> <del>strikethrough</del></td><td><a href="http://www.bing.com">http://www.bing.com</a> <del>strikethrough</del></td><td><a href="http://www.google.com">http://www.goog [...]
-  </tr>
-  <tr><td><b>bold</b> <a href="http://www.bing.com">http://www.bing.com</a></td><td><i>italic</i> <a href="http://www.bing.com">http://www.bing.com</a></td><td><code>code</code> <a href="http://www.bing.com">http://www.bing.com</a></td><td><code>verbatim</code> <a href="http://www.bing.com">http://www.bing.com</a></td><td><span style="text-decoration:underline;">underline</span>  <a href="http://www.bing.com">http://www.bing.com</a></td><td><del>strikethrough</del> <a href="http://www.bi [...]
-  </tr>
-  <tr><td><b>bold</b> <a href="http://www.google.com">http://www.google.com</a></td><td><i>italic</i> <a href="http://www.google.com">http://www.google.com</a></td><td><code>code</code> <a href="http://www.google.com">http://www.google.com</a></td><td><code>verbatim</code> <a href="http://www.google.com">http://www.google.com</a></td><td><span style="text-decoration:underline;">underline</span>  <a href="http://www.google.com">http://www.google.com</a></td><td><del>strikethrough</del> <a [...]
-  </tr>
-  <tr><td><b>bold</b> <a href="http://www.xkcd.com">helpful text link</a></td><td><i>italic</i> <a href="http://www.xkcd.com">helpful text link</a></td><td><code>code</code> <a href="http://www.xkcd.com">helpful text link</a></td><td><code>verbatim</code> <a href="http://www.xkcd.com">helpful text link</a></td><td><span style="text-decoration:underline;">underline</span>  <a href="http://www.xkcd.com">helpful text link</a></td><td><del>strikethrough</del> <a href="http://www.xkcd.com">he [...]
-  </tr>
-  <tr><td><b>bold</b> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a></td><td><i>italic</i> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a></td><td><code>code</code> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/ [...]
-  </tr>
-  <tr><td><b>bold</b> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></td><td><i>italic</i> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></td><td><code>code</code> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></td><td><code>verbatim</code> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></td><td><span style="text-decoration:und [...]
-  </tr>
-  <tr><td><b>bold</b> <a href="http://www.google.com">http://www.google.com</a></td><td><i>italic</i> <a href="http://www.google.com">http://www.google.com</a></td><td><code>code</code> <a href="http://www.google.com">http://www.google.com</a></td><td><code>verbatim</code> <a href="http://www.google.com">http://www.google.com</a></td><td><span style="text-decoration:underline;">underline</span>  <a href="http://www.google.com">http://www.google.com</a></td><td><del>strikethrough</del> <a [...]
-  </tr>
+  <tr><td><b>bold</b> <b>bold</b></td><td><i>italic</i> <b>bold</b></td><td><code>code</code> <b>bold</b></td><td><code>verbatim</code> <b>bold</b></td><td><span style="text-decoration:underline;">underline</span>  <b>bold</b></td><td><del>strikethrough</del> <b>bold</b></td><td><a href="http://www.bing.com">http://www.bing.com</a> <b>bold</b></td><td><a href="http://www.google.com">http://www.google.com</a> <b>bold</b></td><td><a href="http://www.xkcd.com">helpful text link</a> <b>bold< [...]
+  <tr><td><b>bold</b> <i>italic</i></td><td><i>italic</i> <i>italic</i></td><td><code>code</code> <i>italic</i></td><td><code>verbatim</code> <i>italic</i></td><td><span style="text-decoration:underline;">underline</span>  <i>italic</i></td><td><del>strikethrough</del> <i>italic</i></td><td><a href="http://www.bing.com">http://www.bing.com</a> <i>italic</i></td><td><a href="http://www.google.com">http://www.google.com</a> <i>italic</i></td><td><a href="http://www.xkcd.com">helpful text l [...]
+  <tr><td><b>bold</b> <code>code</code></td><td><i>italic</i> <code>code</code></td><td><code>code</code> <code>code</code></td><td><code>verbatim</code> <code>code</code></td><td><span style="text-decoration:underline;">underline</span>  <code>code</code></td><td><del>strikethrough</del> <code>code</code></td><td><a href="http://www.bing.com">http://www.bing.com</a> <code>code</code></td><td><a href="http://www.google.com">http://www.google.com</a> <code>code</code></td><td><a href="htt [...]
+  <tr><td><b>bold</b> <code>verbatim</code></td><td><i>italic</i> <code>verbatim</code></td><td><code>code</code> <code>verbatim</code></td><td><code>verbatim</code> <code>verbatim</code></td><td><span style="text-decoration:underline;">underline</span>  <code>verbatim</code></td><td><del>strikethrough</del> <code>verbatim</code></td><td><a href="http://www.bing.com">http://www.bing.com</a> <code>verbatim</code></td><td><a href="http://www.google.com">http://www.google.com</a> <code>verb [...]
+  <tr><td><b>bold</b> <span style="text-decoration:underline;">underline</span></td><td><i>italic</i> <span style="text-decoration:underline;">underline</span></td><td><code>code</code> <span style="text-decoration:underline;">underline</span></td><td><code>verbatim</code> <span style="text-decoration:underline;">underline</span></td><td><span style="text-decoration:underline;">underline</span>  <span style="text-decoration:underline;">underline</span></td><td><del>strikethrough</del> <s [...]
+  <tr><td><b>bold</b> <del>strikethrough</del></td><td><i>italic</i> <del>strikethrough</del></td><td><code>code</code> <del>strikethrough</del></td><td><code>verbatim</code> <del>strikethrough</del></td><td><span style="text-decoration:underline;">underline</span>  <del>strikethrough</del></td><td><del>strikethrough</del> <del>strikethrough</del></td><td><a href="http://www.bing.com">http://www.bing.com</a> <del>strikethrough</del></td><td><a href="http://www.google.com">http://www.goog [...]
+  <tr><td><b>bold</b> <a href="http://www.bing.com">http://www.bing.com</a></td><td><i>italic</i> <a href="http://www.bing.com">http://www.bing.com</a></td><td><code>code</code> <a href="http://www.bing.com">http://www.bing.com</a></td><td><code>verbatim</code> <a href="http://www.bing.com">http://www.bing.com</a></td><td><span style="text-decoration:underline;">underline</span>  <a href="http://www.bing.com">http://www.bing.com</a></td><td><del>strikethrough</del> <a href="http://www.bi [...]
+  <tr><td><b>bold</b> <a href="http://www.google.com">http://www.google.com</a></td><td><i>italic</i> <a href="http://www.google.com">http://www.google.com</a></td><td><code>code</code> <a href="http://www.google.com">http://www.google.com</a></td><td><code>verbatim</code> <a href="http://www.google.com">http://www.google.com</a></td><td><span style="text-decoration:underline;">underline</span>  <a href="http://www.google.com">http://www.google.com</a></td><td><del>strikethrough</del> <a [...]
+  <tr><td><b>bold</b> <a href="http://www.xkcd.com">helpful text link</a></td><td><i>italic</i> <a href="http://www.xkcd.com">helpful text link</a></td><td><code>code</code> <a href="http://www.xkcd.com">helpful text link</a></td><td><code>verbatim</code> <a href="http://www.xkcd.com">helpful text link</a></td><td><span style="text-decoration:underline;">underline</span>  <a href="http://www.xkcd.com">helpful text link</a></td><td><del>strikethrough</del> <a href="http://www.xkcd.com">he [...]
+  <tr><td><b>bold</b> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a></td><td><i>italic</i> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a></td><td><code>code</code> <a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/ [...]
+  <tr><td><b>bold</b> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></td><td><i>italic</i> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></td><td><code>code</code> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></td><td><code>verbatim</code> <a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></td><td><span style="text-decoration:und [...]
+  <tr><td><b>bold</b> <a href="http://www.google.com">http://www.google.com</a></td><td><i>italic</i> <a href="http://www.google.com">http://www.google.com</a></td><td><code>code</code> <a href="http://www.google.com">http://www.google.com</a></td><td><code>verbatim</code> <a href="http://www.google.com">http://www.google.com</a></td><td><span style="text-decoration:underline;">underline</span>  <a href="http://www.google.com">http://www.google.com</a></td><td><del>strikethrough</del> <a [...]
 </table>
diff --git a/spec/html_examples/entities.html b/spec/html_examples/entities.html
index d19c27c..7c5d51d 100644
--- a/spec/html_examples/entities.html
+++ b/spec/html_examples/entities.html
@@ -1,11 +1,7 @@
-<p class="title">ENTITIES
-</p>
+<p class="title">ENTITIES</p>
 <p><code>Org-ruby</code> supports “smart double quotes,” ‘smart single quotes,’
 apostrophes for contractions like won’t and can’t, and other
-things… like elipses. Oh – and dashes.
-</p>
+things… like elipses. Oh – and dashes.</p>
 <p>Question: What does org-mode do for ampersands, like R&R? or &lt;?
-Answer: Those get escaped, too.
-</p>
-<h1><Even in headlines! funner & funner!>
-</h1>
+Answer: Those get escaped, too.</p>
+<h1><Even in headlines! funner & funner!></h1>
diff --git a/spec/html_examples/export-exclude-only.html b/spec/html_examples/export-exclude-only.html
index c05f740..3b74371 100644
--- a/spec/html_examples/export-exclude-only.html
+++ b/spec/html_examples/export-exclude-only.html
@@ -1,19 +1,11 @@
-<p class="title">export-headline-levels.org
-</p>
-<p>What happens when you exceed the number of headline levels to export?
-</p>
-<h1><span class="heading-number heading-number-1">1 </span>Headline 1
-</h1>
-<h2><span class="heading-number heading-number-2">1.1 </span>Headline 2
-</h2>
-<p>This bit of body <b>should</b> get exported.
-</p>
-<h3><span class="heading-number heading-number-3">1.1.1 </span>Headline 3
-</h3>
-<p>This bit of body gets exported.
-</p>
-<h4><span class="heading-number heading-number-4">1.1.1.1 </span>Headline 4 (include)
-</h4>
+<p class="title">export-headline-levels.org</p>
+<p>What happens when you exceed the number of headline levels to export?</p>
+<h1><span class="heading-number heading-number-1">1 </span>Headline 1</h1>
+<h2><span class="heading-number heading-number-2">1.1 </span>Headline 2</h2>
+<p>This bit of body <b>should</b> get exported.</p>
+<h3><span class="heading-number heading-number-3">1.1.1 </span>Headline 3</h3>
+<p>This bit of body gets exported.</p>
+<h4><span class="heading-number heading-number-4">1.1.1.1 </span>Headline 4 (include)</h4>
 <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
 nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam
 erat, sed diam voluptua. At vero eos et accusam et justo duo
@@ -28,13 +20,8 @@ consetetur sadipscing elitr, sed diam nonumy eirmod tempor
 invidunt ut labore et dolore magna aliquyam erat, sed diam
 voluptua. At vero eos et accusam et justo duo dolores et ea
 rebum. Stet clita kasd gubergren, no sea takimata sanctus est
-Lorem ipsum dolor sit amet.
-</p>
-<h3><span class="heading-number heading-number-3">1.1.2 </span>Another headline 3
-</h3>
-<p>This one <b>should not</b> get exported!!
-</p>
-<h4><span class="heading-number heading-number-4">1.1.2.1 </span>Another headline 4
-</h4>
-<p>This also <b>cannot</b> get exported!!
-</p>
+Lorem ipsum dolor sit amet.</p>
+<h3><span class="heading-number heading-number-3">1.1.2 </span>Another headline 3</h3>
+<p>This one <b>should not</b> get exported!!</p>
+<h4><span class="heading-number heading-number-4">1.1.2.1 </span>Another headline 4</h4>
+<p>This also <b>cannot</b> get exported!!</p>
diff --git a/spec/html_examples/export-keywords.html b/spec/html_examples/export-keywords.html
index 1415ddf..92da491 100644
--- a/spec/html_examples/export-keywords.html
+++ b/spec/html_examples/export-keywords.html
@@ -1,8 +1,4 @@
-<p class="title">export-keywords.org
-</p>
-<p>Testing that I can export keywords.
-</p>
-<h1><span class="heading-number heading-number-1">1 </span><span class="todo-keyword TODO">TODO </span>This is a todo item.
-</h1>
-<h1><span class="heading-number heading-number-1">2 </span><span class="todo-keyword DONE">DONE </span>this item is done!
-</h1>
+<p class="title">export-keywords.org</p>
+<p>Testing that I can export keywords.</p>
+<h1><span class="heading-number heading-number-1">1 </span><span class="todo-keyword TODO">TODO </span>This is a todo item.</h1>
+<h1><span class="heading-number heading-number-1">2 </span><span class="todo-keyword DONE">DONE </span>this item is done!</h1>
diff --git a/spec/html_examples/export-tags.html b/spec/html_examples/export-tags.html
index 2161c26..5507f1a 100644
--- a/spec/html_examples/export-tags.html
+++ b/spec/html_examples/export-tags.html
@@ -1,17 +1,10 @@
-<p class="title">export-headline-levels.org
-</p>
-<p>What happens when you exceed the number of headline levels to export?
-</p>
-<h1><span class="heading-number heading-number-1">1 </span>Headline 1
-</h1>
-<h2><span class="heading-number heading-number-2">1.1 </span>Headline 2
-</h2>
-<h3><span class="heading-number heading-number-3">1.1.1 </span>Headline 3
-</h3>
-<p>This bit of body gets exported.
-</p>
-<h4><span class="heading-number heading-number-4">1.1.1.1 </span>Headline 4 (include)
-</h4>
+<p class="title">export-headline-levels.org</p>
+<p>What happens when you exceed the number of headline levels to export?</p>
+<h1><span class="heading-number heading-number-1">1 </span>Headline 1</h1>
+<h2><span class="heading-number heading-number-2">1.1 </span>Headline 2</h2>
+<h3><span class="heading-number heading-number-3">1.1.1 </span>Headline 3</h3>
+<p>This bit of body gets exported.</p>
+<h4><span class="heading-number heading-number-4">1.1.1.1 </span>Headline 4 (include)</h4>
 <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
 nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam
 erat, sed diam voluptua. At vero eos et accusam et justo duo
@@ -26,5 +19,4 @@ consetetur sadipscing elitr, sed diam nonumy eirmod tempor
 invidunt ut labore et dolore magna aliquyam erat, sed diam
 voluptua. At vero eos et accusam et justo duo dolores et ea
 rebum. Stet clita kasd gubergren, no sea takimata sanctus est
-Lorem ipsum dolor sit amet.
-</p>
+Lorem ipsum dolor sit amet.</p>
diff --git a/spec/html_examples/export-title.html b/spec/html_examples/export-title.html
index deea793..2c06021 100644
--- a/spec/html_examples/export-title.html
+++ b/spec/html_examples/export-title.html
@@ -1,5 +1,3 @@
-<p class="title">Export Title
-</p>
+<p class="title">Export Title</p>
 <p>This simple org document should get a title from the <code>TITLE</code> option at
-the front of the file.
-</p>
+the front of the file.</p>
diff --git a/spec/html_examples/footnotes.html b/spec/html_examples/footnotes.html
index 7c6aa0b..a78b38a 100644
--- a/spec/html_examples/footnotes.html
+++ b/spec/html_examples/footnotes.html
@@ -1,13 +1,9 @@
-<p class="title">Footnotes
-</p>
+<p class="title">Footnotes</p>
 <p>Hello<sup><a class="footref" name="fnr.abc" href="#fn.abc">abc</a></sup>
-World<sup><a class="footref" name="fnr.abc" href="#fn.abc">abc</a></sup>
-</p>
-<p>Bfoo<sup><a class="footref" name="fnr.1" href="#fn.1">1</a></sup>
-</p>
+World<sup><a class="footref" name="fnr.abc" href="#fn.abc">abc</a></sup></p>
+<p>Bfoo<sup><a class="footref" name="fnr.1" href="#fn.1">1</a></sup></p>
 <div id="footnotes">
-<h2 class="footnotes">Footnotes:
-</h2>
+<h2 class="footnotes">Footnotes:</h2>
 <div id="text-footnotes">
 <p class="footnote"><sup><a class="footnum" name="fn.abc" href="#fnr.abc">abc</a></sup>definition of abc
 </p>
diff --git a/spec/html_examples/horizontal_rule.html b/spec/html_examples/horizontal_rule.html
index d982543..69576b7 100644
--- a/spec/html_examples/horizontal_rule.html
+++ b/spec/html_examples/horizontal_rule.html
@@ -1,7 +1,4 @@
-<p class="title">Useful contribution by <a href="http://www.neilsmithline.com">Neil-Smithline</a>
-</p>
-<p>5 hyphens or more,
-</p>
+<p class="title">Useful contribution by <a href="http://www.neilsmithline.com">Neil-Smithline</a></p>
+<p>5 hyphens or more,</p>
 <hr />
-<p>will produce a horizontal rule.
-</p>
+<p>will produce a horizontal rule.</p>
diff --git a/spec/html_examples/html-literal.html b/spec/html_examples/html-literal.html
index d342943..ad3e645 100644
--- a/spec/html_examples/html-literal.html
+++ b/spec/html_examples/html-literal.html
@@ -1,6 +1,4 @@
-<p class="title">HTML literals
-</p>
+<p class="title">HTML literals</p>
 <p>ORG escapes HTML by default. This should <b>not be bold text!</b>
 Instead, it should look like regular text with some HTML tags around
-it.
-</p>
+it.</p>
diff --git a/spec/html_examples/inline-formatting.html b/spec/html_examples/inline-formatting.html
index eb8e5f3..b15f1f3 100644
--- a/spec/html_examples/inline-formatting.html
+++ b/spec/html_examples/inline-formatting.html
@@ -1,51 +1,32 @@
-<p class="title">Inline Formatting
-</p>
+<p class="title">Inline Formatting</p>
 <p>I want to make sure I handle all inline formatting. I need to handle
-<b>bold</b>, <i>italic</i>, <code>code</code>, <code>verbatim</code>, <span style="text-decoration:underline;">underline</span>, <del>strikethrough</del>.
-</p>
+<b>bold</b>, <i>italic</i>, <code>code</code>, <code>verbatim</code>, <span style="text-decoration:underline;">underline</span>, <del>strikethrough</del>.</p>
 <p>In addition, I need to make sure I can handle links. We’ve got simple
-links, like this:
-</p>
+links, like this:</p>
 <ul>
-  <li><a href="http://www.bing.com">http://www.bing.com</a>
-  </li>
-  <li><a href="http://www.google.com">http://www.google.com</a>
-  </li>
-  <li>http://www.gmail.com
-  </li>
+  <li><a href="http://www.bing.com">http://www.bing.com</a></li>
+  <li><a href="http://www.google.com">http://www.google.com</a></li>
+  <li>http://www.gmail.com</li>
 </ul>
 <p>Note the last one <b>is not</b> a link, as the source doesn’t include it in
-double-brackets and I don’t auto-recognize URLs.
-</p>
-<p>I should also handle links with <a href="http://www.xkcd.com">helpful text</a>.
-</p>
+double-brackets and I don’t auto-recognize URLs.</p>
+<p>I should also handle links with <a href="http://www.xkcd.com">helpful text</a>.</p>
 <p>Helpful addition from <a href="https://github.com/punchagan">punchagan</a>, we now
 recognize when the link goes to an image and make the link anchor be the
-image, like this:
-</p>
+image, like this:</p>
 <ul>
-  <li><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a>
-  </li>
+  <li><a href="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg"><img src="http://farm7.static.flickr.com/6078/6084185195_552aa270b2.jpg" /></a></li>
 </ul>
 <p>Also, if you make the descriptive text be an image, then it will get formatted
-with an image tag, like so:
-</p>
+with an image tag, like so:</p>
 <ul>
-  <li><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a>
-  </li>
+  <li><a href="http://www.xkcd.com"><img src="http://imgs.xkcd.com/comics/t_cells.png" /></a></li>
 </ul>
-<p>Helpful addition from <a href="https://github.com/wallyqs">wallyqs</a>:
-</p>
+<p>Helpful addition from <a href="https://github.com/wallyqs">wallyqs</a>:</p>
 <p>While “naked” links don’t work (like http://www.google.com), angle links
-do work. This should look like a link: <a href="http://www.google.com">http://www.google.com</a>.
-</p>
-<p>It should be possible to use both kind of links on the same paragraph:
-</p>
-<p>This is an angle link <a href="http://google.com">http://google.com</a> and this is a bracket link <a href="https://github.com/bdewey/org-ruby">to a repository</a>.
-</p>
-<p>This is a bracket link <a href="https://github.com/bdewey/org-ruby">to a repository</a> and this is an angle link <a href="http://google.com">http://google.com</a>.
-</p>
-<p>This is a bracket link <a href="https://github.com/bdewey/org-ruby">to a repository</a> and this is a bracket link too  <a href="https://github.com/bdewey/org-ruby">to a repository</a>.
-</p>
-<p>This is an angle link <a href="http://google.com">http://google.com</a> and this is an angle link too <a href="http://google.com">http://google.com</a>.
-</p>
+do work. This should look like a link: <a href="http://www.google.com">http://www.google.com</a>.</p>
+<p>It should be possible to use both kind of links on the same paragraph:</p>
+<p>This is an angle link <a href="http://google.com">http://google.com</a> and this is a bracket link <a href="https://github.com/bdewey/org-ruby">to a repository</a>.</p>
+<p>This is a bracket link <a href="https://github.com/bdewey/org-ruby">to a repository</a> and this is an angle link <a href="http://google.com">http://google.com</a>.</p>
+<p>This is a bracket link <a href="https://github.com/bdewey/org-ruby">to a repository</a> and this is a bracket link too  <a href="https://github.com/bdewey/org-ruby">to a repository</a>.</p>
+<p>This is an angle link <a href="http://google.com">http://google.com</a> and this is an angle link too <a href="http://google.com">http://google.com</a>.</p>
diff --git a/spec/html_examples/inline-images.html b/spec/html_examples/inline-images.html
index 155fbf5..060c71d 100644
--- a/spec/html_examples/inline-images.html
+++ b/spec/html_examples/inline-images.html
@@ -1,20 +1,12 @@
-<p class="title">Inline Images
-</p>
+<p class="title">Inline Images</p>
 <p>Per the org-mode <a href="http://orgmode.org/manual/Images-and-tables.html#Images-and-tables">spec</a>, you can include inline images as links without
-any descriptive link text, like this:
-</p>
-<p><a href="http://farm5.static.flickr.com/4049/4358074549_5efb8b4903.jpg"><img src="http://farm5.static.flickr.com/4049/4358074549_5efb8b4903.jpg" /></a>
-</p>
+any descriptive link text, like this:</p>
+<p><a href="http://farm5.static.flickr.com/4049/4358074549_5efb8b4903.jpg"><img src="http://farm5.static.flickr.com/4049/4358074549_5efb8b4903.jpg" /></a></p>
 <p>I currently do not support the caption/link syntax, but I can include
-the inline image. I recognize the following image file types:
-</p>
+the inline image. I recognize the following image file types:</p>
 <ul>
-  <li>.jpg
-  </li>
-  <li>.png
-  </li>
-  <li>.gif
-  </li>
-  <li>.jpeg
-  </li>
+  <li>.jpg</li>
+  <li>.png</li>
+  <li>.gif</li>
+  <li>.jpeg</li>
 </ul>
diff --git a/spec/html_examples/link-features.html b/spec/html_examples/link-features.html
index d1c08e0..519420c 100644
--- a/spec/html_examples/link-features.html
+++ b/spec/html_examples/link-features.html
@@ -1,40 +1,24 @@
-<p class="title">link-features.org
-</p>
+<p class="title">link-features.org</p>
 <p>Org-mode export supports a lot of link features. I’ve covered “simple”
 HTML links elsewhere. Now let’s cover links to other org files, other
-sections within documents, etc.
-</p>
-<h1>Links to other org files
-</h1>
+sections within documents, etc.</p>
+<h1>Links to other org files</h1>
 <p>This is a link to the <code>code-comment.org</code> file in the same
 directory. In <code>emacs</code>, if you click it, the other file opens. We
-want the same behavior in the HTML export.
-</p>
-<p><a href="code-comment.html">Code Comment</a>
-</p>
-<h1>Search links
-</h1>
-<p>This is a search link into code-comment.org.
-</p>
-<p><a href="code-comment.html">Code Comment</a>
-</p>
-<h1>Correct handling of .org URIs in HTML markup routine (thanks @rayl!)
-</h1>
+want the same behavior in the HTML export.</p>
+<p><a href="code-comment.html">Code Comment</a></p>
+<h1>Search links</h1>
+<p>This is a search link into code-comment.org.</p>
+<p><a href="code-comment.html">Code Comment</a></p>
+<h1>Correct handling of .org URIs in HTML markup routine (thanks @rayl!)</h1>
 <ul>
-  <li><a href="http://foo.com">foo.com website</a>
-  </li>
-  <li><a href="http://foo.org">foo.org website</a>
-  </li>
-  <li><a href="http://foo.org/foo.org">foo.org/foo.org</a>
-  </li>
-  <li><a href="http://localhost:4567/foo.org">localhost:4567/foo.org</a>
-  </li>
+  <li><a href="http://foo.com">foo.com website</a></li>
+  <li><a href="http://foo.org">foo.org website</a></li>
+  <li><a href="http://foo.org/foo.org">foo.org/foo.org</a></li>
+  <li><a href="http://localhost:4567/foo.org">localhost:4567/foo.org</a></li>
 </ul>
-<h1>In these links, .org is converted to .html
-</h1>
+<h1>In these links, .org is converted to .html</h1>
 <ul>
-  <li><a href="path.html">file:path.org label</a>
-  </li>
-  <li><a href="notes/path.html">file:notes/path.org label</a>
-  </li>
+  <li><a href="path.html">file:path.org label</a></li>
+  <li><a href="notes/path.html">file:notes/path.org label</a></li>
 </ul>
diff --git a/spec/html_examples/lists.html b/spec/html_examples/lists.html
index 3cbc07e..d32d93b 100644
--- a/spec/html_examples/lists.html
+++ b/spec/html_examples/lists.html
@@ -1,20 +1,13 @@
-<h1 class="title">Lists
-</h1>
-<p>I want to make sure I have great support for lists.
-</p>
+<h1 class="title">Lists</h1>
+<p>I want to make sure I have great support for lists.</p>
 <ul>
-  <li>This is an unordered list
-  </li>
-  <li>This continues the unordered list
-  </li>
+  <li>This is an unordered list</li>
+  <li>This continues the unordered list</li>
 </ul>
-<p>And this is a paragraph <b>after</b> the list.
-</p>
-<h2>Wrapping within the list
-</h2>
+<p>And this is a paragraph <b>after</b> the list.</p>
+<h2>Wrapping within the list</h2>
 <ul>
-  <li>This is a single-line list item in the org file.
-  </li>
+  <li>This is a single-line list item in the org file.</li>
   <li>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
 nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam
 erat, sed diam voluptua. At vero eos et accusam et justo duo
@@ -29,31 +22,21 @@ consetetur sadipscing elitr, sed diam nonumy eirmod tempor
 invidunt ut labore et dolore magna aliquyam erat, sed diam
 voluptua. At vero eos et accusam et justo duo dolores et ea
 rebum. Stet clita kasd gubergren, no sea takimata sanctus est
-Lorem ipsum dolor sit amet.
-  </li>
+Lorem ipsum dolor sit amet.</li>
   <li>And this is the next item. The previous item needs to be on one
-line to keep <code>textile</code> happy.
-  </li>
-  <li>Ditto the previous line, actually.
-  </li>
+line to keep <code>textile</code> happy.</li>
+  <li>Ditto the previous line, actually.</li>
 </ul>
-<h2>Edge cases
-</h2>
+<h2>Edge cases</h2>
 <ul>
-  <li>This is a single-line list.
-  </li>
+  <li>This is a single-line list.</li>
 </ul>
 <p>And this is a <b>separate paragraph.</b> Note the indentation in the org
-file.
-</p>
-<h2>Invalid lists
-</h2>
+file.</p>
+<h2>Invalid lists</h2>
 <p>Note that spaces are required to denote lists. Thus, none of the following
-should get recognized as lists.
-</p>
+should get recognized as lists.</p>
 <p>-This isn’t a list.
--And this isn’t a list.
-</p>
+-And this isn’t a list.</p>
 <p>1.And this isn’t a list.
-2.And this isn’t a list.
-</p>
+2.And this isn’t a list.</p>
diff --git a/spec/html_examples/metadata-comment.html b/spec/html_examples/metadata-comment.html
index a6e1d02..a97c775 100644
--- a/spec/html_examples/metadata-comment.html
+++ b/spec/html_examples/metadata-comment.html
@@ -1,8 +1,6 @@
-<h1 class="title">Metadata, etc.
-</h1>
+<h1 class="title">Metadata, etc.</h1>
 <p>I normally filter out things that look like metadata. Can’t do it any
-more. I need to see all of the following:
-</p>
+more. I need to see all of the following:</p>
 <pre class="example">
 * DONE Handle inline formatting
   CLOSED: [2009-12-26 Sat 21:41]
diff --git a/spec/html_examples/only-list.html b/spec/html_examples/only-list.html
index 950e562..f6ff4f8 100644
--- a/spec/html_examples/only-list.html
+++ b/spec/html_examples/only-list.html
@@ -1,8 +1,5 @@
 <ul class="title">
-  <li>This file has only a list
-  </li>
-  <li>Note it will end with nothing other than a list item.
-  </li>
-  <li>the world wants to know: Will org-ruby write the closing ul tag?
-  </li>
+  <li>This file has only a list</li>
+  <li>Note it will end with nothing other than a list item.</li>
+  <li>the world wants to know: Will org-ruby write the closing ul tag?</li>
 </ul>
diff --git a/spec/html_examples/only-table.html b/spec/html_examples/only-table.html
index 84fa50a..f113bd8 100644
--- a/spec/html_examples/only-table.html
+++ b/spec/html_examples/only-table.html
@@ -1,10 +1,6 @@
 <table class="title">
-  <tr><th>One</th><th>Two</th><th>Three</th><th>Four</th>
-  </tr>
-  <tr><td>Five</td><td>Six</td><td>Seven</td><td>Eight</td>
-  </tr>
-  <tr><td>Nine</td><td>Ten</td><td>Eleven</td><td>Twelve</td>
-  </tr>
-  <tr><td><b>format</b></td><td><i>text</i></td><td><code>in</code></td><td><span style="text-decoration:underline;">cells</span></td>
-  </tr>
+  <tr><th>One</th><th>Two</th><th>Three</th><th>Four</th></tr>
+  <tr><td>Five</td><td>Six</td><td>Seven</td><td>Eight</td></tr>
+  <tr><td>Nine</td><td>Ten</td><td>Eleven</td><td>Twelve</td></tr>
+  <tr><td><b>format</b></td><td><i>text</i></td><td><code>in</code></td><td><span style="text-decoration:underline;">cells</span></td></tr>
 </table>
diff --git a/spec/html_examples/properties_drawer.html b/spec/html_examples/properties_drawer.html
index 15f2113..c500381 100644
--- a/spec/html_examples/properties_drawer.html
+++ b/spec/html_examples/properties_drawer.html
@@ -1,26 +1,19 @@
-<h1 class="title">The mount point of the fullest disk
-</h1>
-<h2>query all mounted disks
-</h2>
+<h1 class="title">The mount point of the fullest disk</h1>
+<h2>query all mounted disks</h2>
 <pre class="example">
   df \
 </pre>
-<h2>strip the header row
-</h2>
+<h2>strip the header row</h2>
 <pre class="example">
   |sed '1d' \
 </pre>
-<h2>sort by the percent full
-</h2>
+<h2>sort by the percent full</h2>
 <pre class="example">
   |awk '{print $5 " " $6}'|sort -n |tail -1 \
 </pre>
-<h2>extract the mount point
-</h2>
+<h2>extract the mount point</h2>
 <pre class="example">
   |awk '{print $2}'
 </pre>
-<h1>Properties drawer example
-</h1>
-<p>These properties are metadata so they should not be visible.
-</p>
+<h1>Properties drawer example</h1>
+<p>These properties are metadata so they should not be visible.</p>
diff --git a/spec/html_examples/skip-header.html b/spec/html_examples/skip-header.html
index 29ef7ba..e4e1859 100644
--- a/spec/html_examples/skip-header.html
+++ b/spec/html_examples/skip-header.html
@@ -1,6 +1,3 @@
-<p class="title">skip-header.org
-</p>
-<h1><span class="heading-number heading-number-1">1 </span>First heading
-</h1>
-<p>This should be the first text in the output.
-</p>
+<p class="title">skip-header.org</p>
+<h1><span class="heading-number heading-number-1">1 </span>First heading</h1>
+<p>This should be the first text in the output.</p>
diff --git a/spec/html_examples/skip-table.html b/spec/html_examples/skip-table.html
index 4263663..470a8ce 100644
--- a/spec/html_examples/skip-table.html
+++ b/spec/html_examples/skip-table.html
@@ -1,9 +1,5 @@
-<p class="title">skip-table.org
-</p>
-<p>Checking that tables are skipped when directed.
-</p>
+<p class="title">skip-table.org</p>
+<p>Checking that tables are skipped when directed.</p>
 <p>For grins, here’s another table without a header. Just keep the bases
-covered.
-</p>
-<p>Again, in the HTML output, you should see <b>no tables</b>.
-</p>
+covered.</p>
+<p>Again, in the HTML output, you should see <b>no tables</b>.</p>
diff --git a/spec/html_examples/subsupscript-nil.html b/spec/html_examples/subsupscript-nil.html
index fa8e3a5..3bda423 100644
--- a/spec/html_examples/subsupscript-nil.html
+++ b/spec/html_examples/subsupscript-nil.html
@@ -1,6 +1,3 @@
-<p class="title">SUBSUPSCRIPT
-</p>
-<p>a^{b}
-</p>
-<p>a_{b}
-</p>
+<p class="title">SUBSUPSCRIPT</p>
+<p>a^{b}</p>
+<p>a_{b}</p>
diff --git a/spec/html_examples/subsupscript.html b/spec/html_examples/subsupscript.html
index 561bce4..5ed592f 100644
--- a/spec/html_examples/subsupscript.html
+++ b/spec/html_examples/subsupscript.html
@@ -1,6 +1,3 @@
-<p class="title">SUBSUPSCRIPT
-</p>
-<p>a<sup>b</sup>
-</p>
-<p>a<sub>b</sub>
-</p>
+<p class="title">SUBSUPSCRIPT</p>
+<p>a<sup>b</sup></p>
+<p>a<sub>b</sub></p>
diff --git a/spec/html_examples/tables.html b/spec/html_examples/tables.html
index 6314db9..c15f547 100644
--- a/spec/html_examples/tables.html
+++ b/spec/html_examples/tables.html
@@ -1,71 +1,42 @@
-<p class="title">TABLES
-</p>
-<p>Different types of ORG tables.
-</p>
-<h1>Simple table, no header.
-</h1>
+<p class="title">TABLES</p>
+<p>Different types of ORG tables.</p>
+<h1>Simple table, no header.</h1>
 <table>
-  <tr><td>Cell one</td><td>Cell two</td>
-  </tr>
-  <tr><td>Cell three</td><td>Cell four</td>
-  </tr>
+  <tr><td>Cell one</td><td>Cell two</td></tr>
+  <tr><td>Cell three</td><td>Cell four</td></tr>
 </table>
-<h1>Indented table
-</h1>
+<h1>Indented table</h1>
 <table>
-  <tr><td>Cell one</td>
-  </tr>
-  <tr><td>Cell two</td>
-  </tr>
+  <tr><td>Cell one</td></tr>
+  <tr><td>Cell two</td></tr>
 </table>
 <p>And here’s some paragraph content. The line breaks will need to get
-removed here, but not for the tables.
-</p>
-<h1>Table with header
-</h1>
+removed here, but not for the tables.</p>
+<h1>Table with header</h1>
 <table>
-  <tr><th>One</th><th>Two</th><th>Three</th>
-  </tr>
-  <tr><td>Four</td><td>Five</td><td>Six</td>
-  </tr>
-  <tr><td>Seven</td><td>Eight</td><td>Nine</td>
-  </tr>
+  <tr><th>One</th><th>Two</th><th>Three</th></tr>
+  <tr><td>Four</td><td>Five</td><td>Six</td></tr>
+  <tr><td>Seven</td><td>Eight</td><td>Nine</td></tr>
 </table>
-<p>The separator row should not get printed out.
-</p>
-<h1>Table with complete box
-</h1>
+<p>The separator row should not get printed out.</p>
+<h1>Table with complete box</h1>
 <table>
-  <tr><th>One</th><th>Two</th><th>Three</th>
-  </tr>
-  <tr><td>Four</td><td>Five</td><td>Six</td>
-  </tr>
-  <tr><td>Seven</td><td>Eight</td><td>Nine</td>
-  </tr>
+  <tr><th>One</th><th>Two</th><th>Three</th></tr>
+  <tr><td>Four</td><td>Five</td><td>Six</td></tr>
+  <tr><td>Seven</td><td>Eight</td><td>Nine</td></tr>
 </table>
-<p>Only the first row should be a header row.
-</p>
-<h1>Table with extra lines
-</h1>
+<p>Only the first row should be a header row.</p>
+<h1>Table with extra lines</h1>
 <table>
-  <tr><th>One</th><th>Two</th><th>Three</th>
-  </tr>
-  <tr><td>Four</td><td>Five</td><td>Six</td>
-  </tr>
-  <tr><td>Seven</td><td>Eight</td><td>Nine</td>
-  </tr>
-  <tr><td>Ten</td><td>Eleven</td><td>Twelve</td>
-  </tr>
+  <tr><th>One</th><th>Two</th><th>Three</th></tr>
+  <tr><td>Four</td><td>Five</td><td>Six</td></tr>
+  <tr><td>Seven</td><td>Eight</td><td>Nine</td></tr>
+  <tr><td>Ten</td><td>Eleven</td><td>Twelve</td></tr>
 </table>
-<p>Only the first row should be a header row.
-</p>
-<h1>Fix error when table starts with hline (Thanks @til!)
-</h1>
+<p>Only the first row should be a header row.</p>
+<h1>Fix error when table starts with hline (Thanks @til!)</h1>
 <table>
-  <tr><th>foo</th><th>bar</th>
-  </tr>
-  <tr><td>1</td><td>2</td>
-  </tr>
+  <tr><th>foo</th><th>bar</th></tr>
+  <tr><td>1</td><td>2</td></tr>
 </table>
-<p>https://github.com/bdewey/org-ruby/pull/34
-</p>
+<p>https://github.com/bdewey/org-ruby/pull/34</p>
diff --git a/spec/html_examples/text.html b/spec/html_examples/text.html
index 0d87898..7bc1cd1 100644
--- a/spec/html_examples/text.html
+++ b/spec/html_examples/text.html
@@ -1,5 +1,4 @@
-<p class="title">The simplest case: translating plain text.
-</p>
+<p class="title">The simplest case: translating plain text.</p>
 <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
 nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
 sed diam voluptua. At vero eos et accusam et justo duo dolores et ea
@@ -13,5 +12,4 @@ amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor
 invidunt ut labore et dolore magna aliquyam erat, sed diam
 voluptua. At vero eos et accusam et justo duo dolores et ea
 rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem
-ipsum dolor sit amet.
-</p>
+ipsum dolor sit amet.</p>
diff --git a/spec/textile_examples/block_code.textile b/spec/textile_examples/block_code.textile
index 84d04a7..210eeb9 100644
--- a/spec/textile_examples/block_code.textile
+++ b/spec/textile_examples/block_code.textile
@@ -3,8 +3,7 @@ h1. Block Code
 p. I need to get block code examples working. In @orgmode@, they look
 like this:
 
-bc.. 
-    def initialize(output)
+bc.     def initialize(output)
       @output = output
       @buffer = ""
       @output_type = :start
@@ -23,7 +22,7 @@ p. Putting in another paragraph for good measure.
 
 p. Code should also get cancelled by a list, thus:
 
-bc.. This is my code!
+bc. This is my code!
 
 Another line!
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-org.git



More information about the Pkg-ruby-extras-commits mailing list