[DRE-commits] [ruby-org] 227/303: Updates all examples in accordance with the previous commit.
Jérémy Bobbio
lunar at alioth.debian.org
Fri Aug 9 17:34:03 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 30f3c0c8c0b5c15c0c4d57969b0ce0d19e4c5675
Author: vonavi <ivvl82 at gmail.com>
Date: Sat Jan 12 03:18:00 2013 +0300
Updates all examples in accordance with the previous commit.
---
.../advanced-code-coderay.html | 4 +-
.../advanced-code-no-color.html | 4 +-
.../advanced-code-pygments.html | 4 +-
spec/html_examples/advanced-lists.html | 2 +-
spec/html_examples/block_code.html | 2 +-
spec/html_examples/code-comment.html | 2 +-
spec/html_examples/code-lists.html | 8 +-
spec/html_examples/custom-seq-todo.html | 8 +-
spec/html_examples/custom-todo.html | 8 +-
spec/html_examples/custom-typ-todo.html | 8 +-
spec/html_examples/emphasis.html | 216 ++++++++++----------
spec/html_examples/entities.html | 6 +-
spec/html_examples/export-exclude-only.html | 28 +--
spec/html_examples/export-tags.html | 28 +--
spec/html_examples/export-title.html | 2 +-
spec/html_examples/footnotes.html | 2 +-
spec/html_examples/html-literal.html | 4 +-
spec/html_examples/inline-formatting.html | 14 +-
spec/html_examples/inline-images.html | 4 +-
spec/html_examples/link-features.html | 8 +-
spec/html_examples/lists.html | 38 ++--
spec/html_examples/metadata-comment.html | 2 +-
spec/html_examples/skip-table.html | 2 +-
spec/html_examples/tables.html | 2 +-
spec/html_examples/text.html | 26 +--
25 files changed, 216 insertions(+), 216 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 9232eae..c2fadd3 100644
--- a/spec/html_code_syntax_highlight_examples/advanced-code-coderay.html
+++ b/spec/html_code_syntax_highlight_examples/advanced-code-coderay.html
@@ -52,8 +52,8 @@ echo 'Defaults env_keeps="http_proxy https_proxy ftp_proxy"' | sudo te
<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>
+ :symbols. They sure are the
+ best things in the world!</p>
</blockquote>
<pre class="src src-ruby">
{
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 7f12f95..5c2daff 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
@@ -52,8 +52,8 @@ echo 'Defaults env_keeps="http_proxy https_proxy ftp_proxy"' | sudo tee -a /etc/
<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>
+ :symbols. They sure are the
+ 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 6f5dab3..cf19cfe 100644
--- a/spec/html_code_syntax_highlight_examples/advanced-code-pygments.html
+++ b/spec/html_code_syntax_highlight_examples/advanced-code-pygments.html
@@ -48,8 +48,8 @@
<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>
+ :symbols. They sure are the
+ 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>
diff --git a/spec/html_examples/advanced-lists.html b/spec/html_examples/advanced-lists.html
index f8c99e1..4110de4 100644
--- a/spec/html_examples/advanced-lists.html
+++ b/spec/html_examples/advanced-lists.html
@@ -18,7 +18,7 @@
</li>
</ul>
<p>Note the list ends just some more text. Make sure both list 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>
diff --git a/spec/html_examples/block_code.html b/spec/html_examples/block_code.html
index 6230355..f791d1e 100644
--- a/spec/html_examples/block_code.html
+++ b/spec/html_examples/block_code.html
@@ -1,6 +1,6 @@
<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)
diff --git a/spec/html_examples/code-comment.html b/spec/html_examples/code-comment.html
index 80cbd56..7a289a2 100644
--- a/spec/html_examples/code-comment.html
+++ b/spec/html_examples/code-comment.html
@@ -1,6 +1,6 @@
<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 4fa55eb..9069b93 100644
--- a/spec/html_examples/code-lists.html
+++ b/spec/html_examples/code-lists.html
@@ -1,7 +1,7 @@
<h1 class="title">normal list should work</h1>
<ul>
<li>one
-text in the same line
+ text in the same line
<p>This is a paragraph</p>
<ul>
<li>A sublist
@@ -65,7 +65,7 @@ text in the same line
<li>Example
<ul>
<li>Uno
-Lorem
+ Lorem
<blockquote>
<p>A quote!!!</p>
</blockquote>
@@ -98,12 +98,12 @@ Lorem
<li>Example
<dl>
<dt>Hello</dt><dd>Hola
-Paragrap continues here</dd>
+ Paragrap continues here</dd>
<blockquote>
<p>Cuando me desperte, el dinosaurio estaba alli.</p>
</blockquote>
<dt>Dog</dt><dd>Perro
-Paragraph</dd>
+ Paragraph</dd>
</dl>
<ul>
<li>Last sublist</li>
diff --git a/spec/html_examples/custom-seq-todo.html b/spec/html_examples/custom-seq-todo.html
index 1a451d9..b13fb7b 100644
--- a/spec/html_examples/custom-seq-todo.html
+++ b/spec/html_examples/custom-seq-todo.html
@@ -1,13 +1,13 @@
<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>
+ 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>
<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>
diff --git a/spec/html_examples/custom-todo.html b/spec/html_examples/custom-todo.html
index 1a451d9..b13fb7b 100644
--- a/spec/html_examples/custom-todo.html
+++ b/spec/html_examples/custom-todo.html
@@ -1,13 +1,13 @@
<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>
+ 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>
<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>
diff --git a/spec/html_examples/custom-typ-todo.html b/spec/html_examples/custom-typ-todo.html
index 1a451d9..b13fb7b 100644
--- a/spec/html_examples/custom-typ-todo.html
+++ b/spec/html_examples/custom-typ-todo.html
@@ -1,13 +1,13 @@
<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>
+ 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>
<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>
diff --git a/spec/html_examples/emphasis.html b/spec/html_examples/emphasis.html
index 8bd7841..869065a 100644
--- a/spec/html_examples/emphasis.html
+++ b/spec/html_examples/emphasis.html
@@ -138,77 +138,77 @@ 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>
+ +and continuing here to close+</del></p>
<h2>Multiline support test :: two lines</h2>
<pre class="example">
emphasis_tests = ["*","/","=","~","_","+"]
@@ -222,113 +222,113 @@ end
all.each {|e| puts e}
</pre>
<p>*Starting the line here
-<b>and continuing here
-to close*</b></p>
+ <b>and continuing here
+ to close*</b></p>
<p>*Starting the line here
-/and continuing here
-to close/*</p>
+ /and continuing here
+ to close/*</p>
<p>*Starting the line here
-=and continuing here
-to close=*</p>
+ =and continuing here
+ to close=*</p>
<p>*Starting the line here
-~and continuing here
-to close~*</p>
+ ~and continuing here
+ to close~*</p>
<p>*Starting the line here
-_and continuing here
-to close_*</p>
+ _and continuing here
+ to close_*</p>
<p>*Starting the line here
-+and continuing here
-to close+*</p>
+ +and continuing here
+ to close+*</p>
<p>/Starting the line here
-*and continuing here
-to close*/</p>
+ *and continuing here
+ to close*/</p>
<p>/Starting the line here
-<i>and continuing here
-to close/</i></p>
+ <i>and continuing here
+ to close/</i></p>
<p>/Starting the line here
-=and continuing here
-to close=/</p>
+ =and continuing here
+ to close=/</p>
<p>/Starting the line here
-~and continuing here
-to close~/</p>
+ ~and continuing here
+ to close~/</p>
<p>/Starting the line here
-_and continuing here
-to close_/</p>
+ _and continuing here
+ to close_/</p>
<p>/Starting the line here
-+and continuing here
-to close+/</p>
+ +and continuing here
+ to close+/</p>
<p>=Starting the line here
-*and continuing here
-to close*=</p>
+ *and continuing here
+ to close*=</p>
<p>=Starting the line here
-/and continuing here
-to close/=</p>
+ /and continuing here
+ to close/=</p>
<p>=Starting the line here
-<code>and continuing here
-to close=</code></p>
+ <code>and continuing here
+ to close=</code></p>
<p>=Starting the line here
-~and continuing here
-to close~=</p>
+ ~and continuing here
+ to close~=</p>
<p>=Starting the line here
-_and continuing here
-to close_=</p>
+ _and continuing here
+ to close_=</p>
<p>=Starting the line here
-+and continuing here
-to close+=</p>
+ +and continuing here
+ to close+=</p>
<p>~Starting the line here
-*and continuing here
-to close*~</p>
+ *and continuing here
+ to close*~</p>
<p>~Starting the line here
-/and continuing here
-to close/~</p>
+ /and continuing here
+ to close/~</p>
<p>~Starting the line here
-=and continuing here
-to close=~</p>
+ =and continuing here
+ to close=~</p>
<p>~Starting the line here
-<code>and continuing here
-to close~</code></p>
+ <code>and continuing here
+ to close~</code></p>
<p>~Starting the line here
-_and continuing here
-to close_~</p>
+ _and continuing here
+ to close_~</p>
<p>~Starting the line here
-+and continuing here
-to close+~</p>
+ +and continuing here
+ to close+~</p>
<p>_Starting the line here
-*and continuing here
-to close*_</p>
+ *and continuing here
+ to close*_</p>
<p>_Starting the line here
-/and continuing here
-to close/_</p>
+ /and continuing here
+ to close/_</p>
<p>_Starting the line here
-=and continuing here
-to close=_</p>
+ =and continuing here
+ to close=_</p>
<p>_Starting the line here
-~and continuing here
-to close~_</p>
+ ~and continuing here
+ to close~_</p>
<p>_Starting the line here
-<span style="text-decoration:underline;">and continuing here
-to close_</span></p>
+ <span style="text-decoration:underline;">and continuing here
+ to close_</span></p>
<p>_Starting the line here
-+and continuing here
-to close+_</p>
+ +and continuing here
+ to close+_</p>
<p>+Starting the line here
-*and continuing here
-to close*+</p>
+ *and continuing here
+ to close*+</p>
<p>+Starting the line here
-/and continuing here
-to close/+</p>
+ /and continuing here
+ to close/+</p>
<p>+Starting the line here
-=and continuing here
-to close=+</p>
+ =and continuing here
+ to close=+</p>
<p>+Starting the line here
-~and continuing here
-to close~+</p>
+ ~and continuing here
+ to close~+</p>
<p>+Starting the line here
-_and continuing here
-to close_+</p>
+ _and continuing here
+ to close_+</p>
<p>+Starting the line here
-<del>and continuing here
-to close+</del></p>
+ <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>
diff --git a/spec/html_examples/entities.html b/spec/html_examples/entities.html
index 7c5d51d..3cc0543 100644
--- a/spec/html_examples/entities.html
+++ b/spec/html_examples/entities.html
@@ -1,7 +1,7 @@
<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>
+ apostrophes for contractions like won’t and can’t, and other
+ things… like elipses. Oh – and dashes.</p>
<p>Question: What does org-mode do for ampersands, like R&R? or <?
-Answer: Those get escaped, too.</p>
+ 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 3b74371..bffdb2a 100644
--- a/spec/html_examples/export-exclude-only.html
+++ b/spec/html_examples/export-exclude-only.html
@@ -7,20 +7,20 @@
<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
-dolores et ea rebum. Stet clita kasd gubergren, no sea takimata
-sanctus est Lorem ipsum dolor sit amet. 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
-rebum. Stet clita kasd gubergren, no sea takimata sanctus est
-Lorem ipsum dolor sit amet. 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
-rebum. Stet clita kasd gubergren, no sea takimata sanctus est
-Lorem ipsum dolor sit amet.</p>
+ 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. 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
+ rebum. Stet clita kasd gubergren, no sea takimata sanctus est
+ Lorem ipsum dolor sit amet. 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
+ 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>
diff --git a/spec/html_examples/export-tags.html b/spec/html_examples/export-tags.html
index 5507f1a..ab51f4c 100644
--- a/spec/html_examples/export-tags.html
+++ b/spec/html_examples/export-tags.html
@@ -6,17 +6,17 @@
<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
-dolores et ea rebum. Stet clita kasd gubergren, no sea takimata
-sanctus est Lorem ipsum dolor sit amet. 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
-rebum. Stet clita kasd gubergren, no sea takimata sanctus est
-Lorem ipsum dolor sit amet. 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
-rebum. Stet clita kasd gubergren, no sea takimata sanctus est
-Lorem ipsum dolor sit amet.</p>
+ 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. 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
+ rebum. Stet clita kasd gubergren, no sea takimata sanctus est
+ Lorem ipsum dolor sit amet. 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
+ rebum. Stet clita kasd gubergren, no sea takimata sanctus est
+ Lorem ipsum dolor sit amet.</p>
diff --git a/spec/html_examples/export-title.html b/spec/html_examples/export-title.html
index 2c06021..4747247 100644
--- a/spec/html_examples/export-title.html
+++ b/spec/html_examples/export-title.html
@@ -1,3 +1,3 @@
<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 a78b38a..d1f4bdc 100644
--- a/spec/html_examples/footnotes.html
+++ b/spec/html_examples/footnotes.html
@@ -1,6 +1,6 @@
<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>
+ 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>
diff --git a/spec/html_examples/html-literal.html b/spec/html_examples/html-literal.html
index ad3e645..1b624cd 100644
--- a/spec/html_examples/html-literal.html
+++ b/spec/html_examples/html-literal.html
@@ -1,4 +1,4 @@
<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>
+ Instead, it should look like regular text with some HTML tags around
+ it.</p>
diff --git a/spec/html_examples/inline-formatting.html b/spec/html_examples/inline-formatting.html
index b15f1f3..b555edc 100644
--- a/spec/html_examples/inline-formatting.html
+++ b/spec/html_examples/inline-formatting.html
@@ -1,30 +1,30 @@
<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>
</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>
+ 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>
+ recognize when the link goes to an image and make the link anchor be the
+ 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>
</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>
</ul>
<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>
+ 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>
diff --git a/spec/html_examples/inline-images.html b/spec/html_examples/inline-images.html
index 060c71d..1b97715 100644
--- a/spec/html_examples/inline-images.html
+++ b/spec/html_examples/inline-images.html
@@ -1,9 +1,9 @@
<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>
+ 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>
diff --git a/spec/html_examples/link-features.html b/spec/html_examples/link-features.html
index 519420c..94e2d7c 100644
--- a/spec/html_examples/link-features.html
+++ b/spec/html_examples/link-features.html
@@ -1,11 +1,11 @@
<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>
+ 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>
<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>
+ 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>
diff --git a/spec/html_examples/lists.html b/spec/html_examples/lists.html
index d32d93b..12f0b92 100644
--- a/spec/html_examples/lists.html
+++ b/spec/html_examples/lists.html
@@ -9,22 +9,22 @@
<ul>
<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
-dolores et ea rebum. Stet clita kasd gubergren, no sea takimata
-sanctus est Lorem ipsum dolor sit amet. 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
-rebum. Stet clita kasd gubergren, no sea takimata sanctus est
-Lorem ipsum dolor sit amet. 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
-rebum. Stet clita kasd gubergren, no sea takimata sanctus est
-Lorem ipsum dolor sit amet.</li>
+ 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. 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
+ rebum. Stet clita kasd gubergren, no sea takimata sanctus est
+ Lorem ipsum dolor sit amet. 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
+ rebum. Stet clita kasd gubergren, no sea takimata sanctus est
+ 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>
+ line to keep <code>textile</code> happy.</li>
<li>Ditto the previous line, actually.</li>
</ul>
<h2>Edge cases</h2>
@@ -32,11 +32,11 @@ line to keep <code>textile</code> happy.</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>
+ 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 a97c775..284187b 100644
--- a/spec/html_examples/metadata-comment.html
+++ b/spec/html_examples/metadata-comment.html
@@ -1,6 +1,6 @@
<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/skip-table.html b/spec/html_examples/skip-table.html
index 470a8ce..a8c8486 100644
--- a/spec/html_examples/skip-table.html
+++ b/spec/html_examples/skip-table.html
@@ -1,5 +1,5 @@
<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>
+ covered.</p>
<p>Again, in the HTML output, you should see <b>no tables</b>.</p>
diff --git a/spec/html_examples/tables.html b/spec/html_examples/tables.html
index c15f547..06fe4b8 100644
--- a/spec/html_examples/tables.html
+++ b/spec/html_examples/tables.html
@@ -11,7 +11,7 @@
<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>
+ 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>
diff --git a/spec/html_examples/text.html b/spec/html_examples/text.html
index 7bc1cd1..9cc9789 100644
--- a/spec/html_examples/text.html
+++ b/spec/html_examples/text.html
@@ -1,15 +1,15 @@
<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
-rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem
-ipsum dolor sit amet. 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 rebum. Stet clita kasd gubergren, no sea
-takimata sanctus est Lorem ipsum dolor sit amet. 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
-rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem
-ipsum dolor sit amet.</p>
+ 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. 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 rebum. Stet clita kasd gubergren, no sea
+ takimata sanctus est Lorem ipsum dolor sit amet. 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
+ rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem
+ ipsum dolor sit amet.</p>
--
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