commit 63cc1fe8b8f5f43db99c5ef9b20daf12c16f4cd3 Author: Thomas Leitner Date: Wed Jun 23 08:47:27 2010 +0200 Small test fix test/test_files.rb commit bfec0e5a98149d674d03ce75dd4d04b7b62c8ba6 Author: Thomas Leitner Date: Wed Jun 23 07:17:45 2010 +0200 Updated documentation for release doc/index.page doc/news/release_0_9_0.page commit 1f80723e9ae6180fd6995b30e3449a9bc6e88d5b Author: Thomas Leitner Date: Wed Jun 23 06:59:06 2010 +0200 Fixed html-to-native conversion of tables so that only conforming tables are converted doc/news/release_0_9_0.page lib/kramdown/parser/html.rb test/test_files.rb test/testcases/block/09_html/html_to_native/table_simple.html test/testcases/block/09_html/html_to_native/table_simple.text commit 27f1f943f3cc4552cb5134250e9766a57885d19b Author: Thomas Leitner Date: Mon Jun 21 16:31:57 2010 +0200 Updated documentation and release notes doc/converter/latex.page doc/news/release_0_9_0.page commit 51536024c7462251f5690028a9507e1ee3e58fda Author: Thomas Leitner Date: Mon Jun 21 16:31:40 2010 +0200 LaTeX converter: outputting attributes for some more elements lib/kramdown/converter/latex.rb commit 74689d273000670389d63847d6bee547b4135bde Author: Thomas Leitner Date: Mon Jun 21 15:35:09 2010 +0200 Implemented an extended version of Michael Franzl's LaTeX blockquote proposal All converter methods that use the #latex_environment helper method now output the element attributes on the line starting with \begin{...} as a LaTeX comment. lib/kramdown/converter/latex.rb commit 3c9f5b7cb95390897fccc3cf318bd33924a52690 Author: Thomas Leitner Date: Mon Jun 21 08:17:47 2010 +0200 Added html-to-kramdown-to-html tests and fixed all appearing bugs lib/kramdown/converter/kramdown.rb lib/kramdown/converter/latex.rb test/test_files.rb commit d3ff2504b89da1ebcfaeca1d7cec2c0ae81f6e3e Author: Thomas Leitner Date: Mon Jun 21 08:16:50 2010 +0200 Added html-to-native conversion of math div/span elements lib/kramdown/parser/html.rb commit 7f80ae944b731ad0faa1c73a66d12cbd4d0c7af5 Author: Thomas Leitner Date: Mon Jun 21 08:16:25 2010 +0200 Text children of flow HTML elements are now wrapped in :transparent paragraphs lib/kramdown/parser/html.rb commit 98fd3b4acaa9438b94fcf66d8279828a72d16b17 Author: Thomas Leitner Date: Mon Jun 21 08:15:09 2010 +0200 Re-enabled the toc tests in text->kramdown->html tests test/test_files.rb commit 7671b5546c0b616c63c8f6292646d551c577f3f4 Author: Thomas Leitner Date: Mon Jun 21 08:14:13 2010 +0200 Fixed escaping of math output in HTML converter lib/kramdown/converter/html.rb commit c74f439d86e6fffa8fa5d1f8e321bd25c1ba08fe Author: Thomas Leitner Date: Mon Jun 21 08:13:42 2010 +0200 Changed the way how compact lists are represented internally List items now always contain block elements and if the list is compact, i.e. if the first part should only be text, then it is wrapped in a paragraph and the paragraph is assigned the :transparent option. lib/kramdown/converter/html.rb lib/kramdown/parser/kramdown/list.rb commit 4c03e46ccad57c9a36529f1a9facb2ffd9c2364c Author: Thomas Leitner Date: Sun Jun 20 11:57:24 2010 +0200 Allowing empty alternative text for image links doc/news/release_0_9_0.page doc/syntax.page lib/kramdown/parser/kramdown/link.rb test/testcases/span/01_link/empty.html test/testcases/span/01_link/empty.text test/testcases/span/01_link/imagelinks.html test/testcases/span/01_link/imagelinks.text commit 71f047d89a9dcd77a93bbfb7d485fdf32edba1e8 Author: Thomas Leitner Date: Sun Jun 20 11:23:57 2010 +0200 Small doc change README commit 19950a07838992d947224cf7b8ee05aa8d191cc5 Author: Thomas Leitner Date: Sun Jun 20 11:09:31 2010 +0200 Updated news file doc/news/release_0_9_0.page commit 744baf367c8273e14f03bf05949064130d50d86b Author: Alex Marandon Date: Sat Jun 19 23:39:27 2010 +0700 Fix ri documentation error When installing the gem, there was an error in the documentation generation. Amazingly, just replacing the curly braces block by a do/end block solves the problem. The error was: Installing ri documentation for kramdown-0.9.0... RDoc failure in lib/kramdown/parser/html.rb at or around line 299 column 64 Before reporting this, could you check that the file you're documenting compiles cleanly--RDoc is not a full Ruby parser, and gets confused easily if fed invalid programs. The internal error was: ERROR: While generating documentation for kramdown-0.9.0 ... MESSAGE: Name or symbol expected (got ... RDOC args: --ri --op /home/al/.gem/ruby/1.8/doc/kramdown-0.9.0/ri --line-numbers --main Kramdown --quiet lib --title kramdown-0.9.0 Documentation (continuing with the rest of the installation) lib/kramdown/parser/html.rb commit a2e10bf6d7ebdc130267827e51ea7097617f4700 Author: Alex Marandon Date: Fri Jun 18 23:17:53 2010 +0700 Exclude toc tests from text->kramdown->html tests test/test_files.rb test/testcases/block/16_toc/toc_depth_2.html test/testcases/block/16_toc/toc_depth_2.options test/testcases/block/16_toc/toc_depth_2.text test/testcases/block/16_toc/top_depth_2.html test/testcases/block/16_toc/top_depth_2.options test/testcases/block/16_toc/top_depth_2.text commit 7e08f2b8e74e9074e1dce28bae799fceacb40ef1 Author: Thomas Leitner Date: Sun Jun 20 11:03:57 2010 +0200 Updated documentation and release notes in regard to toc_depth option doc/converter/html.page doc/converter/latex.page doc/news/release_0_9_0.page commit e8676132692081156adaf76c33d7d8cd73e5ec92 Author: Thomas Leitner Date: Sun Jun 20 11:01:28 2010 +0200 Using toc_depth option in Latex converter lib/kramdown/converter/latex.rb lib/kramdown/options.rb commit 22b1dd6e42ddd3799ef38efd6af1839ebd478283 Author: Alex Marandon Date: Sun Jun 13 18:29:34 2010 +0700 Add toc_depth option Add an option to specify the maximum depth of generated table of contents. lib/kramdown/converter/html.rb lib/kramdown/options.rb test/testcases/block/16_toc/no_toc_depth.html test/testcases/block/16_toc/no_toc_depth.options test/testcases/block/16_toc/no_toc_depth.text test/testcases/block/16_toc/top_depth_2.html test/testcases/block/16_toc/top_depth_2.options test/testcases/block/16_toc/top_depth_2.text commit 9c18bf3f128dd05542b2274197006f04535a71c3 Author: Thomas Leitner Date: Sun Jun 20 10:41:10 2010 +0200 Added information about needed LaTeX packages doc/converter/latex.page commit 75a941152077666bc8b9357deae5bf36f7d5728b Author: Thomas Leitner Date: Sun Jun 20 09:07:58 2010 +0200 Added input-output diagram to front page doc/index.page commit f2c40f814899ffe240fd1b2441d1d137b8b37b7e Author: Thomas Leitner Date: Thu Jun 17 08:03:33 2010 +0200 Fixed problems in html-to-native conversion * Whitespace was modified in non-native pre/code elements * Some conversions were done although they should not have been when a parent element was non-native lib/kramdown/parser/html.rb commit 0334cb2c8fe1bb93364eb2b2b389bece0cb3cf71 Author: Thomas Leitner Date: Thu Jun 17 07:16:25 2010 +0200 Block IALs and ALDs now insert an :eob element into the output stream Since these elements visually end a block, they should end a block element during the parsing stage. lib/kramdown/parser/kramdown/attribute_list.rb test/testcases/block/11_ial/simple.html commit 63181190164e3b9e8ebeab34c3926b377f0678b5 Author: Thomas Leitner Date: Wed Jun 16 08:10:27 2010 +0200 Using the scss processor instead of less for the stylesheet doc/default.less.css doc/default.scss.css commit 06e372e8acffb7e4aeba21f95aadd88e9c7f43da Author: Thomas Leitner Date: Tue Jun 15 22:21:03 2010 +0200 Update documentation and release notes doc/converter/kramdown.page doc/documentation.page doc/news/release_0_9_0.page commit 1ce85c93b2cde82a947ec85c0575b483a99a6092 Author: Thomas Leitner Date: Tue Jun 15 22:05:39 2010 +0200 Readded Converter::Html#options_for_element with deprecation webgen uses this, so just removing would lead to problems doc/news/release_0_9_0.page lib/kramdown/converter/html.rb commit c145bf7ffe24345ad1e19f493941c6ee11f4d1b2 Author: Thomas Leitner Date: Tue Jun 15 21:47:46 2010 +0200 Added kramdown converter lib/kramdown/converter.rb lib/kramdown/converter/kramdown.rb lib/kramdown/options.rb test/test_files.rb commit 6d65732107545e87cea30aea3fc43c0ab7835c5f Author: Thomas Leitner Date: Tue Jun 15 21:46:37 2010 +0200 Fixed :category option of math span element lib/kramdown/parser/kramdown/math.rb commit 59749d6037591f575f799a0321ed057b68ebb737 Author: Thomas Leitner Date: Tue Jun 15 21:44:14 2010 +0200 Extracted common HTML converter methods to a separate utils class lib/kramdown/converter/html.rb lib/kramdown/utils.rb lib/kramdown/utils/html.rb commit f92234b8e27e872e54bf84890e2a4dd978d9dd83 Author: Thomas Leitner Date: Tue Jun 15 17:01:34 2010 +0200 Fixed problem with item IALs and enabled item IALs for definitions Item IAL was not recognized when first element was a code block. doc/syntax.page lib/kramdown/parser/kramdown/list.rb test/testcases/block/13_definition_list/item_ial.html test/testcases/block/13_definition_list/item_ial.text commit 12ccf8617f6869271709eb61ba465a07eb07d084 Author: Thomas Leitner Date: Mon Jun 14 20:09:32 2010 +0200 Updated comment extension to produce :comment element kramdown comments are now output in HTML and LaTeX lib/kramdown/converter/html.rb lib/kramdown/converter/latex.rb lib/kramdown/parser/kramdown/extension.rb test/testcases/block/12_extension/comment.html test/testcases/span/extension/comment.html commit ebb339d927bf315793763eb73f39325005aed83a Author: Thomas Leitner Date: Mon Jun 14 19:16:45 2010 +0200 Elements of type :eob do not appear anymore in the final element tree lib/kramdown/converter/html.rb lib/kramdown/converter/latex.rb lib/kramdown/parser/kramdown.rb commit 8ecf464bda6c136b7bdfe62642cd3d73d92924bc Author: Thomas Leitner Date: Fri Jun 11 09:55:19 2010 +0200 HTML converter outputs characters for entities if possible This is only done if run under Ruby 1.9 doc/news/release_0_9_0.page lib/kramdown/converter/html.rb lib/kramdown/parser/html.rb lib/kramdown/utils/entities.rb test/test_files.rb test/testcases/block/07_horizontal_rule/error.html.19 test/testcases/block/09_html/html_to_native/typography.html.19 test/testcases/block/09_html/simple.html.19 test/testcases/span/01_link/inline.html.19 test/testcases/span/01_link/reference.html.19 test/testcases/span/text_substitutions/entities.html.19 test/testcases/span/text_substitutions/entities_numeric.html.19 test/testcases/span/text_substitutions/typography.html.19 commit a616422221bc5e2d62f5c63bf19b3f96c7607ca2 Author: Thomas Leitner Date: Thu Jun 10 08:07:27 2010 +0200 Updated handling of code span/block elements - They can contain only text, again - When using html_to_native or the HTML parser and you are using Ruby 1.9, entities are converted to characters if possible and if the result contains only text, a code span/block is created - otherwise a generic HTML code/pre element is used. lib/kramdown/converter/html.rb lib/kramdown/converter/latex.rb lib/kramdown/document.rb lib/kramdown/parser/base.rb lib/kramdown/parser/html.rb lib/kramdown/parser/kramdown/html.rb test/testcases/block/09_html/html_to_native/code.html test/testcases/block/09_html/html_to_native/code.text commit 2b3deaf9c6b7efb005cf41eaaaaaae6003b4b09d Author: Thomas Leitner Date: Thu Jun 10 07:19:42 2010 +0200 Updated entity handling implementation - Added a separate module for handling entities - Added option numeric_entities for defining whether entities are output using their names or their numeric values doc/news/release_0_9_0.page lib/kramdown/converter/html.rb lib/kramdown/converter/latex.rb lib/kramdown/document.rb lib/kramdown/options.rb lib/kramdown/parser/html.rb lib/kramdown/parser/kramdown/html_entity.rb lib/kramdown/parser/kramdown/typographic_symbol.rb lib/kramdown/utils.rb lib/kramdown/utils/entities.rb test/testcases/block/06_codeblock/whitespace.html test/testcases/span/text_substitutions/entities_numeric.html test/testcases/span/text_substitutions/entities_numeric.options test/testcases/span/text_substitutions/entities_numeric.text commit 66e9bcc591cd2433f1c919cee3c0deb647aa3724 Author: Thomas Leitner Date: Wed Jun 9 15:53:47 2010 +0200 Removed deprecated option filter_html doc/converter/html.page lib/kramdown/converter/html.rb lib/kramdown/options.rb test/run_tests.rb test/test_files.rb test/testcases/block/09_html/filtered_html.html test/testcases/block/09_html/filtered_html.options test/testcases/block/09_html/filtered_html.text test/testcases/block/12_extension/options.html test/testcases/block/12_extension/options.text commit f4e2496bb4d930b77d8897a7fb014615c1882b5b Author: Thomas Leitner Date: Wed Jun 9 15:45:34 2010 +0200 Bumped version number and added release notes file doc/news/release_0_9_0.page lib/kramdown/version.rb commit 824d854f2aa176664528d51e7ec98d91d7944b39 Author: Thomas Leitner Date: Tue Jun 8 15:45:02 2010 +0200 Fixed type in Rakefile Rakefile commit 54d5a8ebf100d4a810d48445f76f409fe6755831 Author: Thomas Leitner Date: Tue Jun 8 15:42:09 2010 +0200 Fixed Kernel.warn output in document.latex template data/kramdown/document.latex commit b69e946ad3bbd4e4b010968cb6a42eb49d06f337 Author: Thomas Leitner Date: Tue Jun 8 15:37:08 2010 +0200 Fixed LaTeX conversion test to always have an assert statement test/test_files.rb commit d2f817b24c50c7f9cb9c941a9b8c154cb291e4fa Author: Thomas Leitner Date: Tue Jun 8 15:30:16 2010 +0200 Updated documentation doc/documentation.page doc/index.page doc/links.markdown doc/news/release_0_8_0.page doc/parser/html.page doc/parser/kramdown.page doc/tests.page commit ec1c9ad74873e06f786837708ef5361d7714328f Author: Thomas Leitner Date: Tue Jun 8 11:55:43 2010 +0200 Deprecated filter_html option There exists better facilities for performinig this kind of task. doc/news/release_0_8_0.page lib/kramdown/converter/html.rb lib/kramdown/options.rb commit d7dda4bd0aec08414feb24ce9983f0ccff34dde1 Author: Thomas Leitner Date: Tue Jun 8 11:13:27 2010 +0200 Converting and html elements in LaTeX converter lib/kramdown/converter/latex.rb commit 1d48a55b26040a777d2ac29cf906e17ac92ce0ed Author: Thomas Leitner Date: Tue Jun 8 10:35:47 2010 +0200 Fixed problem with image links in LaTeX converter Not outputting image links with empty source URL anymore lib/kramdown/converter/latex.rb commit 6bbff48b73abdbfa27d08c0b269850edaaccedcf Author: Thomas Leitner Date: Mon Jun 7 19:07:24 2010 +0200 Merged element :text and :raw_text element types The element type :raw_text may not appear in the element tree after parsing is done, only :text elements are supported by the converters. The kramdown parser still uses :raw_text elements internally - these elements are the ones that get parsed with the span level parser. lib/kramdown/converter/html.rb lib/kramdown/converter/latex.rb lib/kramdown/parser/html.rb lib/kramdown/parser/kramdown.rb lib/kramdown/parser/kramdown/html.rb lib/kramdown/parser/kramdown/list.rb lib/kramdown/parser/kramdown/table.rb commit cb51bf3f60e492f7c6467eaced4520e35bb33489 Author: Thomas Leitner Date: Mon Jun 7 15:20:59 2010 +0200 Updated README with information regarding kramdown development README commit 99ba359b97924b0a2527b8a255fb68d9ae049218 Author: Thomas Leitner Date: Mon Jun 7 08:28:20 2010 +0200 Added latex compilation tests Each .text testcase is now additionally converted to LaTeX with the default template and then processed by the latex executable to find compilation errors. test/test_files.rb commit 7ec5a1ce19a6de7732e2666836b81c8d452a725a Author: Thomas Leitner Date: Mon Jun 7 08:27:03 2010 +0200 Fixed copy-paste error in LaTeX converter lib/kramdown/converter/latex.rb commit 22fcb3a34f831c1366022ade40e805a59dd905e3 Author: Thomas Leitner Date: Mon Jun 7 08:26:30 2010 +0200 Changed binding when evaluating template after conversion Now creating a new object that is used as binding object. This avoids cluttering the global namespace. Now one needs to use instance variables instead of locals, i.e. @doc/@body instead of doc/body. data/kramdown/document.html data/kramdown/document.latex lib/kramdown/converter/base.rb commit 15a692c6db428c1c48ced1eb460ce0fc3c8428f2 Author: Thomas Leitner Date: Fri Jun 4 20:32:40 2010 +0200 Fixed HTML converter problem lib/kramdown/converter/html.rb commit b1ccf1616053ceeb00ede70ff81014ac1e6c054b Author: Thomas Leitner Date: Fri Jun 4 20:29:29 2010 +0200 Fixed bug in html-to-native processing of xml comments/PIs and html doctypes lib/kramdown/parser/html.rb commit eb5e1cf55486470ebbf3ac61148ecf1f52332eba Author: Thomas Leitner Date: Fri Jun 4 20:27:10 2010 +0200 Added html-to-html conversion tests test/test_files.rb commit 6b55fd5b2cdd4a6e7a9159f9cb8677bbdafd6306 Author: Thomas Leitner Date: Fri Jun 4 19:34:28 2010 +0200 Fixed parsing of HTML script tags lib/kramdown/parser/html.rb test/testcases/block/09_html/parse_as_raw.html test/testcases/block/09_html/parse_as_raw.text commit 6e91ba34c2aae401b08efa2e5d63a85fb1bf3451 Author: Thomas Leitner Date: Fri Jun 4 18:10:31 2010 +0200 Fixed a warning on Ruby 1.8.7 lib/kramdown/parser/html.rb commit 13f3bf1986f9b125dc2b821c351a4324f72eb976 Author: Thomas Leitner Date: Fri Jun 4 11:18:44 2010 +0200 Fixed HTML-to-native conversion of not-simple tables lib/kramdown/parser/html.rb test/testcases/block/09_html/html_to_native/table.html test/testcases/block/09_html/html_to_native/table.text test/testcases/block/09_html/html_to_native/table_normal.html test/testcases/block/09_html/html_to_native/table_normal.text test/testcases/block/09_html/html_to_native/table_simple.html test/testcases/block/09_html/html_to_native/table_simple.text commit 4e314534abcaf11816c10a03b607ce0d2c1300f3 Author: Thomas Leitner Date: Fri Jun 4 10:43:44 2010 +0200 Added conversion of xml comments to LaTeX comments lib/kramdown/converter/latex.rb commit 3a9041f03862be83c78aa6ac8eacbb096760df7e Author: Thomas Leitner Date: Fri Jun 4 10:28:16 2010 +0200 Many HTML parsing related changes * Created standalone HTML parser, using the implementation of the kramdown HTML parser. The kramdown HTML parser is now based on the standalone version * Added support for parsing an HTML doctype and for converting it * HTML-to-native support is now encapsulated in own class and enhanced to work better/across more HTML tags lib/kramdown/converter/html.rb lib/kramdown/converter/latex.rb lib/kramdown/parser.rb lib/kramdown/parser/html.rb lib/kramdown/parser/kramdown/html.rb lib/kramdown/parser/kramdown/html_entity.rb test/testcases/block/09_html/html_to_native/comment.html test/testcases/block/09_html/html_to_native/paragraph.html test/testcases/block/09_html/html_to_native/paragraph.text commit 5ce9de5b0d3ab0438375895463d6341374185c81 Author: Thomas Leitner Date: Fri Jun 4 10:20:43 2010 +0200 Fixed standalone test runner to load directory options file test/run_tests.rb commit e094110f79c52f5950e855bb85b3624b8df315fd Author: Thomas Leitner Date: Fri Jun 4 10:20:05 2010 +0200 Added base class for parsers lib/kramdown/parser.rb lib/kramdown/parser/base.rb lib/kramdown/parser/kramdown.rb lib/kramdown/parser/kramdown/link.rb commit e1be06b37b680248bd276407ae4c2dcbad702b1b Author: Thomas Leitner Date: Fri Jun 4 10:17:52 2010 +0200 Fixed spelling error lib/kramdown/converter/base.rb commit 47eef4efb25f8f0f046d3b39aadd5f661b9797ee Author: Thomas Leitner Date: Fri Jun 4 09:27:45 2010 +0200 Changed content model of th from block to span (in conformance to HTML5 spec) doc/syntax.page test/testcases/block/09_html/content_model/tables.html commit 482de59507d569dc7668e9334a3a82ab44f439e0 Author: Thomas Leitner Date: Tue Jun 1 20:43:47 2010 +0200 Completed list of HTML elements that have no body lib/kramdown/parser/kramdown/html.rb commit 2330fe56b311ce0fa607897461d95cf12d6ca54e Author: Thomas Leitner Date: Mon May 31 16:43:27 2010 +0200 Better whitespace handling when using html_to_native * :raw_text elements containing only whitespace and appearing between block elements are converted to :blank elements * one or more whitespace characters are compressed to a single space * leading/trailing whitespace in block HTML elements is removed lib/kramdown/parser/kramdown/html.rb test/testcases/block/09_html/html_to_native/list_ul.html test/testcases/block/09_html/html_to_native/paragraph.html test/testcases/block/09_html/html_to_native/paragraph.text test/testcases/block/09_html/html_to_native/table.html commit 9d65fb05c9dca26c131047bf502a95fd4bcb9a3c Author: Thomas Leitner Date: Mon May 31 16:20:22 2010 +0200 Fixed problem with test runner Test assertion files with a file extension that refer to an unknown converter are ignored test/test_files.rb commit 7b0a882e99be1dc986a2c7e15e01b4ddf706726f Author: Thomas Leitner Date: Mon May 31 07:41:54 2010 +0200 Fixed problems with xml comment/pi parsing * Parsing is now done even if inside a raw HTML tag * HTML converter was modified to handle the above case lib/kramdown/converter/html.rb lib/kramdown/parser/kramdown/html.rb test/testcases/block/09_html/comment.html test/testcases/block/09_html/comment.text test/testcases/block/09_html/html_to_native/comment.html test/testcases/block/09_html/html_to_native/comment.text commit 109ef4e24d9d87c71f02f33dbe3054ff34bb0b1c Author: Thomas Leitner Date: Sat May 29 17:24:27 2010 +0200 Converted lambdas used for html-to-native functionality to real methods and fixed pre/code conversion lib/kramdown/parser/kramdown/html.rb test/testcases/block/09_html/html_to_native/code.html test/testcases/block/09_html/html_to_native/code.text commit 858ea7053ac81993a787688e444a71655dd9b989 Author: Thomas Leitner Date: Fri May 28 15:37:24 2010 +0200 Using the fancyvrb package to support code blocks in footnotes when using the LaTeX converter data/kramdown/document.latex doc/converter/latex.page lib/kramdown/converter/latex.rb commit 9b4f8fd4eac03885bbdfbe1008321e5c33a7045a Author: Thomas Leitner Date: Thu May 27 21:26:39 2010 +0200 Added rake task for generating CONTRIBUTERS file from git history Rakefile commit 939c1a8790d2cb8b5043c667e4f9f78d9ada07d1 Author: Ben Armston Date: Tue May 25 22:25:09 2010 +0100 Fix generation of latex footnotes - Passing `opts` removed an `ArgumentError: wrong number of arguments (1 for 2)`. - Adding `[:content]` removed a `NoMethodError: undefined method `children' for #` lib/kramdown/converter/latex.rb test/testcases/span/04_footnote/definitions.latex test/testcases/span/04_footnote/footnote_nr.latex test/testcases/span/04_footnote/markers.latex commit 6ccd690dbf80fc4644c0d060d05008afc82423f7 Author: Thomas Leitner Date: Thu May 27 21:00:11 2010 +0200 Updated test runner to be able to run tests on any conversion format test/test_files.rb commit 5a1eb15335d1d6179a7f7041786f52837686e588 Author: Ben Armston Date: Tue May 25 22:20:53 2010 +0100 Run latex tests if they exist test/test_files.rb commit 720c2b0aa6a47d9ee12689909aa6b22cf5a32538 Author: Thomas Leitner Date: Thu May 27 20:41:22 2010 +0200 Updated the Rakefile to prohibit releases if not all development deps are installed Rakefile commit a0ddab1e1be5e6fc05112e318e48f328add40d5c Author: Ben Armston Date: Tue May 25 22:10:39 2010 +0100 Only define rdoc task if rdoc is installed Rakefile commit a156853b721be10a85f6de661bf05c410613a853 Author: Thomas Leitner Date: Thu May 27 15:25:46 2010 +0200 Better html-to-native processing for li and dd tags doc/parser/kramdown.page lib/kramdown/parser/kramdown/html.rb test/testcases/block/09_html/html_to_native/list_ol.html test/testcases/block/09_html/html_to_native/list_ul.html commit 2b8c1b4e6001bd9bacc2f24941e832eeec846c49 Author: Thomas Leitner Date: Thu May 27 15:23:48 2010 +0200 Added gitignore file .gitignore commit 903f22ee1d367c5771325ea6ef77d975398d1f76 Author: Thomas Leitner Date: Thu May 27 07:46:28 2010 +0200 Modified list handling to use :category key instead of special :first_is_block key lib/kramdown/converter/html.rb lib/kramdown/parser/kramdown/list.rb commit 6e9c777e15bd55494281b30a81eb472de75fcd4b Author: Thomas Leitner Date: Thu May 27 07:43:08 2010 +0200 Formalized how to set the category of an element The category of element (:block or :span) can now be set via the special options key :category. lib/kramdown/converter/html.rb lib/kramdown/converter/latex.rb lib/kramdown/document.rb lib/kramdown/parser/kramdown.rb lib/kramdown/parser/kramdown/extension.rb lib/kramdown/parser/kramdown/html.rb lib/kramdown/parser/kramdown/math.rb commit ef6c7683312966b16e7c9b1921e73fa3424797bd Author: Thomas Leitner Date: Wed May 26 16:44:07 2010 +0200 Better html-to-native processing for ul, ol and dl tags doc/parser/kramdown.page lib/kramdown/parser/kramdown/html.rb test/testcases/block/09_html/html_to_native/list_dl.html test/testcases/block/09_html/html_to_native/list_dl.text test/testcases/block/09_html/html_to_native/list_ol.html test/testcases/block/09_html/html_to_native/list_ol.text test/testcases/block/09_html/html_to_native/list_ul.html test/testcases/block/09_html/html_to_native/list_ul.text commit 16c3cd2fd2028fc14bcd3cdba6cf25d84a359941 Author: Thomas Leitner Date: Wed May 26 16:42:31 2010 +0200 Fixed problem with accumulating raw text in HTML parser Needed to add :codeblock and :codespan elements to the list of elements from which the raw text may be extracted because they may have been processed already. lib/kramdown/parser/kramdown/html.rb test/testcases/block/09_html/html_to_native/code.html test/testcases/block/09_html/html_to_native/code.text commit dfa48c97a2b7964fedc400299c1d7b18c16939a3 Author: Thomas Leitner Date: Sun May 23 06:15:30 2010 +0200 Added the ability to convert HTML tags to native elements This is directly implemented in the HTML parser and controlled with the new html_to_native option. doc/news/release_0_8_0.page doc/parser/kramdown.page lib/kramdown/converter/html.rb lib/kramdown/converter/latex.rb lib/kramdown/options.rb lib/kramdown/parser/kramdown/html.rb test/testcases/block/09_html/html_to_native/code.html test/testcases/block/09_html/html_to_native/code.text test/testcases/block/09_html/html_to_native/emphasis.html test/testcases/block/09_html/html_to_native/emphasis.text test/testcases/block/09_html/html_to_native/entity.html test/testcases/block/09_html/html_to_native/entity.text test/testcases/block/09_html/html_to_native/header.html test/testcases/block/09_html/html_to_native/header.options test/testcases/block/09_html/html_to_native/header.text test/testcases/block/09_html/html_to_native/options test/testcases/block/09_html/html_to_native/paragraph.html test/testcases/block/09_html/html_to_native/paragraph.text test/testcases/block/09_html/html_to_native/table.html test/testcases/block/09_html/html_to_native/table.text test/testcases/block/09_html/html_to_native/typography.html test/testcases/block/09_html/html_to_native/typography.text commit 14233a850d51edb543abd85157a2016bf79dacfe Author: Thomas Leitner Date: Sun May 23 06:16:12 2010 +0200 Test file now supports loading a common directory options file test/test_files.rb commit 0a7ebd0623e21eddd1a4a83bcc845dd7107c50ec Author: Thomas Leitner Date: Sat May 22 08:43:32 2010 +0200 HTML tags inside raw HTML span tags are now parsed as raw HTML tags doc/news/release_0_8_0.page lib/kramdown/parser/kramdown/html.rb commit 27bef199e798d26b29d42864bbbbd278f241a168 Author: Thomas Leitner Date: Sat May 22 08:41:35 2010 +0200 HTML code and pre tags are now parsed as raw HTML tags doc/news/release_0_8_0.page lib/kramdown/parser/kramdown/html.rb commit 595a29f4fa8a0e943c15f0029267b02ef49a4054 Author: Thomas Leitner Date: Sat May 22 08:32:47 2010 +0200 Fixed problem with HTML span parsing Some text was not added to the correct element when the end tag was not found. doc/news/release_0_8_0.page lib/kramdown/parser/kramdown/html.rb test/testcases/span/05_html/invalid.html test/testcases/span/05_html/invalid.text commit 936564a194e81469fb0d95607b4ecbe1c0dc9cd7 Author: Thomas Leitner Date: Sat May 22 08:22:21 2010 +0200 Renamed element type :html_text to :raw_text This type of text element is basically the same as the :text element but it is not parsed with the span level parser. lib/kramdown/converter/html.rb lib/kramdown/converter/latex.rb lib/kramdown/parser/kramdown/html.rb commit c4b87346c193065282a7c3aec4d5f12baf0f18ef Author: Thomas Leitner Date: Sat May 22 07:37:35 2010 +0200 Two fixes in typographic sym parser * Entities were added as string and not as entity elements which is now corrected. * Renamed :ellipsis to :hellip doc/news/release_0_8_0.page lib/kramdown/converter/html.rb lib/kramdown/converter/latex.rb lib/kramdown/parser/kramdown/typographic_symbol.rb commit f9041fc4b7e5284d6a30b389519b9ebf562d6431 Author: Thomas Leitner Date: Fri May 21 18:49:53 2010 +0200 Table header cells are now represented by their own element type doc/news/release_0_8_0.page lib/kramdown/converter/html.rb lib/kramdown/converter/latex.rb lib/kramdown/parser/kramdown/table.rb commit bc060c1db0badbcf6c19797c338c945f45f4b94e Author: Thomas Leitner Date: Thu May 20 17:46:16 2010 +0200 Bumped version number and added release notes file doc/news/release_0_8_0.page lib/kramdown/version.rb commit 3975435056216bbe0c19fbbad4b9985e04f78d68 Author: Thomas Leitner Date: Thu May 20 17:42:11 2010 +0200 Removed support for old extension syntax and custom extensions lib/kramdown/options.rb lib/kramdown/parser/kramdown.rb lib/kramdown/parser/kramdown/extension.rb commit 4e2e24907f0e16f2e6f7755fa3cc4f8c3615e62d Author: Thomas Leitner Date: Thu May 20 08:35:03 2010 +0200 Updated API documentation lib/kramdown/converter.rb lib/kramdown/converter/base.rb lib/kramdown/document.rb lib/kramdown/options.rb lib/kramdown/parser.rb commit 50d4b0607abfbe26f590096129471ff149da6593 Author: Thomas Leitner Date: Thu May 20 08:14:49 2010 +0200 Small fix for determining the converter class to use when using the doc.to_ shortcut lib/kramdown/document.rb commit 03e15d86ca11ca327d22b6a8b43e8d77337fd34c Author: Thomas Leitner Date: Thu May 20 07:32:46 2010 +0200 Attributes assigned to TOC list are now applied to generated TOC list doc/converter/html.page lib/kramdown/converter/html.rb commit be2d2abef64a8d10ad0ad13f7fbee3fb485cd115 Author: Thomas Leitner Date: Wed May 19 07:50:03 2010 +0200 Updated copyright notice task and copyright notices Rakefile lib/kramdown.rb lib/kramdown/compatibility.rb lib/kramdown/converter.rb lib/kramdown/converter/base.rb lib/kramdown/converter/html.rb lib/kramdown/converter/latex.rb lib/kramdown/document.rb lib/kramdown/error.rb lib/kramdown/options.rb lib/kramdown/parser.rb lib/kramdown/parser/kramdown.rb lib/kramdown/parser/kramdown/attribute_list.rb lib/kramdown/parser/kramdown/autolink.rb lib/kramdown/parser/kramdown/blank_line.rb lib/kramdown/parser/kramdown/blockquote.rb lib/kramdown/parser/kramdown/codeblock.rb lib/kramdown/parser/kramdown/codespan.rb lib/kramdown/parser/kramdown/emphasis.rb lib/kramdown/parser/kramdown/eob.rb lib/kramdown/parser/kramdown/escaped_chars.rb lib/kramdown/parser/kramdown/extension.rb lib/kramdown/parser/kramdown/footnote.rb lib/kramdown/parser/kramdown/header.rb lib/kramdown/parser/kramdown/horizontal_rule.rb lib/kramdown/parser/kramdown/html.rb lib/kramdown/parser/kramdown/html_entity.rb lib/kramdown/parser/kramdown/line_break.rb lib/kramdown/parser/kramdown/link.rb lib/kramdown/parser/kramdown/list.rb lib/kramdown/parser/kramdown/math.rb lib/kramdown/parser/kramdown/paragraph.rb lib/kramdown/parser/kramdown/smart_quotes.rb lib/kramdown/parser/kramdown/table.rb lib/kramdown/parser/kramdown/typographic_symbol.rb lib/kramdown/version.rb commit 3590129a6ad01161ee8f03a25f4d93d14fd6f4b1 Author: Thomas Leitner Date: Wed May 19 07:20:20 2010 +0200 Updated documentation content and structure Rakefile doc/default.less.css doc/default.template doc/documentation.page doc/index.page doc/installation.page doc/parser/kramdown.page doc/quickref.page doc/syntax.page commit 0e73d548e89a77b0318efa151aa1c6279d7f1c00 Author: Thomas Leitner Date: Fri May 7 12:17:58 2010 +0200 Last changes before release doc/index.page doc/news/release_0_7_0.page commit c83af0ac96ea60aeb5d90afdfe31746106e0de9f Author: Thomas Leitner Date: Thu May 6 20:20:20 2010 +0200 Fixed small problem with :input document option lib/kramdown/document.rb commit 4c6261dad0dc80235a76866a54ed5a9bf55d6174 Author: Thomas Leitner Date: Thu May 6 20:19:30 2010 +0200 Made kramdown parser class better subclass-able and added example subclass lib/kramdown/parser/kramdown.rb commit 1cb4d538ff62cfb78c88fdf858283c1902b8cd7d Author: Thomas Leitner Date: Thu May 6 16:53:11 2010 +0200 Modified block IAL syntax so that placing an IAL before an element is possible doc/news/release_0_7_0.page doc/syntax.page lib/kramdown/parser/kramdown.rb lib/kramdown/parser/kramdown/attribute_list.rb lib/kramdown/parser/kramdown/blank_line.rb lib/kramdown/parser/kramdown/blockquote.rb lib/kramdown/parser/kramdown/codeblock.rb lib/kramdown/parser/kramdown/eob.rb lib/kramdown/parser/kramdown/header.rb lib/kramdown/parser/kramdown/horizontal_rule.rb lib/kramdown/parser/kramdown/list.rb lib/kramdown/parser/kramdown/math.rb lib/kramdown/parser/kramdown/paragraph.rb lib/kramdown/parser/kramdown/table.rb test/testcases/block/11_ial/simple.html test/testcases/block/11_ial/simple.text commit d63445c83d7ccb545e649763454e0a5a2619295d Author: Thomas Leitner Date: Thu May 6 08:01:21 2010 +0200 Fixed problem with invalid IDs on news page doc/news.page commit eb9d114114f0a2333d149e4554805063689dac5a Author: Thomas Leitner Date: Thu May 6 08:00:24 2010 +0200 Updated HTML ToC generation to either create ordered or unordered lists doc/converter/html.page lib/kramdown/converter/html.rb commit 6fe31bd9900390ae389e884edc85f9f4bdd3070e Author: Thomas Leitner Date: Wed May 5 08:27:50 2010 +0200 Added option for prefixing auto_ids with a string doc/news/release_0_7_0.page lib/kramdown/converter/base.rb lib/kramdown/options.rb test/testcases/block/04_header/with_auto_id_prefix.html test/testcases/block/04_header/with_auto_id_prefix.options test/testcases/block/04_header/with_auto_id_prefix.text commit e39be57de665f72d83c38c05ac243cb13f316516 Author: Thomas Leitner Date: Wed May 5 08:08:52 2010 +0200 Implemented support for applying an IAL to a list item doc/news/release_0_7_0.page doc/syntax.page lib/kramdown/parser/kramdown/list.rb test/testcases/block/08_list/item_ial.html test/testcases/block/08_list/item_ial.text commit 598478881b809a6f76121ce5741d1105483e3276 Author: Thomas Leitner Date: Wed May 5 08:03:32 2010 +0200 Fixed unnecessary recursions when replacing abbreviations lib/kramdown/parser/kramdown.rb commit 1994f6f62e2317d1a302668b7e237e8554eff47e Author: Thomas Leitner Date: Wed May 5 07:56:30 2010 +0200 Invalid span IALs are now removed from the output doc/news/release_0_7_0.page doc/syntax.page lib/kramdown/parser/kramdown/attribute_list.rb test/testcases/span/ial/simple.html test/testcases/span/ial/simple.text commit c5a7ce9ca428258f275a9ad82277e8c430f0fd55 Author: Thomas Leitner Date: Wed May 5 07:29:07 2010 +0200 Fixed problem with invalid error message lib/kramdown/document.rb commit 7da28a8abd9fa16dd5c8fc165b02d49af57e6cb8 Author: Thomas Leitner Date: Tue May 4 20:12:55 2010 +0200 Added support for automatic generation of ToC doc/converter/html.page doc/converter/latex.page doc/news/release_0_7_0.page lib/kramdown/converter/html.rb lib/kramdown/converter/latex.rb commit 9c3272eaf95e11d655b3f49fe4c097e5b245c949 Author: Thomas Leitner Date: Mon May 3 16:22:38 2010 +0200 Updated testing script to use all available rvm ruby versions benchmark/testing.sh commit 6776bfccbc1dd82a8dd54109d7dc61b5f6eba1b5 Author: Thomas Leitner Date: Mon May 3 16:21:58 2010 +0200 Removed leading colon from option names doc/news/release_0_2_0.page doc/news/release_0_7_0.page commit 4c32df245a179a338b4295e1f84e8b7fb0b09c59 Author: Thomas Leitner Date: Mon May 3 16:20:41 2010 +0200 Fixed ambiguity problem of new extension syntax The sequence {:comment} could mean an IAL with a reference to the comment ALD or the beginning of the extension named comment. To resolve this problem, extensions now have to begin with two colons doc/syntax.page lib/kramdown/parser/kramdown/extension.rb test/testcases/block/12_extension/comment.text test/testcases/block/12_extension/ignored.text test/testcases/block/12_extension/nomarkdown.text test/testcases/block/12_extension/options.text test/testcases/block/12_extension/options2.text test/testcases/block/12_extension/options3.text test/testcases/span/extension/comment.text test/testcases/span/extension/ignored.text test/testcases/span/extension/nomarkdown.text test/testcases/span/extension/options.text commit b48f6ede0237db9bf30cf79a4abd6841a1d70f49 Author: Thomas Leitner Date: Thu Apr 22 20:52:15 2010 +0200 Restructured syntax documentation doc/syntax.page commit 2c0d469ee9365a19b0a79752532e727310cfbe79 Author: Thomas Leitner Date: Thu Apr 22 07:41:26 2010 +0200 Updated documentation * Option names are now always used without the leading colon * All converter specific options are now described on their respective documentation page and not on the kramdown syntax page anymore Rakefile doc/converter/html.page doc/converter/latex.page doc/links.markdown doc/news/release_0_4_0.page doc/parser/kramdown.page doc/syntax.page commit c61f553f181f6bda2bcdb3e5e01a3716513e38db Author: Thomas Leitner Date: Wed Apr 21 19:34:38 2010 +0200 Re-implemented custom extensions for docu as webgen tags Rakefile doc/quickref.page commit 210d61a1ddf5cceb89f5f29b7df4dd57d871cb76 Author: Thomas Leitner Date: Wed Apr 21 19:01:13 2010 +0200 Updated block extension code to use new syntax The old code is still available and will be removed in a future version of kramdown. doc/news/release_0_7_0.page lib/kramdown/parser/kramdown.rb lib/kramdown/parser/kramdown/extension.rb test/testcases/block/12_extension/comment.text test/testcases/block/12_extension/ignored.html test/testcases/block/12_extension/ignored.text test/testcases/block/12_extension/nomarkdown.text test/testcases/block/12_extension/options.text test/testcases/block/12_extension/options2.text test/testcases/block/12_extension/options3.text commit 2f7b852c80a185f63f8ea77bf56833c345669264 Author: Thomas Leitner Date: Wed Apr 21 08:44:00 2010 +0200 Implemented support for span extension using the new syntax doc/news/release_0_7_0.page doc/quickref.page doc/syntax.page lib/kramdown/parser/kramdown.rb lib/kramdown/parser/kramdown/extension.rb test/testcases/span/extension/comment.html test/testcases/span/extension/comment.text test/testcases/span/extension/ignored.html test/testcases/span/extension/ignored.text test/testcases/span/extension/nomarkdown.html test/testcases/span/extension/nomarkdown.text test/testcases/span/extension/options.html test/testcases/span/extension/options.text commit 4bc26bba49b53259c5bea118459298aaf0eca663 Author: Thomas Leitner Date: Tue Apr 20 17:44:45 2010 +0200 Added deprecation warning for old extension parser doc/news/release_0_7_0.page lib/kramdown/parser/kramdown/extension.rb commit 6ffc5f341f26637391c669c9f47b59cffde88adc Author: Thomas Leitner Date: Sun Apr 18 08:33:34 2010 +0200 Fixed check-in of invalid file test/testcases/span/abbreviations/.abbrev.html.swp commit f0d4f182db8b04d631da27fe2ec1fb8347f6b50b Author: Thomas Leitner Date: Sun Apr 18 08:32:59 2010 +0200 Moved option :auto_ids from parser to converters doc/news/release_0_7_0.page doc/quickref.page lib/kramdown/converter/base.rb lib/kramdown/converter/html.rb lib/kramdown/converter/latex.rb lib/kramdown/options.rb lib/kramdown/parser/kramdown/header.rb test/testcases/block/11_ial/auto_id_and_ial.html test/testcases/block/11_ial/auto_id_and_ial.text test/testcases/block/12_extension/options.html test/testcases/block/12_extension/options.text commit e846fd69fe278880c1bb2559f0378c31e64b1cfe Author: Thomas Leitner Date: Fri Apr 16 11:58:12 2010 +0200 Added syntax support for abbreviations doc/news/release_0_7_0.page doc/quickref.page doc/syntax.page lib/kramdown/converter/html.rb lib/kramdown/converter/latex.rb lib/kramdown/parser/kramdown.rb lib/kramdown/parser/kramdown/abbreviation.rb test/testcases/span/abbreviations/.abbrev.html.swp test/testcases/span/abbreviations/abbrev.html test/testcases/span/abbreviations/abbrev.text test/testcases/span/abbreviations/abbrev_defs.html test/testcases/span/abbreviations/abbrev_defs.text commit 719f35ee0046328f661581915d10899ba21cd39b Author: Thomas Leitner Date: Fri Apr 9 10:26:04 2010 +0200 Fixed special case of smart quotes parsing doc/news/release_0_7_0.page lib/kramdown/parser/kramdown/smart_quotes.rb test/testcases/span/text_substitutions/typography.html test/testcases/span/text_substitutions/typography.text commit 6e9dd27242cb193900c975822d534a20a5754144 Author: Thomas Leitner Date: Fri Apr 9 10:25:29 2010 +0200 Fixed dependency problem in Rakefile Rakefile should always load fine even if webgen is not installed. Rakefile commit d6c22539b6c8513f059f27e5560831dc49a5b578 Author: Thomas Leitner Date: Fri Apr 9 10:18:57 2010 +0200 Fixed problem with invalid error reporting lib/kramdown/document.rb commit 6a957f7a635b26677e80efb68538238eaba07fd6 Author: Thomas Leitner Date: Wed Apr 7 17:39:44 2010 +0200 Removed deprecated CLI option -f bin/kramdown doc/news/release_0_7_0.page commit 7a20c25cf1490f84a4ddca12431d4df282326d6f Author: Thomas Leitner Date: Wed Apr 7 09:44:49 2010 +0200 Bumped version number and added news file doc/news/release_0_7_0.page lib/kramdown/version.rb commit 01986057b7e458aaf352f7d8fddb587ae2fcc16e Author: Thomas Leitner Date: Tue Apr 6 12:13:36 2010 +0200 Added benchmark data for 0.6.0 release and updated graphs benchmark/historic-jruby-1.4.0.dat benchmark/historic-ruby-1.8.6.dat benchmark/historic-ruby-1.8.7.dat benchmark/historic-ruby-1.9.1p243.dat benchmark/historic-ruby-1.9.2dev.dat doc/img/graph-jruby-1.4.0.png doc/img/graph-ruby-1.8.6.png doc/img/graph-ruby-1.8.7.png doc/img/graph-ruby-1.9.1p243.png doc/img/graph-ruby-1.9.2dev.png doc/tests.page commit 712aed9b546e75458e030606c6f5c60cbee45629 Author: Thomas Leitner Date: Tue Apr 6 12:12:50 2010 +0200 Now only showing kramdown performance in graphs benchmark/generate_data.rb commit d3f3426ce66aeaf2ca317efc59ecc42a78a1d3ad Author: Thomas Leitner Date: Tue Apr 6 11:41:19 2010 +0200 Removed old benchmark data benchmark/historic-jruby-1.4.0.dat benchmark/historic-ruby-1.8.6.dat benchmark/historic-ruby-1.8.7.dat benchmark/historic-ruby-1.9.1p243.dat benchmark/historic-ruby-1.9.2dev.dat commit acde8528e26f40af2192b25dc939b62ff20b27fb Author: Thomas Leitner Date: Tue Apr 6 11:27:09 2010 +0200 Small credit fix doc/default.template commit 7152ad65def87001ec8b2b61955d38c8ded064cb Author: Thomas Leitner Date: Thu Mar 18 20:44:57 2010 +0100 Updated release date and front matter doc/index.page doc/news/release_0_6_0.page commit 8b99bc030f7c97ddb78f6d8b9b5a161bf5cd4aa2 Author: Thomas Leitner Date: Thu Mar 18 20:43:37 2010 +0100 Fixed some style issues doc/default.less.css doc/news.page commit a82a70715298bee2659e387ea4622b4e87285b2f Author: Thomas Leitner Date: Thu Mar 18 20:42:46 2010 +0100 Updated release notes doc/news/release_0_6_0.page commit dc64a5fa47202f01eb829d5fc5f389f35014ea69 Author: Thomas Leitner Date: Wed Mar 17 18:27:59 2010 +0100 Updated documentation Moved HTML/LaTeX specific parts of the syntax document to the converter documents. doc/converter/html.page doc/converter/latex.page doc/syntax.page commit 397dafe8664affaa7ca0e3895b683bc32f73d637 Author: Thomas Leitner Date: Wed Mar 17 18:27:11 2010 +0100 Updated styling of homepage doc/default.css doc/default.less.css doc/default.template doc/index.page commit ad6b4a2c203a2728c8564312ede3b3b6aef9cf07 Author: Thomas Leitner Date: Tue Mar 16 14:18:16 2010 +0100 Small syntax change for the last list item It is now also wrapped in a paragraph if all other list items are also wrapped in a paragraph. doc/news/release_0_6_0.page doc/syntax.page lib/kramdown/parser/kramdown/list.rb test/testcases/block/08_list/mixed.html test/testcases/block/08_list/special_cases.html test/testcases/block/08_list/special_cases.text commit 52441c4c0eea53f8f8af699c799bf4459a2baff2 Author: Thomas Leitner Date: Sun Mar 14 19:42:22 2010 +0100 Fixed typo in manual page man/man1/kramdown.1.erb commit 5b5bf7f100cb99ee2f8f95ad30201220f22607b1 Author: Thomas Leitner Date: Fri Mar 12 13:10:40 2010 +0100 Fixed problem with missing data files Rakefile doc/news/release_0_6_0.page commit 7e579fdcb40f68aaf0219e6fe3d2f34192900d87 Author: Thomas Leitner Date: Tue Mar 2 14:45:49 2010 +0100 Fixed performance problem with emphasis parsing Backtracking in the emphasis parser lead to poor performance. Nesting em or strong emphasis is now forbidden to prevent this. doc/news/release_0_6_0.page doc/syntax.page lib/kramdown/parser/kramdown.rb lib/kramdown/parser/kramdown/emphasis.rb test/testcases/span/02_emphasis/errors.html test/testcases/span/02_emphasis/nesting.html test/testcases/span/02_emphasis/nesting.text commit 07b1bd5156d7c6c1f627bdf3d94bad886bc5ac5f Author: Thomas Leitner Date: Tue Feb 23 16:30:04 2010 +0100 Added a new CLI option -i and changed -f to -o with deprecation The option -i can be used to select the input format. The Document class has been adjusted to take care of the special key :input. bin/kramdown doc/news/release_0_6_0.page lib/kramdown/document.rb commit 74754c6cc3032aed6583ae77d6b68aac4296eb6e Author: Thomas Leitner Date: Sat Feb 20 21:39:33 2010 +0100 Small fix for LaTeX converter lib/kramdown/converter/latex.rb commit 51d2021527d6ac6be6c4e9ec19b3522546fb8e7b Author: Thomas Leitner Date: Sat Feb 20 21:38:40 2010 +0100 Added documentation on available parsers and converters Rakefile doc/converter/html.page doc/converter/latex.page doc/index.page doc/parser/kramdown.page commit 39e8750b0a1b36dfc390815c55b591da77f08783 Author: Thomas Leitner Date: Sat Feb 20 09:33:36 2010 +0100 Added man page for kramdown binary Rakefile doc/news/release_0_6_0.page man/man1/kramdown.1.erb commit a77e52be4d08c46dbb152cc1a9480c13de9b6da6 Author: Thomas Leitner Date: Fri Feb 19 12:12:39 2010 +0100 Added jsMath package to documentation doc/default.template doc/js/jsMath/COPYING.txt doc/js/jsMath/blank.gif doc/js/jsMath/easy/load.js doc/js/jsMath/extensions/AMSmath.js doc/js/jsMath/extensions/AMSsymbols.js doc/js/jsMath/extensions/HTML.js doc/js/jsMath/extensions/autobold.js doc/js/jsMath/extensions/bbox.js doc/js/jsMath/extensions/boldsymbol.js doc/js/jsMath/extensions/double-click.js doc/js/jsMath/extensions/eqn-number.js doc/js/jsMath/extensions/fbox.js doc/js/jsMath/extensions/font.js doc/js/jsMath/extensions/leaders.js doc/js/jsMath/extensions/mathchoice.js doc/js/jsMath/extensions/mimeTeX.js doc/js/jsMath/extensions/moreArrows.js doc/js/jsMath/extensions/newcommand.js doc/js/jsMath/extensions/underset-overset.js doc/js/jsMath/extensions/verb.js doc/js/jsMath/jsMath-BaKoMa-fonts.js doc/js/jsMath/jsMath-autoload.html doc/js/jsMath/jsMath-controls.html doc/js/jsMath/jsMath-easy-load.js doc/js/jsMath/jsMath-fallback-mac-mozilla.js doc/js/jsMath/jsMath-fallback-mac-msie.js doc/js/jsMath/jsMath-fallback-mac.js doc/js/jsMath/jsMath-fallback-pc.js doc/js/jsMath/jsMath-fallback-symbols.js doc/js/jsMath/jsMath-fallback-unix.js doc/js/jsMath/jsMath-global-controls.html doc/js/jsMath/jsMath-global.html doc/js/jsMath/jsMath-loader-omniweb4.js doc/js/jsMath/jsMath-loader-post.html doc/js/jsMath/jsMath-loader.html doc/js/jsMath/jsMath-msie-mac.js doc/js/jsMath/jsMath-old-browsers.js doc/js/jsMath/jsMath.js doc/js/jsMath/local/macros.js doc/js/jsMath/plugins/CHMmode.js doc/js/jsMath/plugins/autoload.js doc/js/jsMath/plugins/global.js doc/js/jsMath/plugins/mimeTeX.js doc/js/jsMath/plugins/noCache.js doc/js/jsMath/plugins/noGlobal.js doc/js/jsMath/plugins/noImageFonts.js doc/js/jsMath/plugins/smallFonts.js doc/js/jsMath/plugins/spriteImageFonts.js doc/js/jsMath/plugins/tex2math.js doc/js/jsMath/test/index-images.html doc/js/jsMath/test/index.html doc/js/jsMath/test/jsMath40.jpg doc/js/jsMath/test/sample.html commit 3c8e605c3f64bee57067ecc923b273f95f12ae02 Author: Thomas Leitner Date: Fri Feb 19 12:11:15 2010 +0100 Added syntax support for block/inline LaTeX math doc/syntax.page lib/kramdown/converter/html.rb lib/kramdown/converter/latex.rb lib/kramdown/parser/kramdown.rb lib/kramdown/parser/kramdown/escaped_chars.rb lib/kramdown/parser/kramdown/math.rb test/testcases/block/15_math/normal.html test/testcases/block/15_math/normal.text test/testcases/span/math/normal.html test/testcases/span/math/normal.text commit c0da60ad7b3331100056e6c3d01d1e5ec99f0a27 Author: Thomas Leitner Date: Thu Feb 18 08:08:16 2010 +0100 Fixed bug regarding the inclusion of the same LaTeX packages multiple times data/kramdown/document.latex lib/kramdown/converter/latex.rb commit 846c0a5c9d42da5bb22a83b3a46cd20c9eafca44 Author: Thomas Leitner Date: Thu Feb 18 07:17:07 2010 +0100 Added documentation for autolinks doc/news/release_0_6_0.page doc/syntax.page commit 21c81f6e98b871caac569ef8d76a7024a35141e6 Author: Thomas Leitner Date: Wed Feb 17 15:45:31 2010 +0100 Bumped version number and added release notes file doc/news/release_0_6_0.page lib/kramdown/version.rb commit 339345a78869bb483a7eb70007d868e53eb6e9b9 Author: Thomas Leitner Date: Wed Feb 17 15:43:43 2010 +0100 Fixed problem with email autolinks The used regexps were too relaxed and matched invalid email adresses. lib/kramdown/converter/html.rb lib/kramdown/parser/kramdown/autolink.rb test/testcases/span/autolinks/url_links.html test/testcases/span/autolinks/url_links.text commit abac8ea1b2aebc98a4b46f27d57b366d2f20be86 Author: Thomas Leitner Date: Mon Feb 15 10:46:56 2010 +0100 Added pushing gems to gemcutter Rakefile commit 53449309c569f774d7d3cd68bcc71d48509a4c7e Author: Thomas Leitner Date: Mon Feb 15 10:16:18 2010 +0100 Updated benchmark data and graphs benchmark/historic-jruby-1.4.0.dat benchmark/historic-ruby-1.8.6.dat benchmark/historic-ruby-1.8.7.dat benchmark/historic-ruby-1.9.1p243.dat benchmark/historic-ruby-1.9.2dev.dat doc/img/graph-jruby-1.4.0.png doc/img/graph-ruby-1.8.6.png doc/img/graph-ruby-1.8.7.png doc/img/graph-ruby-1.9.1p243.png doc/img/graph-ruby-1.9.2dev.png commit 7422bb09e3df6c98b8d57335e50701bcde2c5f77 Author: Thomas Leitner Date: Mon Feb 15 10:12:22 2010 +0100 Updated release notes doc/index.page doc/news/release_0_5_0.page commit 127f5205559a2beac7aae87b6b2ebf203830f68e Author: Thomas Leitner Date: Mon Feb 15 10:04:08 2010 +0100 Updated kramdown binary so that option descriptions are displayed better bin/kramdown commit d5cdc600c1e559deeac6c333fc8719aed748b1b4 Author: Thomas Leitner Date: Mon Feb 15 10:03:31 2010 +0100 Fixed small problem with parsing of Symbol options lib/kramdown/options.rb commit 366dec49d98245e392a8c472ca62438763b4e36c Author: Thomas Leitner Date: Mon Feb 15 10:03:15 2010 +0100 Added better option descriptions lib/kramdown/options.rb commit 9dab841f7f75be1b126ff55eedd4b3a8d851b2f8 Author: Thomas Leitner Date: Sat Feb 13 09:18:19 2010 +0100 Added warning output to $stderr for kramdown binary bin/kramdown commit 3f576659ec18548c3ca24923565fbbcf285dadbc Author: Thomas Leitner Date: Sat Feb 13 09:18:00 2010 +0100 Fixed last remaining issues with LaTeX converter * Local images are now included in the output * Entities are correctly converted to their LaTeX equivalent * Warnings have been added where approriate data/kramdown/document.latex lib/kramdown/converter/base.rb lib/kramdown/converter/latex.rb lib/kramdown/document.rb commit 5a14647e4f5da8595b61f03c2f80af0fc6d93d5c Author: Thomas Leitner Date: Sat Feb 13 09:15:55 2010 +0100 Better internal support for HTML entities lib/kramdown/converter/html.rb lib/kramdown/parser/kramdown/html_entity.rb test/testcases/span/text_substitutions/entities.html commit b94ff3c15d67419f50ea3f4097a44c47f618c7f3 Author: Thomas Leitner Date: Fri Feb 12 14:05:19 2010 +0100 Implemented syntax parsing and conversion support for smart quotes This additional syntax support causes a small performance penalty on Ruby 1.8 which is, however, acceptable. doc/syntax.page lib/kramdown/converter/html.rb lib/kramdown/converter/latex.rb lib/kramdown/parser/kramdown.rb lib/kramdown/parser/kramdown/escaped_chars.rb lib/kramdown/parser/kramdown/smart_quotes.rb test/testcases/span/01_link/inline.html test/testcases/span/01_link/reference.html test/testcases/span/escaped_chars/normal.html test/testcases/span/escaped_chars/normal.text test/testcases/span/text_substitutions/typography.html test/testcases/span/text_substitutions/typography.text commit a7db5ce9d37771b2fcd8ec0ab5e3848e4d6410c4 Author: Thomas Leitner Date: Fri Feb 12 14:02:38 2010 +0100 Fixed bug in benchmark.rb: false date was shown benchmark/benchmark.rb commit 7e91476e1562495daea1d87c90e8195d6f58e59a Author: Thomas Leitner Date: Fri Feb 12 12:20:47 2010 +0100 Performance optimization in span parser The span parser now uses a much smaller regexp for locating possible span elements which leads to better performance. lib/kramdown/parser/kramdown.rb lib/kramdown/parser/kramdown/attribute_list.rb lib/kramdown/parser/kramdown/autolink.rb lib/kramdown/parser/kramdown/codespan.rb lib/kramdown/parser/kramdown/emphasis.rb lib/kramdown/parser/kramdown/escaped_chars.rb lib/kramdown/parser/kramdown/footnote.rb lib/kramdown/parser/kramdown/html.rb lib/kramdown/parser/kramdown/html_entity.rb lib/kramdown/parser/kramdown/line_break.rb lib/kramdown/parser/kramdown/link.rb lib/kramdown/parser/kramdown/typographic_symbol.rb commit d8d372e894cdf2239d34a58517f918fc983952b3 Author: Thomas Leitner Date: Thu Feb 11 17:10:21 2010 +0100 Fixed Rakefile Rakefile commit f6e878cebd3590a253e1b177610e354e2ab37d28 Author: Thomas Leitner Date: Wed Feb 10 18:33:04 2010 +0100 Added basic support for converting a kramdown document to LaTeX bin/kramdown data/kramdown/document.latex lib/kramdown/converter.rb lib/kramdown/converter/latex.rb commit bb35de9db070ad5e227c0197d71fcda636b76821 Author: Thomas Leitner Date: Wed Feb 10 18:22:47 2010 +0100 Updated converter * Added a base class with common functionality * Added support for wrapping the output of a converter in a given ERB template data/kramdown/document.html doc/news/release_0_5_0.page lib/kramdown/converter.rb lib/kramdown/converter/base.rb lib/kramdown/converter/html.rb lib/kramdown/document.rb lib/kramdown/options.rb commit 889bcc99ddae386a4cf6d81f79eb5a46be0e604d Author: Thomas Leitner Date: Wed Feb 10 15:31:13 2010 +0100 Fixed syntax error doc/syntax.page commit e5ab07d5dbfedb71255c74495643bca5da7cc7d5 Author: Thomas Leitner Date: Wed Feb 10 15:30:50 2010 +0100 Fixed potential future problem with escape regexp in HTML converter lib/kramdown/converter/html.rb commit ab862baa4612736c64b153b9426720ce1c56205a Author: Thomas Leitner Date: Mon Feb 8 17:15:11 2010 +0100 Enhanced the kramdown binary bin/kramdown doc/news/release_0_5_0.page lib/kramdown/options.rb commit 38e6052580225bbb42c32499c4c699dac5e0762a Author: Thomas Leitner Date: Mon Feb 8 16:56:37 2010 +0100 Small API doc update lib/kramdown/converter/html.rb commit 6acf84b84a4eed2706888dd31364dbc5e0ed65be Author: Thomas Leitner Date: Mon Feb 8 16:51:24 2010 +0100 Implemented better options mechanism Parser/converter options can now be defined easily lib/kramdown/converter/html.rb lib/kramdown/document.rb lib/kramdown/options.rb lib/kramdown/parser/kramdown.rb lib/kramdown/parser/kramdown/extension.rb lib/kramdown/parser/kramdown/header.rb lib/kramdown/parser/kramdown/html.rb commit d2cb1882a9c4e0dd3d094a393c8c37a0631910ac Author: Thomas Leitner Date: Fri Feb 5 18:41:09 2010 +0100 The quotation mark " is not converted to " in normal text anymore doc/news/release_0_5_0.page lib/kramdown/converter/html.rb test/testcases/span/01_link/reference.html commit c2e7145bd8fa1723bb97803840f04937c092fd1f Author: Thomas Leitner Date: Thu Feb 4 10:03:16 2010 +0100 Bumped version number doc/news/release_0_5_0.page lib/kramdown/version.rb commit 400283889466d95724eed6169a306d411940bbc8 Author: Thomas Leitner Date: Thu Feb 4 09:56:54 2010 +0100 Code restructurations * Moved default options away from Document into parser and converter classes * Moved definition of Extension class to where it belongs, the kramdown parser * Moved HTML converter class into lib/kramdown/converter/html.rb lib/kramdown/converter.rb lib/kramdown/converter/html.rb lib/kramdown/document.rb lib/kramdown/extension.rb lib/kramdown/parser/kramdown.rb lib/kramdown/parser/kramdown/extension.rb lib/kramdown/parser/kramdown/header.rb lib/kramdown/parser/kramdown/html.rb commit 0ea859157e8f30d488a8e1f78407466c369cc717 Author: Thomas Leitner Date: Thu Feb 4 09:10:32 2010 +0100 Fixed problems with multibyte encodings in Ruby 1.9 The StringScanner class returns positions based on bytes and not based on characters. Therefore a workaround was needed sothat multibyte encoded documents are parsed correctly lib/kramdown/parser/kramdown.rb lib/kramdown/parser/kramdown/emphasis.rb lib/kramdown/parser/kramdown/html.rb lib/kramdown/parser/kramdown/link.rb test/testcases/encoding.html test/testcases/encoding.text commit fa3d9d59c3e912a011a26f10a74ee0858cafe4dd Author: Thomas Leitner Date: Fri Jan 22 17:41:32 2010 +0100 Small fix for testing script benchmark/testing.sh commit 8c765d5783b460a46fdd8b547eeca91e7f48f0da Author: Thomas Leitner Date: Fri Jan 22 17:38:10 2010 +0100 Updated release file and homepage doc/index.page doc/news/release_0_4_0.page commit c6f7bcea913b19cc8c255f9a0358188db54cead4 Author: Thomas Leitner Date: Fri Jan 22 17:37:53 2010 +0100 Updated benchmark data benchmark/historic-jruby-1.4.0.dat benchmark/historic-ruby-1.8.6.dat benchmark/historic-ruby-1.8.7.dat benchmark/historic-ruby-1.9.1p243.dat benchmark/historic-ruby-1.9.2dev.dat doc/img/graph-jruby-1.4.0.png doc/img/graph-ruby-1.8.6.png doc/img/graph-ruby-1.8.7.png doc/img/graph-ruby-1.9.1p243.png doc/img/graph-ruby-1.9.2dev.png commit 2d531e0984e9db1656e1d7dbde0dbc3c96383d05 Author: Thomas Leitner Date: Fri Jan 22 16:55:48 2010 +0100 Small fix for syntax highlighting test test/testcases/block/12_extension/options3.html commit e3f053d87d85ba0c36befe489fe777b954f04079 Author: Thomas Leitner Date: Wed Jan 20 18:39:25 2010 +0100 Implemented syntax highlighting of codeblocks via CodeRay library doc/index.page doc/news/release_0_4_0.page doc/syntax.page lib/kramdown/converter.rb lib/kramdown/document.rb lib/kramdown/extension.rb lib/kramdown/parser/kramdown/attribute_list.rb test/testcases/block/12_extension/options3.html test/testcases/block/12_extension/options3.text commit 9753aa172982fe6b9766b032017a747d00b1a1b3 Author: Thomas Leitner Date: Wed Jan 20 18:37:09 2010 +0100 Various small fixes Rakefile doc/news/release_0_1_0.page doc/quickref.page doc/syntax.page commit 5c6215f4b8bf26801f6f4af81591ce5714e4abfc Author: Thomas Leitner Date: Wed Jan 20 17:51:21 2010 +0100 Updated codeblock parser implementation Codeblock lines separated by blank lines are not parsed separately anymore lib/kramdown/parser/kramdown/codeblock.rb lib/kramdown/parser/kramdown/footnote.rb test/testcases/block/06_codeblock/with_blank_line.text test/testcases/block/11_ial/simple.html test/testcases/block/11_ial/simple.text commit b9de73dd48590e47a5753f272478f88378ada709 Author: Thomas Leitner Date: Wed Jan 20 15:46:43 2010 +0100 Clarified how options set through the options extension are used doc/syntax.page commit e371bd8ecbbfe1df200240ccd13562dcb8927940 Author: Thomas Leitner Date: Tue Jan 19 14:58:32 2010 +0100 Fixed problem with too many alignment definitions on header sep line lib/kramdown/parser/kramdown/table.rb test/testcases/block/14_table/header.html test/testcases/block/14_table/header.text commit 8360bed28e436ee621848f60b7db7c2f29ffb573 Author: Thomas Leitner Date: Tue Jan 19 14:49:19 2010 +0100 Updated table spec and implementation sothat header sep lines are a subset of sep lines doc/syntax.page lib/kramdown/parser/kramdown/table.rb test/testcases/block/14_table/header.html test/testcases/block/14_table/header.text commit 59cf34d9a9efd70a69b324097148199bf70b8189 Author: Thomas Leitner Date: Sat Jan 16 08:13:18 2010 +0100 Small fix in table separator line regexps lib/kramdown/parser/kramdown/table.rb commit 6e77f79a5bc37e94267da8b4a42be6da036e6f81 Author: Thomas Leitner Date: Fri Jan 15 12:14:42 2010 +0100 Fixed problem with escaped characters * Added colon to the list of escaped characters in the syntax document * Added test cases for escaped colons and pipes * Fixed bug in regexp for escaped characters doc/news/release_0_4_0.page doc/syntax.page lib/kramdown/parser/kramdown/escaped_chars.rb test/testcases/block/13_definition_list/no_def_list.html test/testcases/block/13_definition_list/no_def_list.text test/testcases/block/14_table/no_table.html test/testcases/block/14_table/no_table.text test/testcases/span/escaped_chars/normal.html test/testcases/span/escaped_chars/normal.text commit df5ac74abffb0d78ac3ed05c155c36a83e4af273 Author: Thomas Leitner Date: Thu Jan 14 12:09:55 2010 +0100 Two small doc fixes doc/syntax.page commit a1f6c3c755c1b18502403c1ac6236a5dbcd47dd8 Author: Thomas Leitner Date: Thu Jan 14 08:45:04 2010 +0100 Fixed test case for table headers test/testcases/block/14_table/header.html commit b79822c8a78729be53a1d9a9db3f783c3b22a0ae Author: Thomas Leitner Date: Thu Jan 14 08:44:17 2010 +0100 Reimplemented HTML converter to use post- instead of pre-order iteration This is needed to ease the implementation of the td/th conversion. It is also a little bit faster than the old version. lib/kramdown/converter.rb commit 17caef2da4cbe065e0509ca59e04daee8baca425 Author: Thomas Leitner Date: Wed Jan 13 15:36:34 2010 +0100 Changed CSS class name kramdown-footnotes to footnotes doc/news/release_0_4_0.page lib/kramdown/converter.rb test/testcases/block/12_extension/options.html test/testcases/block/12_extension/options2.html test/testcases/span/04_footnote/footnote_nr.html test/testcases/span/04_footnote/markers.html commit d446c6ee421e983bd4cd5a13d3f3341523a3d594 Author: Thomas Leitner Date: Wed Jan 13 15:25:46 2010 +0100 Bumped version number and added release notes file doc/news/release_0_4_0.page lib/kramdown/version.rb commit 0473b0c40d6a20749772042b64472c5f6514ec0b Author: Thomas Leitner Date: Wed Jan 13 15:10:57 2010 +0100 Updated table syntax and implemented it doc/quickref.page doc/syntax.page lib/kramdown/converter.rb lib/kramdown/parser/kramdown.rb lib/kramdown/parser/kramdown/table.rb test/testcases/block/14_table/errors.html test/testcases/block/14_table/errors.text test/testcases/block/14_table/footer.html test/testcases/block/14_table/footer.text test/testcases/block/14_table/header.html test/testcases/block/14_table/header.text test/testcases/block/14_table/simple.html test/testcases/block/14_table/simple.text commit d8d032bcb399593d77a15d8269ada8884ba14fa0 Author: Thomas Leitner Date: Wed Jan 13 10:04:57 2010 +0100 Clarified one point regarding HTML span parsing doc/syntax.page test/testcases/block/09_html/parse_as_span.html test/testcases/block/09_html/parse_as_span.text commit 423ec50ba84518d1b734c396000492da217f5b99 Author: Thomas Leitner Date: Mon Jan 4 21:52:15 2010 +0100 Third table syntax proposal doc/syntax.page commit 66427040dea52007c24ea4df0dd6484b53b11f30 Author: Thomas Leitner Date: Thu Dec 31 09:26:17 2009 +0100 Second table syntax proposal doc/syntax.page commit 4b2d39389cee746ee384e35bdfa60bf5c7313eb4 Author: Thomas Leitner Date: Wed Dec 30 08:53:15 2009 +0100 First table syntax proposal doc/syntax.page commit fff933c46a6345aca7ee2333b6c71d9466b0e297 Author: Thomas Leitner Date: Sun Dec 20 16:20:10 2009 +0100 Small doc update before release doc/index.page doc/installation.page commit e1e97bcfeea51c1e3fe5afa787132e24d59fd968 Author: Thomas Leitner Date: Sun Dec 20 16:18:54 2009 +0100 Small display fix benchmark/generate_data.rb commit d80c3782881777c246e971db4f86c7ff16241c7f Author: Thomas Leitner Date: Sun Dec 20 16:18:47 2009 +0100 Added kramdown 0.3.0 data to benchmark and graphs benchmark/historic-jruby-1.4.0.dat benchmark/historic-ruby-1.8.6.dat benchmark/historic-ruby-1.8.7.dat benchmark/historic-ruby-1.9.1p243.dat benchmark/historic-ruby-1.9.2dev.dat doc/img/graph-jruby-1.4.0.png doc/img/graph-ruby-1.8.6.png doc/img/graph-ruby-1.8.7.png doc/img/graph-ruby-1.9.1p243.png doc/img/graph-ruby-1.9.2dev.png commit 064f97f9bace384a54373f4dca168911dbccf19f Author: Thomas Leitner Date: Sun Dec 20 15:59:11 2009 +0100 Updated release notes doc/news/release_0_3_0.page commit 9041790eb12fedc914d6a9511640e41deeadfcd4 Author: Thomas Leitner Date: Tue Dec 15 08:02:55 2009 +0100 Updated release notes doc/news/release_0_3_0.page commit e737974d5cdd9efcf381f3cd1d47809f6a5fbeb2 Author: Thomas Leitner Date: Tue Dec 15 07:59:44 2009 +0100 Span HTML parser now uses the same semantics for invalid end tags and unclosed tags as block HTML parser doc/syntax.page lib/kramdown/parser/kramdown.rb lib/kramdown/parser/kramdown/html.rb test/testcases/span/05_html/normal.html test/testcases/span/05_html/normal.text commit cf9330e6f27f21e9a93251d78da61cb8be549671 Author: Thomas Leitner Date: Tue Dec 15 07:35:41 2009 +0100 Updated release notes doc/news/release_0_3_0.page commit cd36641782835ddb7f32a0d83131db6193404f5e Author: Thomas Leitner Date: Tue Dec 15 07:31:11 2009 +0100 Fixed bug in emphasis parser Emphasis started with an underscore at the beginning of a new line inside a paragraph was not recognized. lib/kramdown/parser/kramdown/emphasis.rb test/testcases/span/02_emphasis/normal.html test/testcases/span/02_emphasis/normal.text commit 59d9be0976970cb33248c81c81d0500c2cfbb4ce Author: Thomas Leitner Date: Tue Dec 15 07:22:39 2009 +0100 Small update to the HTML syntax documentation doc/syntax.page commit ba0d7e1dc9deb8837c95e2f1f9e0f59cdfa93d33 Author: Thomas Leitner Date: Mon Dec 14 10:56:57 2009 +0100 Fixed some flaws in the HTML parser * raw HTML parsing did not work as specified in the syntax documentation * XML comments/PIs now have their own element type * fixed a small problem with autolinks in raw HTML blocks * adjusted parsing of unclosed raw HTML blocks to adhere to syntax documentation lib/kramdown/converter.rb lib/kramdown/parser/kramdown.rb lib/kramdown/parser/kramdown/footnote.rb lib/kramdown/parser/kramdown/html.rb test/testcases/block/09_html/not_parsed.html test/testcases/block/09_html/not_parsed.text test/testcases/block/09_html/parse_as_raw.html test/testcases/block/09_html/parse_as_raw.text test/testcases/span/05_html/markdown_attr.html test/testcases/span/05_html/markdown_attr.text commit b85972868dd907fd102b665421d51c9bb86c3d86 Author: Thomas Leitner Date: Sun Dec 13 19:42:45 2009 +0100 Fixed Maruku version number display benchmark/benchmark.rb commit 94e89b51cf33bae5cee929fa8ce97703f2fee6fc Author: Thomas Leitner Date: Sun Dec 13 19:42:28 2009 +0100 Fixed warning on Ruby 1.9 lib/kramdown/parser/kramdown/list.rb commit d3df238aeb533302bafbcc3fe8246dedd74b42f7 Author: Thomas Leitner Date: Sun Dec 13 19:42:04 2009 +0100 Implemented a new HTML block parser The new parser is a little bit more restrictive but the surprise factor for most HTML input should be less than before. doc/syntax.page lib/kramdown/converter.rb lib/kramdown/parser/kramdown.rb lib/kramdown/parser/kramdown/html.rb test/testcases/block/09_html/comment.html test/testcases/block/09_html/comment.text test/testcases/block/09_html/content_model/tables.text test/testcases/block/09_html/not_parsed.html test/testcases/block/09_html/not_parsed.text test/testcases/block/09_html/parse_as_raw.html test/testcases/block/09_html/parse_block_html.html test/testcases/block/09_html/parse_block_html.text test/testcases/block/09_html/processing_instruction.html test/testcases/block/09_html/processing_instruction.text test/testcases/block/09_html/simple.html test/testcases/block/09_html/simple.text commit cb8333118e7d70719bd25a6ef44c38e98af1d44f Author: Thomas Leitner Date: Wed Dec 9 14:51:24 2009 +0100 Added benchmark data and graphs from this data to the tests page benchmark/generate_data.rb benchmark/historic-jruby-1.4.0.dat benchmark/historic-ruby-1.8.6.dat benchmark/historic-ruby-1.8.7.dat benchmark/historic-ruby-1.9.1p243.dat benchmark/historic-ruby-1.9.2dev.dat benchmark/static-jruby-1.4.0.dat benchmark/static-ruby-1.8.6.dat benchmark/static-ruby-1.8.7.dat benchmark/static-ruby-1.9.1p243.dat benchmark/static-ruby-1.9.2dev.dat doc/img/graph-jruby-1.4.0.png doc/img/graph-ruby-1.8.6.png doc/img/graph-ruby-1.8.7.png doc/img/graph-ruby-1.9.1p243.png doc/img/graph-ruby-1.9.2dev.png doc/tests.page commit 78d9311ef919d9467502f053f416238937fb2746 Author: Thomas Leitner Date: Tue Dec 8 09:45:56 2009 +0100 Source code restructuration * email obfuscation is part of conversion now since it makes more sense there * block parsers can now be enabled/disabled by the parser methods * parsers methods put into various files lib/kramdown/converter.rb lib/kramdown/parser.rb lib/kramdown/parser/kramdown.rb lib/kramdown/parser/kramdown/attribute_list.rb lib/kramdown/parser/kramdown/autolink.rb lib/kramdown/parser/kramdown/blank_line.rb lib/kramdown/parser/kramdown/blockquote.rb lib/kramdown/parser/kramdown/codeblock.rb lib/kramdown/parser/kramdown/codespan.rb lib/kramdown/parser/kramdown/emphasis.rb lib/kramdown/parser/kramdown/eob.rb lib/kramdown/parser/kramdown/escaped_chars.rb lib/kramdown/parser/kramdown/extension.rb lib/kramdown/parser/kramdown/footnote.rb lib/kramdown/parser/kramdown/header.rb lib/kramdown/parser/kramdown/horizontal_rule.rb lib/kramdown/parser/kramdown/html.rb lib/kramdown/parser/kramdown/html_entity.rb lib/kramdown/parser/kramdown/line_break.rb lib/kramdown/parser/kramdown/link.rb lib/kramdown/parser/kramdown/list.rb lib/kramdown/parser/kramdown/paragraph.rb lib/kramdown/parser/kramdown/typographic_symbol.rb lib/kramdown/parser/registry.rb commit 13c1b5037d5ada5f661dc09ef3f1f18b437ed0f1 Author: Thomas Leitner Date: Tue Dec 8 08:35:32 2009 +0100 Added note about spelling of kramdown doc/index.page commit f8f9e65ea3e980286086b7bc25ce6126ea5a2332 Author: Thomas Leitner Date: Fri Dec 4 23:03:15 2009 +0100 Updated tested platforms and ruby versions doc/installation.page commit 06d1ff82de3a02c612b912e6384b89feb00a6e0a Author: Thomas Leitner Date: Fri Dec 4 21:02:03 2009 +0100 Removed deprecated methods lib/kramdown/deprecated.rb lib/kramdown/document.rb commit 1591c98a983398b8867c9aaf5151dc3021e2eedf Author: Thomas Leitner Date: Fri Dec 4 21:00:29 2009 +0100 Bumped version number and added release notes file doc/news/release_0_3_0.page lib/kramdown/version.rb commit b93f953c14e8c6c23951e5f78541f5ab69dc2b93 Author: Thomas Leitner Date: Fri Dec 4 20:56:29 2009 +0100 Added a compatibility fix so that kramdown works under Ruby 1.8.5 benchmark/testing.sh lib/kramdown/compatibility.rb lib/kramdown/document.rb commit 84bbbdd91686ada39b99af5b5cdd61d212065c9a Author: Thomas Leitner Date: Fri Dec 4 08:13:15 2009 +0100 Fixed typos in the documentation doc/quickref.page doc/syntax.page commit 034525fb53f178da9498e0f653c382a17549ca3a Author: Thomas Leitner Date: Thu Dec 3 20:25:17 2009 +0100 Updated release notes doc/index.page doc/news/release_0_2_0.page commit 89fc586b5f70ccfc8facfae48aa0a0ce31df1d73 Author: Thomas Leitner Date: Thu Dec 3 14:25:46 2009 +0100 Documentation updates * Added definition list examples to quick reference * Added more head lines for quicker access to syntax documentation doc/quickref.page doc/syntax.page commit 4272568be7c735411faf456e98066d5b51989634 Author: Thomas Leitner Date: Thu Dec 3 08:43:46 2009 +0100 Implemented definition list syntax doc/syntax.page lib/kramdown/converter.rb lib/kramdown/parser.rb test/testcases/block/02_eob/middle.html test/testcases/block/13_definition_list/definition_at_beginning.html test/testcases/block/13_definition_list/definition_at_beginning.text test/testcases/block/13_definition_list/multiple_terms.html test/testcases/block/13_definition_list/multiple_terms.text test/testcases/block/13_definition_list/para_wrapping.html test/testcases/block/13_definition_list/para_wrapping.text test/testcases/block/13_definition_list/separated_by_eob.html test/testcases/block/13_definition_list/separated_by_eob.text test/testcases/block/13_definition_list/simple.html test/testcases/block/13_definition_list/simple.text test/testcases/block/13_definition_list/styled_terms.html test/testcases/block/13_definition_list/styled_terms.text test/testcases/block/13_definition_list/too_much_space.html test/testcases/block/13_definition_list/too_much_space.text test/testcases/block/13_definition_list/with_blocks.html test/testcases/block/13_definition_list/with_blocks.text commit f7cdd0fa6c647b91be82184a9c4e755f8feed749 Author: Thomas Leitner Date: Thu Dec 3 08:29:30 2009 +0100 Another major update to the HTML parser * script tags in spans are not parsed anymore * trying to fix broken HTML, for example, auto-closing br and hr tags * HTML block tags in spans are now escaped * updated syntax documentation regarding HTML blocks and spans doc/syntax.page lib/kramdown/parser.rb test/testcases/block/09_html/invalid_html_2.html test/testcases/block/09_html/parse_as_raw.html test/testcases/span/05_html/normal.html test/testcases/span/05_html/normal.text commit 70982a61b7c38d34ef7aa420cf0bb05d3b1c1e85 Author: Thomas Leitner Date: Wed Dec 2 15:02:41 2009 +0100 Fixed a problem with parsing HTML When opening and closing an HTML span tag on the same line as an HTML block tag, the closing tag of the span tag was omitted. lib/kramdown/parser.rb test/testcases/block/09_html/not_parsed.html test/testcases/block/09_html/not_parsed.text commit ae805cfcace68d089135d20c6636f8cc74088930 Author: Thomas Leitner Date: Tue Dec 1 15:49:10 2009 +0100 Major update to the HTML block parser Parsing of raw HTML block tags should work much better now since HTML block lines are now processed even inside raw HTML blocks doc/news/release_0_2_0.page doc/syntax.page lib/kramdown/converter.rb lib/kramdown/parser.rb test/testcases/block/09_html/markdown_attr.html test/testcases/block/09_html/markdown_attr.text test/testcases/block/09_html/not_parsed.html test/testcases/block/09_html/not_parsed.text test/testcases/block/09_html/parse_as_raw.html test/testcases/block/09_html/parse_as_raw.text test/testcases/block/09_html/simple.html commit 7058ee02758f5e66f5a4030ee987685ab0dd5f87 Author: Thomas Leitner Date: Tue Dec 1 08:06:28 2009 +0100 Fixed typo doc/syntax.page commit 6af053543fa37132b2b099792fafae364ef0aa21 Author: Thomas Leitner Date: Mon Nov 30 16:54:17 2009 +0100 Added support for setting header IDs via the syntax available in PHP Markdown Extra and Maruku doc/news/release_0_2_0.page doc/syntax.page lib/kramdown/parser.rb test/testcases/block/04_header/atx_header.html test/testcases/block/04_header/atx_header.text test/testcases/block/04_header/setext_header.html test/testcases/block/04_header/setext_header.text commit 54ee8f5d1b1f598ed7aa915b4274589652c75019 Author: Thomas Leitner Date: Mon Nov 30 16:18:23 2009 +0100 Small documentation fix doc/syntax.page commit 2e221b46b14a50d2832f3ab7817f668fd0a58dee Author: Thomas Leitner Date: Mon Nov 30 16:13:43 2009 +0100 Four small updates * entities have now their own Element type :entity * typographic symbols have now their own Element type :typographic_sym * removed unnecessary parsing of special HTML chars * small fix for parsing HTML spans lib/kramdown/converter.rb lib/kramdown/parser.rb commit 915bba0082cb90efa74bb16814dda7ef1bdf0afa Author: Thomas Leitner Date: Mon Nov 30 07:40:39 2009 +0100 Renamed processing option :first_as_block to :first_is_block lib/kramdown/converter.rb lib/kramdown/parser.rb commit 03b00f2587f4a69292bce7d0ee3d7996966a5b24 Author: Thomas Leitner Date: Mon Nov 30 07:37:03 2009 +0100 Bug fix: horizontal rules may now also contain tabs as separator doc/news/release_0_2_0.page doc/syntax.page lib/kramdown/parser.rb test/testcases/block/07_horizontal_rule/sepspaces.html test/testcases/block/07_horizontal_rule/sepspaces.text test/testcases/block/07_horizontal_rule/septabs.html test/testcases/block/07_horizontal_rule/septabs.text commit 3a99d93b0f677bd8fa9ea3be25b65b48fa24b67a Author: Thomas Leitner Date: Sat Nov 28 10:45:00 2009 +0100 Clarified a point regarding text on HTML block lines doc/syntax.page commit ddbab79d82e7fad5ddfc0841ab4f1ca765b5bc7c Author: Thomas Leitner Date: Sat Nov 28 10:39:47 2009 +0100 Added the correct content model for parsing th and td tags lib/kramdown/parser.rb test/testcases/block/09_html/content_model/tables.html test/testcases/block/09_html/content_model/tables.options test/testcases/block/09_html/content_model/tables.text test/testcases/block/09_html/tables.html test/testcases/block/09_html/tables.options test/testcases/block/09_html/tables.text commit 4b076ad0280fa6f91e6e617ae98f82900df73fdf Author: Thomas Leitner Date: Sat Nov 28 10:35:00 2009 +0100 Added the correct content model for parsing dd tags lib/kramdown/parser.rb test/testcases/block/09_html/content_model/deflists.html test/testcases/block/09_html/content_model/deflists.options test/testcases/block/09_html/content_model/deflists.text commit 6a6f47910fc2283d0a6c83aeb311f1b4e587b300 Author: Thomas Leitner Date: Sat Nov 28 10:22:52 2009 +0100 Small bug fix Rakefile commit b4a6faa1c087d5240ac2c5a62d8931aa9f36b830 Author: Thomas Leitner Date: Sat Nov 28 10:22:40 2009 +0100 Made it clearer that kramdown is a Markdown-superset converter COPYING Rakefile doc/default.template doc/index.page doc/news.feed doc/quickref.page doc/tests.page commit 7329d179c7a4ff44e99c39dc19a8532d0f203315 Author: Thomas Leitner Date: Sat Nov 28 08:59:45 2009 +0100 Renamed extensions kdoptions to options and nokramdown to nomarkdown doc/news/release_0_2_0.page doc/quickref.page doc/syntax.page doc/tests.page lib/kramdown/deprecated.rb lib/kramdown/document.rb lib/kramdown/extension.rb test/testcases/block/09_html/parse_as_raw.text test/testcases/block/12_extension/kdoptions.html test/testcases/block/12_extension/kdoptions.text test/testcases/block/12_extension/kdoptions2.html test/testcases/block/12_extension/kdoptions2.text test/testcases/block/12_extension/nokramdown.html test/testcases/block/12_extension/nokramdown.text test/testcases/block/12_extension/nomarkdown.html test/testcases/block/12_extension/nomarkdown.text test/testcases/block/12_extension/options.html test/testcases/block/12_extension/options.text test/testcases/block/12_extension/options2.html test/testcases/block/12_extension/options2.text commit 10188ec8d9ec197214004014e476b8ae541f30dd Author: Thomas Leitner Date: Fri Nov 27 16:53:21 2009 +0100 Now defaulting to parsing HTML spans since this is what standard Markdown does doc/news/release_0_2_0.page doc/syntax.page lib/kramdown/document.rb test/testcases/span/05_html/markdown_attr.html commit 3966cac694de1a58f8472f5366da0a1eb1b60475 Author: Thomas Leitner Date: Fri Nov 27 10:15:35 2009 +0100 Updated release notes doc/news/release_0_2_0.page commit eac4769a09f226a56a731518fdfe9d0592ee17e5 Author: Thomas Leitner Date: Fri Nov 27 09:59:50 2009 +0100 Made parsing of HTML elements configurable * added a configuration for enabling/disabling parsing of block and/or span HTML elements * parsing of block and span HTML elements is now disabled by default * added support for the markdown attribute doc/quickref.page doc/syntax.page lib/kramdown/document.rb lib/kramdown/extension.rb lib/kramdown/parser.rb test/testcases/block/09_html/auto_parse_block_html.html test/testcases/block/09_html/auto_parse_block_html.options test/testcases/block/09_html/auto_parse_block_html.text test/testcases/block/09_html/html_and_codeblocks.options test/testcases/block/09_html/markdown_attr.html test/testcases/block/09_html/markdown_attr.text test/testcases/block/09_html/not_parsed.html test/testcases/block/09_html/not_parsed.text test/testcases/block/09_html/parse_as_raw.options test/testcases/block/09_html/parse_as_raw.text test/testcases/block/09_html/parse_as_span.options test/testcases/block/09_html/parse_block_html.html test/testcases/block/09_html/parse_block_html.options test/testcases/block/09_html/parse_block_html.text test/testcases/block/09_html/simple.options test/testcases/block/09_html/tables.html test/testcases/block/09_html/tables.options test/testcases/block/09_html/tables.text test/testcases/block/12_extension/kdoptions.html test/testcases/block/12_extension/kdoptions.text test/testcases/span/05_html/markdown_attr.html test/testcases/span/05_html/markdown_attr.text commit 0f63228e21f931929de590d9c7cfc4b9e03b9cef Author: Thomas Leitner Date: Fri Nov 27 08:31:08 2009 +0100 Added version number to quickref and syntax doc doc/quickref.page doc/syntax.page commit e1ffeee1f23a027d307b41a385ccfbcde077b858 Author: Thomas Leitner Date: Thu Nov 26 20:49:16 2009 +0100 Updated HTML block and span parser * span level HTML tags may now be broken across lines * better parsing of block level HTML tags * clarified some points regarding HTML parsing in the syntax spec doc/syntax.page lib/kramdown/converter.rb lib/kramdown/parser.rb test/testcases/block/09_html/invalid_html_1.html test/testcases/block/09_html/parse_as_raw.html test/testcases/block/09_html/parse_as_raw.text test/testcases/block/09_html/parse_as_span.html test/testcases/block/09_html/simple.html test/testcases/block/09_html/simple.text test/testcases/block/12_extension/kdoptions.html test/testcases/span/05_html/across_lines.html test/testcases/span/05_html/across_lines.text test/testcases/span/05_html/normal.html test/testcases/span/05_html/normal.text commit d7bbb7efcf367b5eebbcbed80307f3c42b6ffbb3 Author: Thomas Leitner Date: Wed Nov 25 15:40:25 2009 +0100 Updated release notes doc/news/release_0_2_0.page commit caf2275e87e1de4cea7f9bf10834e052e777dfd3 Author: Thomas Leitner Date: Wed Nov 25 15:38:43 2009 +0100 Fixed bug in parsing of autolinks lib/kramdown/parser.rb test/testcases/span/05_html/link_with_mailto.html test/testcases/span/05_html/link_with_mailto.text commit fc8f8bebf47aad093a382885cb6fd8e92c93409c Author: Thomas Leitner Date: Tue Nov 24 08:02:39 2009 +0100 Updated parsing of HTML/XML elements * HTML tables should now be parsed correctly * Slight modification of output for HTML elements that appear entirely on one line * Unknown XML/HTML elements are not parsed at all now doc/syntax.page lib/kramdown/converter.rb lib/kramdown/parser.rb test/testcases/block/09_html/parse_as_raw.html test/testcases/block/09_html/parse_as_span.html test/testcases/block/09_html/simple.html test/testcases/block/09_html/tables.html test/testcases/block/09_html/tables.text commit 19bd62ff33410bfe0d4b8674b7ed20191729d013 Author: Thomas Leitner Date: Tue Nov 24 07:28:41 2009 +0100 Option :auto_ids now defaults to true Rakefile doc/quickref.page doc/syntax.page lib/kramdown/document.rb test/run_tests.rb test/test_files.rb commit 8516e5b56008d601aa7301a9cde5d89190802be3 Author: Thomas Leitner Date: Tue Nov 24 07:25:06 2009 +0100 Bumped version number, moved VERSION const to own file and added release notes file doc/news/release_0_2_0.page lib/kramdown/document.rb lib/kramdown/version.rb commit 8adb0b65681dc7c2f24bc01edeba488ac10beecd Author: Thomas Leitner Date: Tue Nov 24 07:18:43 2009 +0100 Fixed bug with header IDs When using :auto_ids=true and an IAL to assign an ID to a header, two id attributes were falsely created. lib/kramdown/parser.rb test/testcases/block/11_ial/auto_id_and_ial.html test/testcases/block/11_ial/auto_id_and_ial.options test/testcases/block/11_ial/auto_id_and_ial.text commit 6cc1874480b565da30fbf8699df938b7d52637fe Author: Thomas Leitner Date: Sat Nov 21 08:44:47 2009 +0100 Fixed copy-paste issue doc/default.template commit a790a15c11924f08acd39c7f198c6c71cadc80d3 Author: Thomas Leitner Date: Sat Nov 21 08:31:07 2009 +0100 Small fix Rakefile commit b41caafafc80ad1beb44b80b925232edd8f6372f Author: Thomas Leitner Date: Sat Nov 21 08:28:14 2009 +0100 Added benchmark directory files to distribution files Rakefile commit dd90da66717ffc8a64d4b80ce259c301853876b1 Author: Thomas Leitner Date: Sat Nov 21 08:27:40 2009 +0100 Added two utility files benchmark/testing.sh benchmark/timing.sh commit 97ed0a61e78af3474a3a75ca491ae1ecf9e59343 Author: Thomas Leitner Date: Sat Nov 21 08:24:52 2009 +0100 Some small fixes doc/img/image.jpg doc/installation.page doc/quickref.page commit 06c8546d1ecf8b0f61b86b5d2cc3eaec7f5cc49e Author: Thomas Leitner Date: Sat Nov 21 08:11:01 2009 +0100 Updated Rakefile * added new task for inserting copyright notices in files * fixed the kramdown extension methods * added README and AUTHORS files to the distribution files Rakefile commit 24290bdb38e87690e7e80e7bc7cac4b7a207638c Author: Thomas Leitner Date: Sat Nov 21 08:09:55 2009 +0100 Some small update to the documentation doc/index.page doc/installation.page doc/news/release_0_1_0.page doc/syntax.page commit 9ae16c8c44c6332c1bc107d90bda1c1ae9b12cb9 Author: Thomas Leitner Date: Sat Nov 21 08:09:17 2009 +0100 Added AUTHORS and README files AUTHORS README commit 9343fb993576f58ad93bfb4fc730547399aee9f9 Author: Thomas Leitner Date: Sat Nov 21 08:08:46 2009 +0100 Added copyright notices to files bin/kramdown lib/kramdown.rb lib/kramdown/converter.rb lib/kramdown/document.rb lib/kramdown/error.rb lib/kramdown/extension.rb lib/kramdown/parser.rb lib/kramdown/parser/registry.rb test/run_tests.rb test/test_files.rb commit 87f1516a4f982a7009a14861b1c42f2dd611aa5b Author: Thomas Leitner Date: Fri Nov 20 10:45:58 2009 +0100 Some small refactorings * emphasis parsing redone in a not-hackish way * warnings for unclosed HTML tags are now in the correct order * image links can now be nested inside normal links * removed whitspace checking hack in conversion of codeblocks * refactored parsing of extension blocks lib/kramdown/converter.rb lib/kramdown/parser.rb test/testcases/span/01_link/image_in_a.html test/testcases/span/01_link/image_in_a.text commit 416a225e9933ce6621b821a765b6e862c4e4df87 Author: Thomas Leitner Date: Tue Nov 17 16:19:30 2009 +0100 Added custom error class and update error/warning messages lib/kramdown/document.rb lib/kramdown/error.rb lib/kramdown/parser.rb commit 866ed38853fc1fbed10d01655d6576daf38f47a4 Author: Thomas Leitner Date: Tue Nov 17 08:17:34 2009 +0100 Small fix for HTML element output lib/kramdown/converter.rb commit 884b957151b7c5b37f4a8e1d9c51effd5c5648c0 Author: Thomas Leitner Date: Tue Nov 17 08:17:17 2009 +0100 Updated extension mechanism * Needed first parameter of an extension method is now parser instance, not current tree * Document instance need not be set on Extension#initialize anymore * kdoptions extension updated to cover all options lib/kramdown/document.rb lib/kramdown/extension.rb lib/kramdown/parser.rb test/testcases/block/12_extension/kdoptions.html test/testcases/block/12_extension/kdoptions.text test/testcases/block/12_extension/kdoptions2.html test/testcases/block/12_extension/kdoptions2.text commit 4f3d904090b48de5525e43e6b2e4b3edd3d0c681 Author: Thomas Leitner Date: Tue Nov 17 07:44:12 2009 +0100 Fixed problem with footnote numbering: option :footnote_nr now works lib/kramdown/converter.rb test/testcases/span/04_footnote/footnote_nr.html test/testcases/span/04_footnote/footnote_nr.options test/testcases/span/04_footnote/footnote_nr.text commit 2596823c820e433adae373d650da89ef596034e9 Author: Thomas Leitner Date: Tue Nov 17 07:19:05 2009 +0100 Small update to test runners test/run_tests.rb test/test_files.rb commit 47a03717a8b9d23bc34232ed4877e943272013d3 Author: Thomas Leitner Date: Mon Nov 16 20:55:22 2009 +0100 Fixed problem with HTML tags that must have a closing tag lib/kramdown/converter.rb test/testcases/block/09_html/simple.html test/testcases/block/09_html/simple.text commit 186f4adf9a0341516e3d69e87619c5c4f9fbeb28 Author: Thomas Leitner Date: Mon Nov 16 16:51:32 2009 +0100 Updated parser and converter classes to need only min. number of necessary arguments lib/kramdown/converter.rb lib/kramdown/document.rb lib/kramdown/parser.rb commit 937f94b677b72e960f7694fb805985f215f36f79 Author: Thomas Leitner Date: Mon Nov 16 16:44:58 2009 +0100 Updated API documentation lib/kramdown/converter.rb lib/kramdown/document.rb lib/kramdown/extension.rb lib/kramdown/parser.rb lib/kramdown/parser/registry.rb commit a6713a5d2a796907dbbe431cae5759308665cd8e Author: Thomas Leitner Date: Mon Nov 16 08:05:59 2009 +0100 Removed old rdoc options Rakefile commit cb8be4c9ec9ab2d4ee0e9b632b7d26dae081fc86 Author: Thomas Leitner Date: Sun Nov 15 10:15:25 2009 +0100 Finished first version of quick reference page Rakefile doc/quickref.page commit c302e96de735e2f473f96e3b09b6f4e2665cd4c3 Author: Thomas Leitner Date: Sun Nov 15 09:40:29 2009 +0100 Removed sections spec from syntax document doc/syntax.page commit 592a2875f24713af89fde985c600f88c7bfc4d2c Author: Thomas Leitner Date: Sun Nov 15 09:39:49 2009 +0100 Fixed a problem with footnotes: parse tree was unintentionally modified lib/kramdown/converter.rb commit 892cf7893604df0d04e180564569cfd957cb70bd Author: Thomas Leitner Date: Sat Nov 14 18:39:13 2009 +0100 Added kdoptions extension doc/syntax.page lib/kramdown/document.rb lib/kramdown/extension.rb test/testcases/block/12_extension/kdoptions.html test/testcases/block/12_extension/kdoptions.text commit d0d13da1232c01ef2511ba87a741db16c59462ca Author: Thomas Leitner Date: Sat Nov 14 15:01:21 2009 +0100 Added some content to quick reference Rakefile doc/default.css doc/quickref.page commit 9e1899e811385bd3a9994bcd42b0c80fe993a5dc Author: Thomas Leitner Date: Sat Nov 14 14:07:38 2009 +0100 Fix for empty div tag: must have explicit closing tag lib/kramdown/converter.rb commit 16416ca4e610b2caab1d03c47e52904a8326816c Author: Thomas Leitner Date: Sat Nov 14 11:09:15 2009 +0100 Using string interpolation instead of concatenation bc its faster lib/kramdown/converter.rb commit 3111c48c2bfddcd4b89da25ee999242da803b866 Author: Thomas Leitner Date: Sat Nov 14 10:24:39 2009 +0100 Moved handling of IALs from converter to parser doc/syntax.page lib/kramdown/converter.rb lib/kramdown/parser.rb test/testcases/block/11_ial/simple.html test/testcases/block/11_ial/simple.text commit 121f36cb599e985f0c9a1616c5087fc92467c709 Author: Thomas Leitner Date: Sat Nov 14 07:51:29 2009 +0100 Implemented optional display of whitespace in code blocks doc/syntax.page lib/kramdown/converter.rb test/testcases/block/06_codeblock/whitespace.html test/testcases/block/06_codeblock/whitespace.text commit c4fe93fc3eff24c970e22f2971c5c56f606c0eb3 Author: Thomas Leitner Date: Fri Nov 13 12:21:41 2009 +0100 Added correct statcounter tracking code doc/default.template commit 380ab04699bb11096527e039435b17de794b15af Author: Thomas Leitner Date: Fri Nov 13 10:46:22 2009 +0100 Added transformation of ---, --, ..., << and >> into their entity counterparts doc/syntax.page lib/kramdown/parser.rb test/testcases/block/07_horizontal_rule/error.html test/testcases/span/escaped_chars/normal.html test/testcases/span/escaped_chars/normal.text test/testcases/span/text_substitutions/typography.html test/testcases/span/text_substitutions/typography.text commit 716ffc11058736318467fb036b0f9d40cbfe1f42 Author: Thomas Leitner Date: Thu Nov 12 20:18:52 2009 +0100 Updated code and test cases to get better code coverage lib/kramdown/extension.rb test/testcases/block/04_header/atx_header.html test/testcases/block/04_header/atx_header.text test/testcases/block/12_extension/nokramdown.html test/testcases/block/12_extension/nokramdown.text commit b08d9e5d17d8ef3f04b95281827f5c73f5d22067 Author: Thomas Leitner Date: Thu Nov 12 09:00:01 2009 +0100 Small fix for link ids: multiple spaces are converted to one doc/syntax.page lib/kramdown/parser.rb test/testcases/span/01_link/reference.html test/testcases/span/01_link/reference.text commit d6f246053de97e1ced8abbeeca73cfda004393a2 Author: Thomas Leitner Date: Thu Nov 12 08:46:31 2009 +0100 Now allowing link URLs to be enclosed in angle brackets doc/syntax.page lib/kramdown/parser.rb test/testcases/span/01_link/link_defs.text test/testcases/span/01_link/links_with_angle_brackets.html test/testcases/span/01_link/links_with_angle_brackets.text commit 5b5ec9ccf3b64540a96f8e82d50cd9ff4a3e7dce Author: Thomas Leitner Date: Thu Nov 12 08:16:09 2009 +0100 Now showing warnings in run_tests.rb when in verbose mode test/run_tests.rb commit 20d061f2ed6c60d6a931f8301a4c4857e3c2fd79 Author: Thomas Leitner Date: Thu Nov 12 08:15:39 2009 +0100 Some small clarifications and fixes doc/syntax.page commit c59f2a75f04a0ce0ce0a6ce78d3b371ffd1542f4 Author: Thomas Leitner Date: Thu Nov 12 08:15:22 2009 +0100 Further refactoring, footnotes work again lib/kramdown/converter.rb lib/kramdown/parser.rb commit d672b45029488f43819cb341aed3c2eb5f0c7a25 Author: Thomas Leitner Date: Wed Nov 11 07:13:18 2009 +0100 Refactored code and updated test cases lib/kramdown/converter.rb lib/kramdown/parser.rb test/testcases/block/08_list/mixed.html test/testcases/block/08_list/mixed.text test/testcases/block/08_list/nested.html test/testcases/block/08_list/nested.text test/testcases/block/09_html/parse_as_raw.html test/testcases/block/09_html/parse_as_raw.text test/testcases/block/09_html/raw_html.html test/testcases/block/09_html/raw_html.text test/testcases/block/09_html/simple.html test/testcases/block/09_html/simple.text test/testcases/block/12_extension/ignored.html test/testcases/block/12_extension/ignored.text test/testcases/span/01_link/link_defs.text test/testcases/span/04_footnote/definitions.text test/testcases/span/04_footnote/markers.html test/testcases/span/04_footnote/markers.text test/testcases/span/ial/simple.html test/testcases/span/ial/simple.text commit 6c3d5a4ff4dd8d49fc4732c78dd265394d6db47c Author: Thomas Leitner Date: Mon Nov 9 08:16:46 2009 +0100 Removed some comments lib/kramdown/parser.rb commit 8b877bbd216da87ef7ac316ad23ddddc758c0762 Author: Thomas Leitner Date: Mon Nov 9 07:37:42 2009 +0100 Added test cases for empty span level elements test/testcases/span/01_link/empty.html test/testcases/span/01_link/empty.text test/testcases/span/02_emphasis/empty.html test/testcases/span/02_emphasis/empty.text test/testcases/span/03_codespan/empty.html test/testcases/span/03_codespan/empty.text commit 59e453a4db903b8a79bf30e7a651dc24a93f96bb Author: Thomas Leitner Date: Sun Nov 8 18:31:26 2009 +0100 Fixed warning on Ruby 1.9.2 lib/kramdown/parser/registry.rb commit aa38018f78edcc06916aa8a81d5dae734295bb72 Author: Thomas Leitner Date: Sun Nov 8 18:20:06 2009 +0100 Updated Rakefile tasks Rakefile commit 83a77a129c02a29faba980b6f557b77bd771f28a Author: Thomas Leitner Date: Sun Nov 8 18:19:57 2009 +0100 Corrected spelling of kramdown benchmark/benchmark.rb commit 241903b2cc74c6be037e5c247d0ea61638f92964 Author: Thomas Leitner Date: Sun Nov 8 18:19:12 2009 +0100 Updated website for first release doc/default.css doc/default.template doc/documentation.page doc/img/bg.jpg doc/img/image.jpg doc/img/line.jpg doc/img/shadow.jpg doc/index.page doc/installation.page doc/news.feed doc/news.page doc/news/release_0_1_0.page doc/syntax.page doc/tests.page doc/virtual misc/default.css misc/default.template misc/htmldoc.metainfo misc/htmldoc.virtual misc/images/arrow.gif misc/images/error.gif misc/images/exclamation.gif misc/images/headerbg.jpg misc/images/information.gif misc/images/quote.gif website/src/default.template website/src/images/feed.gif website/src/index.page website/src/metainfo website/src/news/default.template website/src/news/index.page website/src/news/news.feed website/src/news/release_0_1_0.page website/src/virtual commit ef6dde9d6506f9434d0f5fbccb00fb99d2d65aea Author: Thomas Leitner Date: Sat Nov 7 10:50:57 2009 +0100 Small update to benchmark suite benchmark/benchmark.rb commit efa364c09d33d466dc53d5b0c25e960e90c18170 Author: Thomas Leitner Date: Sat Nov 7 08:43:24 2009 +0100 Added the nokramdown extension doc/syntax.page lib/kramdown/extension.rb commit 5199da2955a5125f502ca5ca12381221d48286e9 Author: Thomas Leitner Date: Sat Nov 7 07:48:01 2009 +0100 Fixed problem with horizontal rule regexp parsing lines with mixed chars lib/kramdown/parser.rb test/testcases/block/07_horizontal_rule/error.html test/testcases/block/07_horizontal_rule/error.text test/testcases/block/07_horizontal_rule/normal.html test/testcases/block/07_horizontal_rule/normal.text commit 37201f920274b163a356888f24d4d19fbd162ef1 Author: Thomas Leitner Date: Fri Nov 6 16:14:25 2009 +0100 Updated COPYING file COPYING commit 23eadb16a12ee071415edd1877d06248d8b1f12a Author: Thomas Leitner Date: Fri Nov 6 16:13:47 2009 +0100 Added benchmark benchmark/benchmark.rb benchmark/mdbasics.text benchmark/mdsyntax.text commit 22dcddc2026ddab3d3c386f1a8f21353d4f626b2 Author: Thomas Leitner Date: Fri Nov 6 15:06:26 2009 +0100 Added test case for escaped chars doc/syntax.page test/testcases/span/escaped_chars/normal.html test/testcases/span/escaped_chars/normal.text commit 3e51f4c41feff8fa5912b4ad93c4054183d3d5e5 Author: Thomas Leitner Date: Fri Nov 6 15:01:50 2009 +0100 Clarified what punctuation characters are doc/syntax.page lib/kramdown/parser.rb test/testcases/span/01_link/link_defs.html test/testcases/span/01_link/link_defs.text commit 200550d3851b57b0d3b3acd90a592881dae3c447 Author: Thomas Leitner Date: Thu Nov 5 20:53:20 2009 +0100 Removed old HTML parsing library lib/kramdown/parser/html.rb commit 4305ef80f68fac62092747a88a95f39b12cd0a9b Author: Thomas Leitner Date: Thu Nov 5 20:51:39 2009 +0100 Now using GPL v3 as license COPYING GPL commit a5cb7ce5ff9c513be673f0c80db6138c25616f14 Author: Thomas Leitner Date: Thu Nov 5 20:49:45 2009 +0100 Removed dcov from Rakefile and updated tag line Rakefile commit 8d755f9fee0daf5d04b479ece5dce6a9d2d5e463 Author: Thomas Leitner Date: Thu Nov 5 09:34:30 2009 +0100 Small update to extension block spec doc/syntax.page commit 9b0888387b1e36c4243c2695b0d53b6258cd3382 Author: Thomas Leitner Date: Thu Nov 5 09:34:08 2009 +0100 Updated extension block test cases test/testcases/block/12_extension/comment.html test/testcases/block/12_extension/comment.text commit 08b805329452d270575e97f78239b1f0bc77b40e Author: Thomas Leitner Date: Thu Nov 5 09:33:49 2009 +0100 Implemented extension blocks lib/kramdown/document.rb lib/kramdown/extension.rb lib/kramdown/parser.rb commit bd02049efb2ae2b270b22cb6ac1ebb6027c14f32 Author: Thomas Leitner Date: Thu Nov 5 08:41:15 2009 +0100 Fixed a problem with running kramdown on 1.8.7 lib/kramdown/parser.rb commit 10fafc53b0cb291499ad4fd30ce313732a63c608 Author: Thomas Leitner Date: Wed Nov 4 17:01:28 2009 +0100 Added main file for require lib/kramdown.rb commit 7bec875aa813e10ef35ba7473a7447031d6b2020 Author: Thomas Leitner Date: Wed Nov 4 17:00:39 2009 +0100 Updated parser and converter to adhere to spec lib/kramdown/converter.rb lib/kramdown/document.rb lib/kramdown/parser.rb lib/kramdown/parser/registry.rb commit 2c180f53e87683622f6a8d1a76ead51e851540cb Author: Thomas Leitner Date: Wed Nov 4 16:53:13 2009 +0100 Small update to run_tests script test/run_tests.rb commit 5d85e994fad10f8111091a5281305612f4fc8566 Author: Thomas Leitner Date: Wed Nov 4 16:45:52 2009 +0100 Small fix for link test case test/testcases/span/01_link/imagelinks.html commit ce32e8ad9863f44ddaeb90f3ad1bad58b6cdd0dc Author: Thomas Leitner Date: Wed Nov 4 09:14:43 2009 +0100 Another bunch of updates to the syntax spec doc/syntax.page commit 484b49e6bb88ef85d7184b3672e17dcf532526d9 Author: Thomas Leitner Date: Wed Nov 4 09:12:34 2009 +0100 Updated various block test cases test/testcases/block/06_codeblock/with_blank_line.html test/testcases/block/06_codeblock/with_blank_line.text test/testcases/block/08_list/escaping.html test/testcases/block/08_list/escaping.text test/testcases/block/08_list/list_and_others.html test/testcases/block/08_list/list_and_others.text test/testcases/block/11_ial/simple.html test/testcases/block/11_ial/simple.text commit 2711570e47ceb56017eec3b1e668b6647c6a9cfc Author: Thomas Leitner Date: Wed Nov 4 09:11:34 2009 +0100 Updated HTML block test cases to adhere to spec test/testcases/block/09_html/auto_parse_block_html.html test/testcases/block/09_html/comment.html test/testcases/block/09_html/comment.text test/testcases/block/09_html/html_and_codeblocks.html test/testcases/block/09_html/invalid_html_1.html test/testcases/block/09_html/invalid_html_2.html test/testcases/block/09_html/parse_as_span.html test/testcases/block/09_html/parse_as_span.text test/testcases/block/09_html/processing_instruction.html test/testcases/block/09_html/processing_instruction.text test/testcases/block/09_html/raw_html.html test/testcases/block/09_html/raw_html.text test/testcases/block/09_html/simple.html test/testcases/block/09_html/simple.options test/testcases/block/09_html/simple.text commit 858df82af083e4b9a45bf4a61990d2aebabf7072 Author: Thomas Leitner Date: Wed Nov 4 09:09:39 2009 +0100 Updated and rearranged span test cases test/testcases/attribute_lists/ial_span.html test/testcases/attribute_lists/ial_span.text test/testcases/autolinks/url_links.html test/testcases/autolinks/url_links.text test/testcases/line_breaks/normal.html test/testcases/line_breaks/normal.text test/testcases/span/02_emphasis/errors.html test/testcases/span/02_emphasis/errors.text test/testcases/span/02_emphasis/nesting.html test/testcases/span/02_emphasis/nesting.text test/testcases/span/02_emphasis/normal.html test/testcases/span/02_emphasis/normal.text test/testcases/span/03_codespan/normal.html test/testcases/span/03_codespan/normal.text test/testcases/span/04_footnote/markers.html test/testcases/span/05_html/normal.html test/testcases/span/05_html/normal.text test/testcases/span/autolinks/url_links.html test/testcases/span/autolinks/url_links.text test/testcases/span/ial/simple.html test/testcases/span/ial/simple.text test/testcases/span/line_breaks/normal.html test/testcases/span/line_breaks/normal.text test/testcases/span/text_substitutions/entities.html test/testcases/span/text_substitutions/entities.text test/testcases/span/text_substitutions/greaterthan.html test/testcases/span/text_substitutions/greaterthan.text test/testcases/span/text_substitutions/lowerthan.html test/testcases/span/text_substitutions/lowerthan.text test/testcases/text_substitutions/ampersands.html test/testcases/text_substitutions/ampersands.text test/testcases/text_substitutions/greaterthan.html test/testcases/text_substitutions/greaterthan.text test/testcases/text_substitutions/lowerthan.html test/testcases/text_substitutions/lowerthan.text commit 5a8286a877a3b9e2a868c06e78a0db57483a0e42 Author: Thomas Leitner Date: Sat Oct 24 22:24:39 2009 +0200 Small fix in footnote definition test case test/testcases/span/04_footnote/definitions.html commit a14d9a1062e8516a0a34db1ed69aa33a3a8c876e Author: Thomas Leitner Date: Sat Oct 24 17:57:16 2009 +0200 Updated list test cases to adhere to spec test/testcases/block/08_list/list_and_others.html test/testcases/block/08_list/list_and_others.text test/testcases/block/08_list/mixed.text test/testcases/block/08_list/nested.text test/testcases/block/08_list/simple_ul.html test/testcases/block/08_list/simple_ul.text test/testcases/block/08_list/special_cases.html test/testcases/block/08_list/special_cases.text commit 0b80a72a1757faa6314b415751a738ff1cc78d8d Author: Thomas Leitner Date: Sat Oct 24 17:56:25 2009 +0200 Clarified use of tabs and updated list spec doc/syntax.page commit 6c33865ed46b7d5aa7ce229c39b64a5bcb6bb0e3 Author: Thomas Leitner Date: Fri Oct 23 16:24:47 2009 +0200 Adjusted block test cases to conform to spec test/testcases/block/01_blank_line/spaces.html test/testcases/block/01_blank_line/tabs.html test/testcases/block/02_eob/beginning.html test/testcases/block/02_eob/end.html test/testcases/block/02_eob/middle.html test/testcases/block/03_paragraph/indented.html test/testcases/block/03_paragraph/indented.text test/testcases/block/04_header/atx_header.html test/testcases/block/04_header/setext_header.html test/testcases/block/05_blockquote/nested.html test/testcases/block/06_codeblock/error.html test/testcases/block/06_codeblock/error.text test/testcases/block/10_ald/simple.html test/testcases/block/11_ial/simple.html commit ba929f2b0274b527390b2eead0568527c0aa4316 Author: Thomas Leitner Date: Thu Oct 22 20:56:31 2009 +0200 Updated syntax doc - code blocks may be preceded directly by paragraphs doc/syntax.page commit 0d8965a57963b3e6b83bc7076d9f09b93d47fe3a Author: Thomas Leitner Date: Thu Oct 22 20:54:58 2009 +0200 Deleted test cases for setting options via email like headers test/testcases/email_header/normal_header.html test/testcases/email_header/normal_header.text commit 9a6dbf97e04e048f7e0c56fa1893bbdd0d6610f5 Author: Thomas Leitner Date: Thu Oct 22 20:54:29 2009 +0200 Moved Document class to lib/kramdown/document.rb file lib/kramdown.rb lib/kramdown/document.rb commit 35b62cdd076fb89c7f9ef78af53ec8229ff536b5 Author: Thomas Leitner Date: Wed Oct 21 15:28:06 2009 +0200 Small updated to syntax spec doc/syntax.page commit 2da8d4841b43e8ba5633e1dee47d3da2ae28b0b0 Author: Thomas Leitner Date: Wed Oct 21 08:21:58 2009 +0200 Updated span level element testcases test/testcases/codespans/errors.html test/testcases/codespans/errors.text test/testcases/codespans/normal.html test/testcases/codespans/normal.text test/testcases/emphases/errors.html test/testcases/emphases/errors.text test/testcases/emphases/normal.html test/testcases/emphases/normal.text test/testcases/footnotes/definitions.html test/testcases/footnotes/definitions.text test/testcases/footnotes/markers.html test/testcases/footnotes/markers.text test/testcases/html_inline/normal.html test/testcases/html_inline/normal.text test/testcases/links/imagelinks.html test/testcases/links/imagelinks.text test/testcases/links/inline.html test/testcases/links/inline.text test/testcases/links/link_defs.html test/testcases/links/link_defs.text test/testcases/links/reference.html test/testcases/links/reference.text test/testcases/span/01_link/imagelinks.html test/testcases/span/01_link/imagelinks.text test/testcases/span/01_link/inline.html test/testcases/span/01_link/inline.text test/testcases/span/01_link/link_defs.html test/testcases/span/01_link/link_defs.text test/testcases/span/01_link/reference.html test/testcases/span/01_link/reference.text test/testcases/span/02_emphasis/errors.html test/testcases/span/02_emphasis/errors.text test/testcases/span/02_emphasis/normal.html test/testcases/span/02_emphasis/normal.text test/testcases/span/03_codespan/errors.html test/testcases/span/03_codespan/errors.text test/testcases/span/03_codespan/normal.html test/testcases/span/03_codespan/normal.text test/testcases/span/04_footnote/definitions.html test/testcases/span/04_footnote/definitions.text test/testcases/span/04_footnote/markers.html test/testcases/span/04_footnote/markers.text test/testcases/span/05_html/normal.html test/testcases/span/05_html/normal.text commit 94f5780edc4baa0e2ae7ec0924a9012675b8a1e5 Author: Thomas Leitner Date: Wed Oct 21 07:55:43 2009 +0200 Updated ALD, block IAL testcases and added simple extension block test case test/testcases/attribute_lists/ald.html test/testcases/attribute_lists/ald.text test/testcases/attribute_lists/ial_block.html test/testcases/attribute_lists/ial_block.text test/testcases/block/10_ald/simple.html test/testcases/block/10_ald/simple.text test/testcases/block/11_ial/simple.html test/testcases/block/11_ial/simple.text test/testcases/block/12_extension/comment.html test/testcases/block/12_extension/comment.text commit 774cefd0bc6ad28a7f1ea6c675e7e1ee5fbc2279 Author: Thomas Leitner Date: Wed Oct 21 07:41:48 2009 +0200 Some more updates to syntax spec * Reviewed the span level elements and slightly updated their spec * Add block level element for defining extension blocks doc/syntax.page commit 2e4c49c63883dec300beaa85c5346551a398cd78 Author: Thomas Leitner Date: Mon Oct 19 18:22:19 2009 +0200 Updated paragraph test cases test/testcases/block/03_paragraph/indented.html test/testcases/block/03_paragraph/indented.text commit 77be09026314e7441cb9517f0d7f529532cbda4f Author: Thomas Leitner Date: Mon Oct 19 18:21:30 2009 +0200 Updated block html test cases test/testcases/block/09_html/auto_parse_block_html.html test/testcases/block/09_html/auto_parse_block_html.options test/testcases/block/09_html/auto_parse_block_html.text test/testcases/block/09_html/comment.html test/testcases/block/09_html/comment.text test/testcases/block/09_html/filtered_html.html test/testcases/block/09_html/filtered_html.options test/testcases/block/09_html/filtered_html.text test/testcases/block/09_html/html_and_codeblocks.html test/testcases/block/09_html/html_and_codeblocks.options test/testcases/block/09_html/html_and_codeblocks.text test/testcases/block/09_html/invalid_html_1.html test/testcases/block/09_html/invalid_html_1.text test/testcases/block/09_html/invalid_html_2.html test/testcases/block/09_html/invalid_html_2.text test/testcases/block/09_html/processing_instruction.html test/testcases/block/09_html/processing_instruction.text test/testcases/block/09_html/simple.html test/testcases/block/09_html/simple.options test/testcases/block/09_html/simple.text test/testcases/html_blocks/auto_parse_block_html.html test/testcases/html_blocks/auto_parse_block_html.options test/testcases/html_blocks/auto_parse_block_html.text test/testcases/html_blocks/comment.html test/testcases/html_blocks/comment.text test/testcases/html_blocks/filtered_html.html test/testcases/html_blocks/filtered_html.options test/testcases/html_blocks/filtered_html.text test/testcases/html_blocks/html_and_codeblocks.html test/testcases/html_blocks/html_and_codeblocks.options test/testcases/html_blocks/html_and_codeblocks.text test/testcases/html_blocks/invalid_html_1.html test/testcases/html_blocks/invalid_html_1.text test/testcases/html_blocks/invalid_html_2.html test/testcases/html_blocks/invalid_html_2.text test/testcases/html_blocks/processing_instruction.html test/testcases/html_blocks/processing_instruction.text test/testcases/html_blocks/simple.html test/testcases/html_blocks/simple.options test/testcases/html_blocks/simple.text commit 621c4d49878b3ab7d5756b8d3eb1e1b8a1032bec Author: Thomas Leitner Date: Mon Oct 19 18:23:15 2009 +0200 Modifications regarding paragraphs and HTML blocks * Code blocks cannot directly follow paragraphs anymore, there needs to be a blank line between them * HTML blocks are now better defined doc/syntax.page commit 5dfab8e7da0c4d6d5027277b5c7a5741ff558529 Author: Thomas Leitner Date: Fri Oct 16 21:20:21 2009 +0200 Updated test cases * Moved block test cases into block/ sub directory * Added test cases for blank lines and EOB marker * Adjusted test cases to comply to specification test/testcases/block/01_blank_line/spaces.html test/testcases/block/01_blank_line/spaces.text test/testcases/block/01_blank_line/tabs.html test/testcases/block/01_blank_line/tabs.text test/testcases/block/02_eob/beginning.html test/testcases/block/02_eob/beginning.text test/testcases/block/02_eob/end.html test/testcases/block/02_eob/end.text test/testcases/block/02_eob/middle.html test/testcases/block/02_eob/middle.text test/testcases/block/03_paragraph/indented.html test/testcases/block/03_paragraph/indented.text test/testcases/block/03_paragraph/no_newline_at_end.html test/testcases/block/03_paragraph/no_newline_at_end.text test/testcases/block/03_paragraph/one_para.html test/testcases/block/03_paragraph/one_para.text test/testcases/block/03_paragraph/two_para.html test/testcases/block/03_paragraph/two_para.text test/testcases/block/04_header/atx_header.html test/testcases/block/04_header/atx_header.text test/testcases/block/04_header/atx_header_no_newline_at_end.html test/testcases/block/04_header/atx_header_no_newline_at_end.text test/testcases/block/04_header/setext_header.html test/testcases/block/04_header/setext_header.text test/testcases/block/04_header/setext_header_no_newline_at_end.html test/testcases/block/04_header/setext_header_no_newline_at_end.text test/testcases/block/04_header/with_auto_ids.html test/testcases/block/04_header/with_auto_ids.options test/testcases/block/04_header/with_auto_ids.text test/testcases/block/05_blockquote/indented.html test/testcases/block/05_blockquote/indented.text test/testcases/block/05_blockquote/nested.html test/testcases/block/05_blockquote/nested.text test/testcases/block/05_blockquote/no_newline_at_end.html test/testcases/block/05_blockquote/no_newline_at_end.text test/testcases/block/05_blockquote/only_first_quoted.html test/testcases/block/05_blockquote/only_first_quoted.text test/testcases/block/05_blockquote/with_code_blocks.html test/testcases/block/05_blockquote/with_code_blocks.text test/testcases/block/06_codeblock/no_newline_at_end.html test/testcases/block/06_codeblock/no_newline_at_end.text test/testcases/block/06_codeblock/normal.html test/testcases/block/06_codeblock/normal.text test/testcases/block/06_codeblock/tilde_syntax.html test/testcases/block/06_codeblock/tilde_syntax.text test/testcases/block/06_codeblock/with_blank_line.html test/testcases/block/06_codeblock/with_blank_line.text test/testcases/block/06_codeblock/with_eob_marker.html test/testcases/block/06_codeblock/with_eob_marker.text test/testcases/block/07_horizontal_rule/normal.html test/testcases/block/07_horizontal_rule/normal.text test/testcases/block/08_list/escaping.html test/testcases/block/08_list/escaping.text test/testcases/block/08_list/list_and_hr.html test/testcases/block/08_list/list_and_hr.text test/testcases/block/08_list/list_and_others.html test/testcases/block/08_list/list_and_others.text test/testcases/block/08_list/mixed.html test/testcases/block/08_list/mixed.text test/testcases/block/08_list/nested.html test/testcases/block/08_list/nested.text test/testcases/block/08_list/other_first_element.html test/testcases/block/08_list/other_first_element.text test/testcases/block/08_list/simple_ol.html test/testcases/block/08_list/simple_ol.text test/testcases/block/08_list/simple_ul.html test/testcases/block/08_list/simple_ul.text test/testcases/block/08_list/single_item.html test/testcases/block/08_list/single_item.text test/testcases/block/08_list/special_cases.html test/testcases/block/08_list/special_cases.text test/testcases/blockquotes/indented.html test/testcases/blockquotes/indented.text test/testcases/blockquotes/nested.html test/testcases/blockquotes/nested.text test/testcases/blockquotes/no_newline_at_end.html test/testcases/blockquotes/no_newline_at_end.text test/testcases/blockquotes/only_first_quoted.html test/testcases/blockquotes/only_first_quoted.text test/testcases/blockquotes/with_code_blocks.html test/testcases/blockquotes/with_code_blocks.text test/testcases/codeblocks/no_newline_at_end.html test/testcases/codeblocks/no_newline_at_end.text test/testcases/codeblocks/normal.html test/testcases/codeblocks/normal.text test/testcases/codeblocks/tilde_syntax.html test/testcases/codeblocks/tilde_syntax.text test/testcases/codeblocks/with_blank_line.html test/testcases/codeblocks/with_blank_line.text test/testcases/codeblocks/with_eob_marker.html test/testcases/codeblocks/with_eob_marker.text test/testcases/headers/atx_header.html test/testcases/headers/atx_header.text test/testcases/headers/setext_header.html test/testcases/headers/setext_header.text test/testcases/headers/with_auto_ids.html test/testcases/headers/with_auto_ids.options test/testcases/headers/with_auto_ids.text test/testcases/horizontal_rules/normal.html test/testcases/horizontal_rules/normal.text test/testcases/lists/escaping.html test/testcases/lists/escaping.text test/testcases/lists/list_and_hr.html test/testcases/lists/list_and_hr.text test/testcases/lists/list_and_others.html test/testcases/lists/list_and_others.text test/testcases/lists/mixed.html test/testcases/lists/mixed.text test/testcases/lists/nested.html test/testcases/lists/nested.text test/testcases/lists/other_first_element.html test/testcases/lists/other_first_element.text test/testcases/lists/simple_ol.html test/testcases/lists/simple_ol.text test/testcases/lists/simple_ul.html test/testcases/lists/simple_ul.text test/testcases/lists/single_item.html test/testcases/lists/single_item.text test/testcases/lists/special_cases.html test/testcases/lists/special_cases.text test/testcases/paragraphs/indented.html test/testcases/paragraphs/indented.text test/testcases/paragraphs/no_newline_at_end.html test/testcases/paragraphs/no_newline_at_end.text test/testcases/paragraphs/one_para.html test/testcases/paragraphs/one_para.text test/testcases/paragraphs/two_para.html test/testcases/paragraphs/two_para.text commit 8145fadea1fb30db0ff9841770fea24617882172 Author: Thomas Leitner Date: Fri Oct 16 21:10:19 2009 +0200 Updated syntax page doc/syntax.page commit 8c036139cdb1af146b2d60ddcf3c02c80999545c Author: Thomas Leitner Date: Tue Mar 3 16:25:47 2009 +0100 Restructured internals to allow adding of arbitrary block/span parsers lib/kramdown.rb lib/kramdown/parser.rb lib/kramdown/parser/html.rb lib/kramdown/parser/registry.rb commit 14cabf088d0543e978b81ff009a7d6d8121348b9 Author: Thomas Leitner Date: Mon Feb 23 17:33:54 2009 +0100 First version of better HTML parser - HTML parser now supports basic markdown in HTML block - Ruby 1.9 compatible lib/kramdown.rb lib/kramdown/converter.rb lib/kramdown/parser.rb lib/kramdown/parser/html.rb test/run_tests.rb test/testcases/autolinks/url_links.html test/testcases/html_blocks/auto_parse_block_html.html test/testcases/html_blocks/auto_parse_block_html.options test/testcases/html_blocks/auto_parse_block_html.text test/testcases/html_blocks/filtered_html.html test/testcases/html_blocks/filtered_html.options test/testcases/html_blocks/filtered_html.text test/testcases/html_blocks/html_and_codeblocks.options test/testcases/html_blocks/processing_instruction.html test/testcases/html_blocks/processing_instruction.text test/testcases/html_blocks/simple.html test/testcases/html_blocks/simple.options test/testcases/html_blocks/simple.text test/testcases/html_inline/normal.html commit 3d679e402274028fa79083521ea2fa6b44236306 Author: Thomas Leitner Date: Wed Jan 14 06:25:01 2009 +0100 Small adjustment in the handling of line breaks doc/syntax.page lib/kramdown/parser.rb test/testcases/line_breaks/normal.html test/testcases/line_breaks/normal.text commit 022038a02a37a602835e6d41a106c4390038593d Author: Thomas Leitner Date: Fri Dec 26 10:50:59 2008 +0100 Fixed problem with auto header ids and adjusted their format Adjusted format of auto header ids to be more similar to those of Pandoc. Fixed problem with empty IDs and with duplicate IDs. doc/syntax.page lib/kramdown/parser.rb test/testcases/headers/with_auto_ids.html test/testcases/headers/with_auto_ids.text commit b9c0f9ebf46dda10ba36e2a7e1ac2df7be30037d Author: Thomas Leitner Date: Fri Dec 26 10:13:19 2008 +0100 Implemented support for footnotes doc/syntax.page lib/kramdown.rb lib/kramdown/converter.rb lib/kramdown/parser.rb misc/default.css test/testcases/footnotes/definitions.html test/testcases/footnotes/definitions.text test/testcases/footnotes/markers.html test/testcases/footnotes/markers.text commit 196ed6c9709315c976d7174d6d9fb662a082c135 Author: Thomas Leitner Date: Sun Dec 21 09:21:53 2008 +0100 Fixed small bug in list conversion lib/kramdown/converter.rb test/testcases/lists/simple_ul.html test/testcases/lists/simple_ul.text commit ee6695d662ac923d8a1cd83470d23a329829c5a6 Author: Thomas Leitner Date: Fri Dec 19 19:47:33 2008 +0100 Implemented attribute list definitions and inline attribute lists Rakefile doc/syntax.page lib/kramdown.rb lib/kramdown/converter.rb lib/kramdown/parser.rb test/testcases/attribute_lists/ald.html test/testcases/attribute_lists/ald.text test/testcases/attribute_lists/ial_block.html test/testcases/attribute_lists/ial_block.text test/testcases/attribute_lists/ial_span.html test/testcases/attribute_lists/ial_span.text commit b5e5c5b1112d87d78c5e701e42a1ebdcc139b23f Author: Thomas Leitner Date: Fri Dec 19 19:25:22 2008 +0100 Small update to the test cases for horizontal lines test/testcases/horizontal_rules/normal.html test/testcases/horizontal_rules/normal.text commit a4bbf3ab8cfc5bcf462782f9d63a0d70aa57fe3c Author: Thomas Leitner Date: Wed Dec 17 07:20:17 2008 +0100 Small optimization Removed not needed regexp, now using result of #check instead of second #scan lib/kramdown/parser.rb commit 439c3ad4be3bccd155cc1ca61cfc868924a026fe Author: Thomas Leitner Date: Mon Dec 15 09:17:56 2008 +0100 Implement automatic header ID generation doc/syntax.page lib/kramdown/parser.rb test/test_files.rb test/testcases/headers/with_auto_ids.html test/testcases/headers/with_auto_ids.options test/testcases/headers/with_auto_ids.text commit 9b7b33d3a2a961fc07aee968af42798b110e460e Author: Thomas Leitner Date: Sat Dec 13 09:47:40 2008 +0100 Small optimization lib/kramdown/parser.rb commit ee0449065558e02affacfe27ff94c8a00d6e9a62 Author: Thomas Leitner Date: Sat Dec 13 08:54:34 2008 +0100 Removed rdiscount from benchmark since it will always be faster Rakefile commit ff919700c1377407fe1651a1c7152a227c54da15 Author: Thomas Leitner Date: Fri Dec 12 09:15:01 2008 +0100 Small refactoring and API documentation update Rakefile lib/kramdown.rb lib/kramdown/converter.rb lib/kramdown/parser.rb test/testcases/codespans/normal.html test/testcases/codespans/normal.text test/testcases/links/inline.html test/testcases/links/inline.text commit f498f888af8f10dccfffd6621ce46068aab980f2 Author: Thomas Leitner Date: Tue Dec 9 07:24:55 2008 +0100 Initial import COPYING GPL Rakefile bin/kramdown doc/documentation.page doc/syntax.page doc/tests.page lib/kramdown.rb lib/kramdown/converter.rb lib/kramdown/parser.rb misc/default.css misc/default.template misc/htmldoc.metainfo misc/htmldoc.virtual misc/images/arrow.gif misc/images/error.gif misc/images/exclamation.gif misc/images/headerbg.jpg misc/images/information.gif misc/images/quote.gif setup.rb test/run_tests.rb test/test_files.rb test/testcases/autolinks/url_links.html test/testcases/autolinks/url_links.text test/testcases/blockquotes/indented.html test/testcases/blockquotes/indented.text test/testcases/blockquotes/nested.html test/testcases/blockquotes/nested.text test/testcases/blockquotes/no_newline_at_end.html test/testcases/blockquotes/no_newline_at_end.text test/testcases/blockquotes/only_first_quoted.html test/testcases/blockquotes/only_first_quoted.text test/testcases/blockquotes/with_code_blocks.html test/testcases/blockquotes/with_code_blocks.text test/testcases/codeblocks/no_newline_at_end.html test/testcases/codeblocks/no_newline_at_end.text test/testcases/codeblocks/normal.html test/testcases/codeblocks/normal.text test/testcases/codeblocks/tilde_syntax.html test/testcases/codeblocks/tilde_syntax.text test/testcases/codeblocks/with_blank_line.html test/testcases/codeblocks/with_blank_line.text test/testcases/codeblocks/with_eob_marker.html test/testcases/codeblocks/with_eob_marker.text test/testcases/codespans/errors.html test/testcases/codespans/errors.text test/testcases/codespans/normal.html test/testcases/codespans/normal.text test/testcases/email_header/normal_header.html test/testcases/email_header/normal_header.text test/testcases/emphases/errors.html test/testcases/emphases/errors.text test/testcases/emphases/normal.html test/testcases/emphases/normal.text test/testcases/headers/atx_header.html test/testcases/headers/atx_header.text test/testcases/headers/setext_header.html test/testcases/headers/setext_header.text test/testcases/horizontal_rules/normal.html test/testcases/horizontal_rules/normal.text test/testcases/html_blocks/comment.html test/testcases/html_blocks/comment.text test/testcases/html_blocks/html_and_codeblocks.html test/testcases/html_blocks/html_and_codeblocks.text test/testcases/html_blocks/invalid_html_1.html test/testcases/html_blocks/invalid_html_1.text test/testcases/html_blocks/invalid_html_2.html test/testcases/html_blocks/invalid_html_2.text test/testcases/html_blocks/processing_instruction.html test/testcases/html_blocks/processing_instruction.text test/testcases/html_blocks/simple.html test/testcases/html_blocks/simple.text test/testcases/html_inline/normal.html test/testcases/html_inline/normal.text test/testcases/line_breaks/normal.html test/testcases/line_breaks/normal.text test/testcases/links/imagelinks.html test/testcases/links/imagelinks.text test/testcases/links/inline.html test/testcases/links/inline.text test/testcases/links/link_defs.html test/testcases/links/link_defs.text test/testcases/links/reference.html test/testcases/links/reference.text test/testcases/lists/escaping.html test/testcases/lists/escaping.text test/testcases/lists/list_and_hr.html test/testcases/lists/list_and_hr.text test/testcases/lists/list_and_others.html test/testcases/lists/list_and_others.text test/testcases/lists/mixed.html test/testcases/lists/mixed.text test/testcases/lists/nested.html test/testcases/lists/nested.text test/testcases/lists/other_first_element.html test/testcases/lists/other_first_element.text test/testcases/lists/simple_ol.html test/testcases/lists/simple_ol.text test/testcases/lists/simple_ul.html test/testcases/lists/simple_ul.text test/testcases/lists/single_item.html test/testcases/lists/single_item.text test/testcases/lists/special_cases.html test/testcases/lists/special_cases.text test/testcases/paragraphs/indented.html test/testcases/paragraphs/indented.text test/testcases/paragraphs/no_newline_at_end.html test/testcases/paragraphs/no_newline_at_end.text test/testcases/paragraphs/one_para.html test/testcases/paragraphs/one_para.text test/testcases/paragraphs/two_para.html test/testcases/paragraphs/two_para.text test/testcases/text_substitutions/ampersands.html test/testcases/text_substitutions/ampersands.text test/testcases/text_substitutions/greaterthan.html test/testcases/text_substitutions/greaterthan.text test/testcases/text_substitutions/lowerthan.html test/testcases/text_substitutions/lowerthan.text website/src/default.template website/src/images/feed.gif website/src/index.page website/src/metainfo website/src/news/default.template website/src/news/index.page website/src/news/news.feed website/src/news/release_0_1_0.page website/src/virtual