[DRE-commits] [ruby-org] 207/303: Examles of correct HTML outputs with code blocks.

Jérémy Bobbio lunar at alioth.debian.org
Fri Aug 9 17:33:58 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 583ab189c6bd37aa544fec658406ed0bae039342
Author: vonavi <ivvl82 at gmail.com>
Date:   Wed Dec 19 20:43:02 2012 +0200

    Examles of correct HTML outputs with code blocks.
---
 spec/html_examples/block_code.html       |   15 +-
 spec/html_examples/code-comment.html     |   16 +-
 spec/html_examples/emphasis.html         |  969 ++++++++++++++++++++----------
 spec/html_examples/escape-pre.html       |    8 +-
 spec/html_examples/footnotes.html        |    3 +-
 spec/html_examples/metadata-comment.html |    6 +-
 6 files changed, 675 insertions(+), 342 deletions(-)

diff --git a/spec/html_examples/block_code.html b/spec/html_examples/block_code.html
index b370057..e8e25c7 100644
--- a/spec/html_examples/block_code.html
+++ b/spec/html_examples/block_code.html
@@ -1,6 +1,8 @@
-<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)
@@ -15,9 +17,12 @@ like this:</p>
     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!
 
diff --git a/spec/html_examples/code-comment.html b/spec/html_examples/code-comment.html
index c493844..b345b07 100644
--- a/spec/html_examples/code-comment.html
+++ b/spec/html_examples/code-comment.html
@@ -1,19 +1,21 @@
-<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:
+#+AUTHOR:    
 #+EMAIL:     brian at BRIAN-DESK
 #+DATE:      2009-12-29 Tue
-#+DESCRIPTION:
-#+KEYWORDS:
+#+DESCRIPTION: 
+#+KEYWORDS: 
 #+LANGUAGE:  en
 #+OPTIONS:   H:3 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
 #+OPTIONS:   TeX:t LaTeX:nil skip:nil d:nil todo:t pri:nil tags:not-in-toc
 #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js
 #+EXPORT_SELECT_TAGS: export
 #+EXPORT_EXCLUDE_TAGS: noexport
-#+LINK_UP:
-#+LINK_HOME:
+#+LINK_UP:   
+#+LINK_HOME: 
 </pre>
diff --git a/spec/html_examples/emphasis.html b/spec/html_examples/emphasis.html
index 8bd7841..804ba8e 100644
--- a/spec/html_examples/emphasis.html
+++ b/spec/html_examples/emphasis.html
@@ -1,21 +1,39 @@
-<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>
+<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>
 <pre class="example">
 emphasis_tests = [
 "*bold*",
@@ -40,7 +58,8 @@ end
 
 all.each {|e| puts e}
 </pre>
-<h2>Mixed together test</h2>
+<h2>Mixed together test
+</h2>
 <pre class="example">
 emphasis_tests = ["*","/","=","~","_","+"]
 
@@ -53,79 +72,152 @@ 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 = ["*","/","=","~","_","+"]
 
@@ -138,78 +230,115 @@ 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 = ["*","/","=","~","_","+"]
 
@@ -223,269 +352,463 @@ 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><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 [...]
+  <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>
 </table>
diff --git a/spec/html_examples/escape-pre.html b/spec/html_examples/escape-pre.html
index 125df07..0671519 100644
--- a/spec/html_examples/escape-pre.html
+++ b/spec/html_examples/escape-pre.html
@@ -1,6 +1,6 @@
 <pre class="example">
-<li>[ ] &#8220;smart quotes&#8221;</li>
-<li>[ ] I think I need this for &#8216;single quotes&#8217; too. Don&#8217;t I?</li>
-<li>[ ] Em dashes would be great &#8212; wouldn&#8217;t they?</li>
-<li>[ ] I hope to develop an en dash sometime in 2010 &#8211; 2011.</li>
+<li>[ ] &#8220;smart quotes&#8221;</li> 
+<li>[ ] I think I need this for &#8216;single quotes&#8217; too. Don&#8217;t I?</li> 
+<li>[ ] Em dashes would be great &#8212; wouldn&#8217;t they?</li> 
+<li>[ ] I hope to develop an en dash sometime in 2010 &#8211; 2011.</li> 
 </pre>
diff --git a/spec/html_examples/footnotes.html b/spec/html_examples/footnotes.html
index a18bed7..7c6aa0b 100644
--- a/spec/html_examples/footnotes.html
+++ b/spec/html_examples/footnotes.html
@@ -6,7 +6,8 @@ World<sup><a class="footref" name="fnr.abc" href="#fn.abc">abc</a></sup>
 <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/metadata-comment.html b/spec/html_examples/metadata-comment.html
index a97c775..a6e1d02 100644
--- a/spec/html_examples/metadata-comment.html
+++ b/spec/html_examples/metadata-comment.html
@@ -1,6 +1,8 @@
-<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]

-- 
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