diff --git a/test/markups/README.org.html b/test/markups/README.org.html
index a52f19a4..2438fe74 100644
--- a/test/markups/README.org.html
+++ b/test/markups/README.org.html
@@ -9,75 +9,108 @@
1 Description
2 History
2.1 2009-12-30: Version 0.5.1
- - Minor enhancement: Recognize lines starting with “:” as examples.
- - Minor enhancement: Recognize #+BEGIN_SRC as source blocks
- - Minor enhancement: Add “src” and “example” classes to <pre> blocks.
+ - Minor enhancement: Recognize lines starting with “:” as examples.
+
+ - Minor enhancement: Recognize #+BEGIN_SRC as source blocks
+
+ - Minor enhancement: Add “src” and “example” classes to <pre> blocks.
+
2.2 2009-12-30: Version 0.5.0
- - Parse (but not necessarily use) in-buffer settings. The following in-buffer settings are used:
+ - Parse (but not necessarily use) in-buffer settings. The following in-buffer settings are used:
- - Understand the #+TITLE: directive.
- - Exporting todo keywords (option todo:t)
- - Numbering headlines (option num:t)
- - Skipping text before the first headline (option skip:t)
- - Skipping tables (option |:nil)
- - Custom todo keywords
- - EXPORT_SELECT_TAGS and EXPORT_EXLUDE_TAGS for controlling parts of the tree to export
+ - Understand the #+TITLE: directive.
+
+ - Exporting todo keywords (option todo:t)
+
+ - Numbering headlines (option num:t)
+
+ - Skipping text before the first headline (option skip:t)
+
+ - Skipping tables (option |:nil)
+
+ - Custom todo keywords
+
+ - EXPORT_SELECT_TAGS and EXPORT_EXLUDE_TAGS for controlling parts of the tree to export
+
- - Rewrite “file:(blah).org” links to “http:(blah).html” links. This makes the inter-links to other org-mode files work.
- - Uses <th> tags inside table rows that precede table separators.
- - Bugfixes:
+
+ - Rewrite “file:(blah).org” links to “http:(blah).html” links. This makes the inter-links to other org-mode files work.
+
+ - Uses <th> tags inside table rows that precede table separators.
+
+ - Bugfixes:
- - Headings now have HTML escaped.
+ - Headings now have HTML escaped.
+
+
2.3 2009-12-29: Version 0.4.2
- - Got rid of the extraneous newline at the start of code blocks.
- - Everything now shows up in code blocks, even org-mode metadata.
- - Fixed bugs:
+ - Got rid of the extraneous newline at the start of code blocks.
+
+ - Everything now shows up in code blocks, even org-mode metadata.
+
+ - Fixed bugs:
- - Regressed smart double quotes with HTML escaping. Added a test case and fixed the regression.
+ - Regressed smart double quotes with HTML escaping. Added a test case and fixed the regression.
+
+
2.4 2009-12-29: Version 0.4.1
- - HTML is now escaped by default
- - org-mode comments will show up in a code block.
+ - HTML is now escaped by default
+
+ - org-mode comments will show up in a code block.
+
2.5 2009-12-29: Version 0.4
2.6 2009-12-27: Version 0.3
- - Uses rubypants to get better typography (smart quotes, elipses, etc…).
- - Fixed bugs:
+ - Uses rubypants to get better typography (smart quotes, elipses, etc…).
+
+ - Fixed bugs:
- - Tables and lists did not get properly closed at the end of file
- - You couldn’t do inline formatting inside table cells
- - Characters in PRE blocks were not HTML escaped.
+ - Tables and lists did not get properly closed at the end of file
+
+ - You couldn’t do inline formatting inside table cells
+
+ - Characters in PRE blocks were not HTML escaped.
+
+
2.7 2009-12-26: Version 0.2
- - Added
to_html
output on the parser.
- - Added support for the full range of inline markup: bold, italic,
code
, verbatim
, underline, strikethrough.
- - Lots of refactoring to make the code more maintainable.
+ - Added
to_html
output on the parser.
+
+ - Added support for the full range of inline markup: bold, italic,
code
, verbatim
, underline, strikethrough.
+
+ - Lots of refactoring to make the code more maintainable.
+
2.8 2009-12-23: Version 0.1
- - Added support for block code, like this:
-
-
+
Added support for block code, like this:
+
def flush!
@logger.debug "FLUSH ==========> #{@output_type}"
if (@output_type == :blank) then
@@ -92,8 +125,12 @@ 2.8 2009-12-23: Version
end
@buffer = ""
end
-
-
- - Major code cleanup: Created the
OutputBuffer
class that greatly simplified a lot of the messiness of textile
conversion.
- - Added support for line breaks within list items.
+
+
+
+ - Major code cleanup: Created the
OutputBuffer
class that greatly simplified a lot of the messiness of textile
conversion.
+
+ - Added support for line breaks within list items.
+
+