Skip to content

Commit

Permalink
Updating the test output org-ruby 0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanveloso committed Aug 4, 2012
1 parent b014493 commit a83ccb8
Showing 1 changed file with 78 additions and 41 deletions.
119 changes: 78 additions & 41 deletions test/markups/README.org.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,75 +9,108 @@ <h1><span class="heading-number heading-number-1">1 </span>Description</h1>
<h1><span class="heading-number heading-number-1">2 </span>History</h1>
<h2><span class="heading-number heading-number-2">2.1 </span>2009-12-30: Version 0.5.1</h2>
<ul>
<li>Minor enhancement: Recognize lines starting with &#8220;:&#8221; as examples.</li>
<li>Minor enhancement: Recognize #+BEGIN_SRC as source blocks</li>
<li>Minor enhancement: Add &#8220;src&#8221; and &#8220;example&#8221; classes to &lt;pre&gt; blocks.</li>
<li>Minor enhancement: Recognize lines starting with &#8220;:&#8221; as examples.
</li>
<li>Minor enhancement: Recognize #+BEGIN_SRC as source blocks
</li>
<li>Minor enhancement: Add &#8220;src&#8221; and &#8220;example&#8221; classes to &lt;pre&gt; blocks.
</li>
</ul>
<h2><span class="heading-number heading-number-2">2.2 </span>2009-12-30: Version 0.5.0</h2>
<ul>
<li>Parse (but not necessarily <b>use</b>) in-buffer settings. The following in-buffer settings <b>are</b> used:</li>
<li>Parse (but not necessarily <b>use</b>) in-buffer settings. The following in-buffer settings <b>are</b> used:
<ul>
<li>Understand the #+TITLE: directive.</li>
<li>Exporting todo keywords (option todo:t)</li>
<li>Numbering headlines (option num:t)</li>
<li>Skipping text before the first headline (option skip:t)</li>
<li>Skipping tables (option |:nil)</li>
<li>Custom todo keywords</li>
<li>EXPORT_SELECT_TAGS and EXPORT_EXLUDE_TAGS for controlling parts of the tree to export</li>
<li>Understand the #+TITLE: directive.
</li>
<li>Exporting todo keywords (option todo:t)
</li>
<li>Numbering headlines (option num:t)
</li>
<li>Skipping text before the first headline (option skip:t)
</li>
<li>Skipping tables (option |:nil)
</li>
<li>Custom todo keywords
</li>
<li>EXPORT_SELECT_TAGS and EXPORT_EXLUDE_TAGS for controlling parts of the tree to export
</li>
</ul>
<li>Rewrite &#8220;file:(blah).org&#8221; links to &#8220;http:(blah).html&#8221; links. This makes the inter-links to other org-mode files work.</li>
<li>Uses &lt;th&gt; tags inside table rows that precede table separators.</li>
<li>Bugfixes:</li>
</li>
<li>Rewrite &#8220;file:(blah).org&#8221; links to &#8220;http:(blah).html&#8221; links. This makes the inter-links to other org-mode files work.
</li>
<li>Uses &lt;th&gt; tags inside table rows that precede table separators.
</li>
<li>Bugfixes:
<ul>
<li>Headings now have HTML escaped.</li>
<li>Headings now have HTML escaped.
</li>
</ul>
</li>
</ul>
<h2><span class="heading-number heading-number-2">2.3 </span>2009-12-29: Version 0.4.2</h2>
<ul>
<li>Got rid of the extraneous newline at the start of code blocks.</li>
<li>Everything now shows up in code blocks, even org-mode metadata.</li>
<li>Fixed bugs:</li>
<li>Got rid of the extraneous newline at the start of code blocks.
</li>
<li>Everything now shows up in code blocks, even org-mode metadata.
</li>
<li>Fixed bugs:
<ul>
<li>Regressed smart double quotes with HTML escaping. Added a test case and fixed the regression.</li>
<li>Regressed smart double quotes with HTML escaping. Added a test case and fixed the regression.
</li>
</ul>
</li>
</ul>
<h2><span class="heading-number heading-number-2">2.4 </span>2009-12-29: Version 0.4.1</h2>
<ul>
<li>HTML is now escaped by default</li>
<li>org-mode comments will show up in a code block.</li>
<li>HTML is now escaped by default
</li>
<li>org-mode comments will show up in a code block.
</li>
</ul>
<h2><span class="heading-number heading-number-2">2.5 </span>2009-12-29: Version 0.4</h2>
<ul>
<li>The first thing output in HTML gets the class &#8220;title&#8221;</li>
<li>HTML output is now indented</li>
<li>Proper support for multi-paragraph list items.</li>
<li>The first thing output in HTML gets the class &#8220;title&#8221;
</li>
<li>HTML output is now indented
</li>
<li>Proper support for multi-paragraph list items.
<p>See? This paragraph is part of the last bullet.</p>
<li>Fixed bugs:</li>
</li>
<li>Fixed bugs:
<ul>
<li>&#8220;rake spec&#8221; wouldn&#8217;t work on Linux. Needed &#8220;require &#8216;rubygems&#8217;&#8221;.</li>
<li>&#8220;rake spec&#8221; wouldn&#8217;t work on Linux. Needed &#8220;require &#8216;rubygems&#8217;&#8221;.
</li>
</ul>
</li>
</ul>
<h2><span class="heading-number heading-number-2">2.6 </span>2009-12-27: Version 0.3</h2>
<ul>
<li>Uses rubypants to get better typography (smart quotes, elipses, etc&#8230;).</li>
<li>Fixed bugs:</li>
<li>Uses rubypants to get better typography (smart quotes, elipses, etc&#8230;).
</li>
<li>Fixed bugs:
<ul>
<li>Tables and lists did not get properly closed at the end of file</li>
<li>You couldn&#8217;t do inline formatting inside table cells</li>
<li>Characters in PRE blocks were not HTML escaped.</li>
<li>Tables and lists did not get properly closed at the end of file
</li>
<li>You couldn&#8217;t do inline formatting inside table cells
</li>
<li>Characters in PRE blocks were not HTML escaped.
</li>
</ul>
</li>
</ul>
<h2><span class="heading-number heading-number-2">2.7 </span>2009-12-26: Version 0.2</h2>
<ul>
<li>Added <code>to_html</code> output on the parser.</li>
<li>Added support for the full range of inline markup: <b>bold</b>, <i>italic</i>, <code>code</code>, <code>verbatim</code>, <span style="text-decoration:underline;">underline</span>, <del>strikethrough</del>.</li>
<li>Lots of refactoring to make the code more maintainable.</li>
<li>Added <code>to_html</code> output on the parser.
</li>
<li>Added support for the full range of inline markup: <b>bold</b>, <i>italic</i>, <code>code</code>, <code>verbatim</code>, <span style="text-decoration:underline;">underline</span>, <del>strikethrough</del>.
</li>
<li>Lots of refactoring to make the code more maintainable.
</li>
</ul>
<h2><span class="heading-number heading-number-2">2.8 </span>2009-12-23: Version 0.1</h2>
<ul>
<li>Added support for block code, like this:</li>
</ul>
<pre class="example">
<li>Added support for block code, like this:
<pre class="example">
def flush!
@logger.debug "FLUSH ==========&gt; #{@output_type}"
if (@output_type == :blank) then
Expand All @@ -92,8 +125,12 @@ <h2><span class="heading-number heading-number-2">2.8 </span>2009-12-23: Version
end
@buffer = ""
end
</pre>
<ul>
<li>Major code cleanup: Created the <code>OutputBuffer</code> class that greatly simplified a lot of the messiness of <code>textile</code> conversion.</li>
<li>Added support for line breaks within list items.</li>
</pre>
</li>
<ul>
<li>Major code cleanup: Created the <code>OutputBuffer</code> class that greatly simplified a lot of the messiness of <code>textile</code> conversion.
</li>
<li>Added support for line breaks within list items.
</li>
</ul>
</ul>

0 comments on commit a83ccb8

Please # to comment.