Skip to content

Commit

Permalink
Updates all examples in accordance with the previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
vonavi committed Jan 12, 2013
1 parent c0f9908 commit 30f3c0c
Show file tree
Hide file tree
Showing 25 changed files with 216 additions and 216 deletions.
Expand Up @@ -52,8 +52,8 @@ <h1><span class="heading-number heading-number-1">2 </span>BEGIN_SRC</h1>
<h1><span class="heading-number heading-number-1">3 </span>It should be possible to write a colon at the beginning of an example</h1> <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> <blockquote>
<p>I really love to write about <p>I really love to write about
:symbols. They sure are the :symbols. They sure are the
best things in the world!</p> best things in the world!</p>
</blockquote> </blockquote>
<pre class="src src-ruby"> <pre class="src src-ruby">
{ {
Expand Down
Expand Up @@ -52,8 +52,8 @@ <h1><span class="heading-number heading-number-1">2 </span>BEGIN_SRC</h1>
<h1><span class="heading-number heading-number-1">3 </span>It should be possible to write a colon at the beginning of an example</h1> <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> <blockquote>
<p>I really love to write about <p>I really love to write about
:symbols. They sure are the :symbols. They sure are the
best things in the world!</p> best things in the world!</p>
</blockquote> </blockquote>
<pre class="src src-ruby"> <pre class="src src-ruby">
{ {
Expand Down
Expand Up @@ -48,8 +48,8 @@ <h1><span class="heading-number heading-number-1">2 </span>BEGIN_SRC</h1>
<h1><span class="heading-number heading-number-1">3 </span>It should be possible to write a colon at the beginning of an example</h1> <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> <blockquote>
<p>I really love to write about <p>I really love to write about
:symbols. They sure are the :symbols. They sure are the
best things in the world!</p> best things in the world!</p>
</blockquote> </blockquote>
<div class="highlight"><pre><span class="p">{</span> <div class="highlight"><pre><span class="p">{</span>
<span class="ss">:one</span> <span class="o">=&gt;</span> <span class="mi">1</span><span class="p">,</span> <span class="ss">:one</span> <span class="o">=&gt;</span> <span class="mi">1</span><span class="p">,</span>
Expand Down
2 changes: 1 addition & 1 deletion spec/html_examples/advanced-lists.html
Expand Up @@ -18,7 +18,7 @@ <h1>Nested lists</h1>
</li> </li>
</ul> </ul>
<p>Note the list ends just some more text. Make sure both list blocks <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> <h1>Multi-paragraph list items</h1>
<p>This list will end with the end-of-file. Make sure all blocks are closed.</p> <p>This list will end with the end-of-file. Make sure all blocks are closed.</p>
<ul> <ul>
Expand Down
2 changes: 1 addition & 1 deletion spec/html_examples/block_code.html
@@ -1,6 +1,6 @@
<h1 class="title">Block Code</h1> <h1 class="title">Block Code</h1>
<p>I need to get block code examples working. In <code>orgmode</code>, they look <p>I need to get block code examples working. In <code>orgmode</code>, they look
like this:</p> like this:</p>
<pre class="example"> <pre class="example">


def initialize(output) def initialize(output)
Expand Down
2 changes: 1 addition & 1 deletion spec/html_examples/code-comment.html
@@ -1,6 +1,6 @@
<h1 class="title">Code Comment</h1> <h1 class="title">Code Comment</h1>
<p>I need to be able to export things that look like org-mode comments <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"> <pre class="example">
#+TITLE: orgmode_parser.org #+TITLE: orgmode_parser.org
#+AUTHOR: #+AUTHOR:
Expand Down
8 changes: 4 additions & 4 deletions spec/html_examples/code-lists.html
@@ -1,7 +1,7 @@
<h1 class="title">normal list should work</h1> <h1 class="title">normal list should work</h1>
<ul> <ul>
<li>one <li>one
text in the same line text in the same line
<p>This is a paragraph</p> <p>This is a paragraph</p>
<ul> <ul>
<li>A sublist <li>A sublist
Expand Down Expand Up @@ -65,7 +65,7 @@ <h1>begin quote in lists should work</h1>
<li>Example <li>Example
<ul> <ul>
<li>Uno <li>Uno
Lorem Lorem
<blockquote> <blockquote>
<p>A quote!!!</p> <p>A quote!!!</p>
</blockquote> </blockquote>
Expand Down Expand Up @@ -98,12 +98,12 @@ <h1>definition lists should work</h1>
<li>Example <li>Example
<dl> <dl>
<dt>Hello</dt><dd>Hola <dt>Hello</dt><dd>Hola
Paragrap continues here</dd> Paragrap continues here</dd>
<blockquote> <blockquote>
<p>Cuando me desperte, el dinosaurio estaba alli.</p> <p>Cuando me desperte, el dinosaurio estaba alli.</p>
</blockquote> </blockquote>
<dt>Dog</dt><dd>Perro <dt>Dog</dt><dd>Perro
Paragraph</dd> Paragraph</dd>
</dl> </dl>
<ul> <ul>
<li>Last sublist</li> <li>Last sublist</li>
Expand Down
8 changes: 4 additions & 4 deletions spec/html_examples/custom-seq-todo.html
@@ -1,13 +1,13 @@
<p class="title">custom-todo.org</p> <p class="title">custom-todo.org</p>
<p>I copied this todo sequence from Worg. It shows a lot of power of the <p>I copied this todo sequence from Worg. It shows a lot of power of the
built-in todo functionality. Now, let&#8217;s make sure all of these are built-in todo functionality. Now, let&#8217;s make sure all of these are
recognized (and therefore NOT exported.)</p> recognized (and therefore NOT exported.)</p>
<h1><span class="todo-keyword TODO">TODO </span>Sample</h1> <h1><span class="todo-keyword TODO">TODO </span>Sample</h1>
<ul> <ul>
<li>State &#8220;CANCELED&#8221; from &#8220;INPROGRESS&#8221; [2009-12-29 Tue 22:26] &#92; <li>State &#8220;CANCELED&#8221; from &#8220;INPROGRESS&#8221; [2009-12-29 Tue 22:26] &#92;
I gave up.</li> I gave up.</li>
<li>State &#8220;WAITING&#8221; from &#8220;&#8221; [2009-12-29 Tue 22:25] &#92; <li>State &#8220;WAITING&#8221; from &#8220;&#8221; [2009-12-29 Tue 22:25] &#92;
huh?</li> huh?</li>
</ul> </ul>
<h1><span class="todo-keyword INPROGRESS">INPROGRESS </span>this one&#8217;s in progress</h1> <h1><span class="todo-keyword INPROGRESS">INPROGRESS </span>this one&#8217;s in progress</h1>
<h1><span class="todo-keyword WAITING">WAITING </span>who am I waiting on?</h1> <h1><span class="todo-keyword WAITING">WAITING </span>who am I waiting on?</h1>
Expand Down
8 changes: 4 additions & 4 deletions spec/html_examples/custom-todo.html
@@ -1,13 +1,13 @@
<p class="title">custom-todo.org</p> <p class="title">custom-todo.org</p>
<p>I copied this todo sequence from Worg. It shows a lot of power of the <p>I copied this todo sequence from Worg. It shows a lot of power of the
built-in todo functionality. Now, let&#8217;s make sure all of these are built-in todo functionality. Now, let&#8217;s make sure all of these are
recognized (and therefore NOT exported.)</p> recognized (and therefore NOT exported.)</p>
<h1><span class="todo-keyword TODO">TODO </span>Sample</h1> <h1><span class="todo-keyword TODO">TODO </span>Sample</h1>
<ul> <ul>
<li>State &#8220;CANCELED&#8221; from &#8220;INPROGRESS&#8221; [2009-12-29 Tue 22:26] &#92; <li>State &#8220;CANCELED&#8221; from &#8220;INPROGRESS&#8221; [2009-12-29 Tue 22:26] &#92;
I gave up.</li> I gave up.</li>
<li>State &#8220;WAITING&#8221; from &#8220;&#8221; [2009-12-29 Tue 22:25] &#92; <li>State &#8220;WAITING&#8221; from &#8220;&#8221; [2009-12-29 Tue 22:25] &#92;
huh?</li> huh?</li>
</ul> </ul>
<h1><span class="todo-keyword INPROGRESS">INPROGRESS </span>this one&#8217;s in progress</h1> <h1><span class="todo-keyword INPROGRESS">INPROGRESS </span>this one&#8217;s in progress</h1>
<h1><span class="todo-keyword WAITING">WAITING </span>who am I waiting on?</h1> <h1><span class="todo-keyword WAITING">WAITING </span>who am I waiting on?</h1>
Expand Down
8 changes: 4 additions & 4 deletions spec/html_examples/custom-typ-todo.html
@@ -1,13 +1,13 @@
<p class="title">custom-todo.org</p> <p class="title">custom-todo.org</p>
<p>I copied this todo sequence from Worg. It shows a lot of power of the <p>I copied this todo sequence from Worg. It shows a lot of power of the
built-in todo functionality. Now, let&#8217;s make sure all of these are built-in todo functionality. Now, let&#8217;s make sure all of these are
recognized (and therefore NOT exported.)</p> recognized (and therefore NOT exported.)</p>
<h1><span class="todo-keyword TODO">TODO </span>Sample</h1> <h1><span class="todo-keyword TODO">TODO </span>Sample</h1>
<ul> <ul>
<li>State &#8220;CANCELED&#8221; from &#8220;INPROGRESS&#8221; [2009-12-29 Tue 22:26] &#92; <li>State &#8220;CANCELED&#8221; from &#8220;INPROGRESS&#8221; [2009-12-29 Tue 22:26] &#92;
I gave up.</li> I gave up.</li>
<li>State &#8220;WAITING&#8221; from &#8220;&#8221; [2009-12-29 Tue 22:25] &#92; <li>State &#8220;WAITING&#8221; from &#8220;&#8221; [2009-12-29 Tue 22:25] &#92;
huh?</li> huh?</li>
</ul> </ul>
<h1><span class="todo-keyword INPROGRESS">INPROGRESS </span>this one&#8217;s in progress</h1> <h1><span class="todo-keyword INPROGRESS">INPROGRESS </span>this one&#8217;s in progress</h1>
<h1><span class="todo-keyword WAITING">WAITING </span>who am I waiting on?</h1> <h1><span class="todo-keyword WAITING">WAITING </span>who am I waiting on?</h1>
Expand Down

0 comments on commit 30f3c0c

Please sign in to comment.