commit a29151de6a88eefbd0a181331ebae298ee441d27 Author: Thomas Leitner Date: Sun Sep 16 07:58:38 2012 +0200 Updated release notes and version doc/news/release_0_14_0.page doc/sidebar.template lib/kramdown/version.rb commit eacc89ce68a87bb1d1d68fb76efa5ca2a55bebd1 Author: Thomas Leitner Date: Wed Sep 12 22:06:29 2012 +0200 Backwards incompatible change: code language now specified via special class Using lang='LANGUAGE' for specifying the code language of code blocks/spans is not good because it conflicts with the normal usage of the lang attr. Therefore the code language must now be specified via a special class 'language-LANGUAGE' which is also the way how it is done in the HTML5 spec. doc/converter/html.page doc/documentation.page doc/news/release_0_5_0.page lib/kramdown/converter/base.rb lib/kramdown/converter/html.rb lib/kramdown/converter/latex.rb lib/kramdown/parser/html.rb lib/kramdown/parser/kramdown/codeblock.rb test/testcases/block/06_codeblock/highlighting.text test/testcases/block/06_codeblock/with_lang_in_fenced_block.html test/testcases/block/06_codeblock/with_lang_in_fenced_block.text test/testcases/block/12_extension/options3.text test/testcases/span/03_codespan/highlighting.html test/testcases/span/03_codespan/highlighting.text commit f7424c0c9d38aea6ad781ad66d19a2a4d429263e Author: Thomas Leitner Date: Wed Sep 12 21:37:20 2012 +0200 Fixed typo in syntax doc doc/syntax.page commit 967b6dac2ae71638ba00a5ac67dd0f2d9e7d60d2 Author: Thomas Leitner Date: Wed Sep 12 20:50:35 2012 +0200 Implemented support for setting language on fenced code block starting line Patch based on a series of commits by @unibr (Bran) with some needed fixes doc/quickref.page doc/syntax.page lib/kramdown/parser/kramdown/codeblock.rb test/testcases/block/06_codeblock/with_lang_in_fenced_block.html test/testcases/block/06_codeblock/with_lang_in_fenced_block.options test/testcases/block/06_codeblock/with_lang_in_fenced_block.text commit fb903f8fd1ae1ed3a37f3adae41b5e48f72d16ba Author: Thomas Leitner Date: Fri Sep 7 17:09:01 2012 +0200 Added failing test case to exclusion list test/test_files.rb commit 6fdc0ca4483ead67adbb2034f85b81c8529a4451 Merge: 4d4e5f6 f2ccb8e Author: Thomas Leitner Date: Fri Sep 7 16:06:19 2012 +0200 Merge branch 'notoc' of https://github.com/rumpuslabs/kramdown commit f2ccb8e9e9ead6ca90f039e0e8d9e5af7b86409d Author: Tim Bates Date: Wed Sep 5 23:27:32 2012 +0930 Exclude headers from TOC using `.no_toc` class. Applying {:.no_toc} to a header will prevent it from being included in the table of contents. doc/converter/html.page lib/kramdown/converter/base.rb test/testcases/block/16_toc/toc_exclude.html test/testcases/block/16_toc/toc_exclude.options test/testcases/block/16_toc/toc_exclude.text commit 4d4e5f6471d395f554833ecd8899dc42bf509971 Author: Gioele Barabucci Date: Wed Aug 29 19:55:57 2012 +0200 Use Unicode regexes on Ruby 1.8.x and 1.9.x lib/kramdown/parser/kramdown/autolink.rb commit 51315236ee6d2bdee4ec6cddd32b7c82408c34ec Author: Gioele Barabucci Date: Wed Aug 29 19:51:53 2012 +0200 Check for encoding support instead of version string lib/kramdown/converter/html.rb lib/kramdown/parser/base.rb lib/kramdown/parser/html.rb commit 4bd036c0df4eacc31ee0e7b5b38c9ec5164f86ab Author: Thomas Leitner Date: Tue Sep 4 17:26:38 2012 +0200 Fixed test cases to correspond with new default entity fallback test/testcases/block/04_header/setext_header.html test/testcases/block/04_header/setext_header.html.19 test/testcases/block/04_header/setext_header.text test/testcases/block/07_horizontal_rule/error.html test/testcases/block/09_html/html_to_native/typography.html test/testcases/block/14_table/simple.html test/testcases/span/01_link/inline.html test/testcases/span/01_link/reference.html test/testcases/span/text_substitutions/typography.html.19 test/testcases/span/text_substitutions/typography.options commit c41870969ca13535ac16b564eb5ab34833d001e3 Author: Thomas Leitner Date: Tue Sep 4 16:59:51 2012 +0200 Use symbolic entities as default fallback for predefined XML entities lib/kramdown/utils/html.rb commit ec5bf062031cb1116d1b45b7d85955a9e651cfde Merge: 69fbdcb 462c80c Author: Thomas Leitner Date: Tue Sep 4 16:47:12 2012 +0200 Merge branch 'num-entities' of https://github.com/gioele/kramdown commit 69fbdcbf2b3585f92819f941f695f2ab10d2051f Author: Thomas Leitner Date: Fri Aug 31 18:35:39 2012 +0200 Fixed API index page documentation Since the README.md file now contains Markdown and RDoc markup, the API index page documentation was moved to another file. Rakefile lib/kramdown/document.rb commit 03c304e4dc8e996c48c5aa517d881985023915c3 Author: Thomas Leitner Date: Fri Aug 31 18:13:09 2012 +0200 Updated release notes and version number doc/news/release_0_13_8.page doc/sidebar.template lib/kramdown/version.rb commit 0daf6f3452517602590349398f743e91c95ee053 Author: Thomas Leitner Date: Fri Aug 31 18:06:07 2012 +0200 Fixed enable_coderay patch * Fixed code of enable_coderay option to generate backwards-compatible output * Updated documentation doc/converter/html.page lib/kramdown/converter/html.rb lib/kramdown/options.rb test/test_files.rb test/testcases/block/06_codeblock/disable-highlighting.html commit 0b9d8fc2346b346ffc437fe546db47d500ff8415 Merge: 9085ede 4b5c0f8 Author: Thomas Leitner Date: Fri Aug 31 17:34:50 2012 +0200 Merge branch 'option-enable-coderay' of https://github.com/unibr/kramdown commit 9085ede998c4a1cc7d0869a43d4ea511ce649a89 Author: Thomas Leitner Date: Fri Aug 31 16:35:16 2012 +0200 Updated description of :coderay_default_lang to make it clear that it is only used for code blocks lib/kramdown/options.rb commit f0efc41dba131cfd6965cf16f852218b7936d4b8 Author: Thomas Leitner Date: Fri Aug 31 16:19:28 2012 +0200 Fixed double output of markdown attribute on HTML elements in kramdown converter lib/kramdown/converter/kramdown.rb commit a22b5d32623b5ae7f1ce7b38684fc8bb3228caed Merge: 46bd5f6 df8ff9d Author: Thomas Leitner Date: Thu Aug 30 01:57:56 2012 -0700 Merge pull request #17 from gioele/tests-on-ruby193 Work around RakeTest problems with Ruby 1.9.3 commit 4b5c0f8d59dac123a088b73a4f3a4b4a282fb5b9 Author: Bran Date: Thu Aug 30 10:45:44 2012 +0800 support disable coderay + add option `:enable_coderay`, which can be used to disable coderay. the default vaule is `true` to be compatible with current behavior + add content about it in doc doc/converter/html.page lib/kramdown/converter/html.rb lib/kramdown/options.rb test/testcases/block/06_codeblock/disable-highlighting.html test/testcases/block/06_codeblock/disable-highlighting.options test/testcases/block/06_codeblock/disable-highlighting.text commit 462c80c67ea839b84e2a2c5bf6d3a752cb7cf9cc Author: Gioele Barabucci Date: Wed Aug 29 19:06:58 2012 +0200 Use numeric entities as default fallback if :as_code is not available Numeric entities can be used directly both in HTML, XHTML, and XML files. On the contrary, symbolic entities are allowed only in HTML files. lib/kramdown/utils/html.rb commit df8ff9df6968993e73fcc3a8a08db94e4683a23d Author: Gioele Barabucci Date: Wed Aug 29 18:52:39 2012 +0200 Work around RakeTest problems with Ruby 1.9.3 Suggested by and . Rakefile commit a08339310d066b81e55f3bc488ac33892135eee3 Author: Gioele Barabucci Date: Wed Aug 29 18:52:05 2012 +0200 Check for method existence instead of Ruby version lib/kramdown/utils/html.rb commit 245c79ccb8c6410d807ce51e429abe4de322ba86 Author: Gioele Barabucci Date: Wed Aug 29 18:45:23 2012 +0200 Read entity output configuration only once lib/kramdown/utils/html.rb commit 46bd5f670b674fe3dcd310069e334ac4d7a0b008 Author: Thomas Leitner Date: Tue Aug 28 18:12:07 2012 +0200 Fixed line breaks and links in README.md README.md commit 7721cb3158d88c31218977cff478a0f1b4fdbb98 Author: Bran Date: Tue Aug 28 16:33:14 2012 +0800 Revise README + rename README to README.md + revise the content README README.md commit 0c7ee71cde6eaf67b76ed048fda0c2dbdbd6480f Author: Thomas Leitner Date: Fri Aug 10 22:09:50 2012 +0200 Fixed RF#29626: Link obfuscation did too much The text of a link with a mailto-scheme is now only obfuscated, if the text of the link is the same as the linked-to email address. lib/kramdown/converter/html.rb test/testcases/span/autolinks/url_links.html test/testcases/span/autolinks/url_links.text commit 3b2a3abc41ab61ff3d581e78d527c89a1d6e61ed Author: Thomas Leitner Date: Fri Aug 10 00:41:39 2012 +0200 Fixed problem with multiple similar abbreviatons When one abbreviation definition contains another (like CSS and CSS3), the parser did not always do the right thing. Fixed that by making sure that the longest abbreviations are replaced first. lib/kramdown/parser/kramdown/abbreviation.rb test/testcases/span/abbreviations/abbrev.html test/testcases/span/abbreviations/abbrev.text commit 0820af7cbd308fb857b93f7ca23c5c233598f696 Merge: 70d9342 b5ec9e4 Author: Thomas Leitner Date: Thu Aug 9 15:37:15 2012 -0700 Merge pull request #13 from alphagov/entities_in_abbr_titles Convert HMTL entities in abbreviation titles commit 70d9342820f6b146417a7e9b7f00d1c0d98407f0 Author: Thomas Leitner Date: Thu Aug 9 23:45:36 2012 +0200 Fixed invalid documentation of default value of latex_headers option lib/kramdown/options.rb commit 1264a17dbd04c1e6abe7510961a7a4a57c33494c Author: Thomas Leitner Date: Thu Aug 9 16:22:10 2012 +0200 Updated implementation of header offsets * Updated header_offset documentation * Moved implementation of header level calculation into helper method defined on Converter::Base * Latex and kramdown converters now use the header_offset option, too lib/kramdown/converter/base.rb lib/kramdown/converter/html.rb lib/kramdown/converter/kramdown.rb lib/kramdown/converter/latex.rb lib/kramdown/options.rb test/test_files.rb test/testcases/block/04_header/header_type_offset.html test/testcases/block/04_header/header_type_offset.kramdown test/testcases/block/04_header/header_type_offset.latex test/testcases/block/04_header/header_type_offset.text commit bfcd994349f7224d95b699235dc3755708112959 Merge: be56987 e1ac291 Author: Thomas Leitner Date: Wed Aug 8 22:49:52 2012 +0200 Merge branch 'master' of https://github.com/tillda/kramdown commit b5ec9e4fd765da62c1bfdbb307d379d955d0b0a4 Author: Alex Tomlins Date: Fri Aug 3 13:01:47 2012 +0100 Convert entities in abbreviation titles previously if entities in abbreviation titles had reserved HTML chars in them (e.g. &), these weren't converted to entities. This causes errors when processing the resulting markup in nokogiri and the like. lib/kramdown/converter/html.rb test/testcases/span/abbreviations/abbrev.html test/testcases/span/abbreviations/abbrev.text commit e1ac291052deb9e9e4185e13666446a8a784f533 Author: Michal Till Date: Thu Jul 5 15:32:15 2012 +0200 Add the ability to shift levels of all elements by :header_offset option. lib/kramdown/converter/html.rb lib/kramdown/options.rb test/testcases/block/04_header/header_type_offset.html test/testcases/block/04_header/header_type_offset.options test/testcases/block/04_header/header_type_offset.text commit be56987fc283db3997d47a47ba93f7b6c48d562f Author: Thomas Leitner Date: Wed Jul 4 13:07:18 2012 +0200 Re-enabled MathJax on the kramdown website doc/default.template commit 0914bb652dad9ab1d48abc6de6da7a5ccc0e7996 Author: Thomas Leitner Date: Sun Jun 3 09:48:58 2012 +0200 Updated release notes and version number doc/news/release_0_13_7.page doc/sidebar.template lib/kramdown/version.rb commit 02bdb1072156b80ef114afbf363db92b6c62f65f Author: Thomas Leitner Date: Sun Jun 3 09:42:26 2012 +0200 Docu fix doc/converter/html.page commit 6eeb2cc07876257eec1aaff77a213962378431e2 Author: Thomas Leitner Date: Sun Jun 3 09:00:14 2012 +0200 Updated kramdown executable to specify output format chain This was needed since the new RemoteHtmlTags converter can only be used before any standard converter. bin/kramdown man/man1/kramdown.1.erb commit af9adbc5a94e55e05023d609fb3fb9f6878dd645 Author: Thomas Leitner Date: Sun Jun 3 08:59:13 2012 +0200 Implemented converter RemoveHtmlTags This converter conditionally removes all plain block and/or span HTML elements from an element tree. The resulting tree should, in most cases, only consist of native kramdown elements. doc/converter/remove_html_tags.page doc/documentation.page lib/kramdown/converter.rb lib/kramdown/converter/remove_html_tags.rb lib/kramdown/options.rb test/test_files.rb commit 912e905f952e5d1ffc3d2ce4973228bdd89a6750 Author: Thomas Leitner Date: Sun Jun 3 08:45:21 2012 +0200 Doctype declaration is now correctly parsed independent of case lib/kramdown/parser/html.rb commit ae13451867f8ca9070c6e714c0183754992bcff1 Author: Thomas Leitner Date: Sun Jun 3 07:28:10 2012 +0200 Fixed problem parsing multi-line link titles lib/kramdown/parser/kramdown/link.rb commit 8dc30e47144bde35bac1af8b74567fc09b553735 Author: Thomas Leitner Date: Sun Jun 3 07:10:55 2012 +0200 Fixed problems with setting Symbol options * The nil value can now be specified by the String value 'nil' * A colon at the start of a String value is removed before converting the String value into a Symbol lib/kramdown/options.rb commit 4727a0a3816f149b9c7bea523b918602eb77962e Author: Thomas Leitner Date: Sun Jun 3 06:57:51 2012 +0200 Fixed bug RF#29575: Added ­ entity lib/kramdown/converter/latex.rb lib/kramdown/utils/entities.rb commit 17625c80825a494065b5d9e4201f1e2fc6ab5104 Author: Thomas Leitner Date: Sat Jun 2 09:13:16 2012 +0200 Added new option for setting default coderay highlighting language doc/converter/html.page lib/kramdown/converter/html.rb lib/kramdown/options.rb test/testcases/block/06_codeblock/highlighting.html test/testcases/block/06_codeblock/highlighting.options test/testcases/block/06_codeblock/highlighting.text commit b0fed40ba8d863f349e3f90e7cc40146bf01507a Author: Thomas Leitner Date: Sat Jun 2 08:54:07 2012 +0200 Fixed RF#29576: Footnotes in headers resulted in duplicated id attr in TOC Footnotes are now removed from the TOC to avoid this problem. lib/kramdown/converter/html.rb test/testcases/block/16_toc/toc_with_footnotes.html test/testcases/block/16_toc/toc_with_footnotes.options test/testcases/block/16_toc/toc_with_footnotes.text commit c3ae4a3a0272cb376947f95ad1444c1bd4878301 Author: Thomas Leitner Date: Sat Jun 2 08:52:39 2012 +0200 Fixed toc test cases Test went green although the meaning of the test was not satisfied due to copy-paste. test/testcases/block/16_toc/no_toc.html test/testcases/block/16_toc/no_toc.options test/testcases/block/16_toc/toc_levels.options commit 56f3eb3c2610100c9785d98904d1dcd823e02917 Author: Thomas Leitner Date: Mon May 21 21:56:07 2012 +0200 RF#29577: Fixed broken link doc/sidebar.template commit 40e6cde2d3e1a4f9f6bc14a243b22b4ae3311ca2 Author: Thomas Leitner Date: Wed May 9 19:53:47 2012 +0200 Updated release notes and version number doc/news/release_0_13_6.page doc/sidebar.template lib/kramdown/version.rb man/man1/kramdown.1.erb commit 7f66dca331f78d84ef22c489c755360b304cb41f Author: Thomas Leitner Date: Tue May 8 21:20:46 2012 +0200 Fixed bug RF#29557: Parsing fails with lists with empty list item If a list item is completely empty, it needs to be handled specially, which is done now. lib/kramdown/converter/kramdown.rb lib/kramdown/parser/kramdown/list.rb test/testcases/block/08_list/special_cases.html test/testcases/block/08_list/special_cases.text commit ac00ea8ea590ece6c7a6c53b30920114f349b79b Author: Thomas Leitner Date: Tue May 8 20:02:43 2012 +0200 Fixed problem with CDATA section in non-XHTML pages The HTML parser does not parse CDATA in script tags and therefore the CDATA tags were displayed in MathJax output. By commenting out the CDATA tags (with LaTeX comment syntax) we avoid this problem. lib/kramdown/converter/html.rb lib/kramdown/parser/html.rb test/testcases/block/15_math/normal.html commit ce785c7cc29372cb7c5c47647535b1943348aff6 Author: Thomas Leitner Date: Sun Feb 19 15:34:37 2012 +0100 Updated release notes, version number and benchmark graphs doc/img/graph-ruby-1.8.5-231.png doc/img/graph-ruby-1.8.6-399.png doc/img/graph-ruby-1.8.7-249.png doc/img/graph-ruby-1.8.7-302.png doc/img/graph-ruby-1.9.2p136-136.png doc/img/graph-ruby-1.9.3p0-0.png doc/img/graph-ruby-1.9.3p125-125.png doc/news/release_0_13_5.page doc/sidebar.template doc/tests.page lib/kramdown/version.rb commit 90f0583232e814334b2bb8c7fa3228b2f4e30f81 Author: Thomas Leitner Date: Sun Feb 19 10:14:58 2012 +0100 Bug fix: Empty id attributes are handled better now * The HTML converter does not output empty id attributes anymore. * The kramdown converter now always converts empty id attributes to IAL form. lib/kramdown/converter/kramdown.rb lib/kramdown/utils/html.rb test/testcases/block/04_header/with_auto_ids.html test/testcases/block/04_header/with_auto_ids.text commit d956b98fdf449af145bc8b52539abdb99a062cda Author: Thomas Leitner Date: Sun Feb 19 09:53:03 2012 +0100 Small typo fix in quickref doc/quickref.page commit 4df3c5aaad763cc9d8fd4b129a5cdd245ed5a7f7 Author: Thomas Leitner Date: Sun Feb 19 09:38:29 2012 +0100 Updated homepage contents doc/documentation.page doc/index.page doc/installation.page doc/news.page doc/syntax.page doc/tests.page commit c0bcd765e131b671661af70274ce632111ad89bb Author: Thomas Leitner Date: Sun Feb 19 09:37:15 2012 +0100 Updated website design doc/bg.png doc/default.scss.css doc/default.template doc/design.scss.css doc/sidebar.template commit d530421d0a3794010cd0c022decb097158e90732 Author: Thomas Leitner Date: Sun Feb 19 09:35:51 2012 +0100 Disabling line numbers in code listings on homepage Rakefile commit a47a5c49e35f9ccb220dca7b5b8ac7d585026ef6 Author: Thomas Leitner Date: Sun Feb 19 09:25:01 2012 +0100 Updated copyright notice updating code Rakefile commit 21ce307a6766d131bf3a61de1142d88b0bd0a8be Author: Thomas Leitner Date: Sun Feb 19 09:24:22 2012 +0100 Updated copyright notices bin/kramdown lib/kramdown.rb lib/kramdown/compatibility.rb lib/kramdown/converter.rb lib/kramdown/converter/base.rb lib/kramdown/converter/html.rb lib/kramdown/converter/kramdown.rb lib/kramdown/converter/latex.rb lib/kramdown/converter/toc.rb lib/kramdown/document.rb lib/kramdown/element.rb lib/kramdown/error.rb lib/kramdown/options.rb lib/kramdown/parser.rb lib/kramdown/parser/base.rb lib/kramdown/parser/html.rb lib/kramdown/parser/kramdown.rb lib/kramdown/parser/kramdown/abbreviation.rb lib/kramdown/parser/kramdown/autolink.rb lib/kramdown/parser/kramdown/blank_line.rb lib/kramdown/parser/kramdown/block_boundary.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/extensions.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/parser/markdown.rb lib/kramdown/utils.rb lib/kramdown/utils/entities.rb lib/kramdown/utils/html.rb lib/kramdown/utils/ordered_hash.rb lib/kramdown/version.rb test/run_tests.rb test/test_files.rb commit 512b00a6d050f506c43b824861f7bbf459862a19 Author: Thomas Leitner Date: Sun Feb 19 09:12:38 2012 +0100 Fixed bug RF#29521: HTML math output not always XHTML compatible The characters < and & are not allowed in a script tag in XHTML. So since the HTML converter uses script tags for math elements, whenever these characters appear in a value the value is wrapped in a CDATA section to make the output XHTML compatible. lib/kramdown/converter/html.rb lib/kramdown/parser/html.rb test/testcases/block/15_math/normal.html commit 8f111947dbcea064a997662d65cd53e6e39c8c40 Author: Thomas Leitner Date: Sat Feb 18 20:06:42 2012 +0100 Fixed bug RF#29520: inline math statements interpreted as math blocks If a paragraph started and ended with an inline math statement, it was parsed as math block. This is fixed now. Also, it is now better explained in the kramdown syntax documentation how special cases are handled. doc/syntax.page lib/kramdown/converter/kramdown.rb lib/kramdown/parser/kramdown/math.rb test/testcases/span/math/normal.html test/testcases/span/math/normal.text commit f5b585513508704563cc0bb343869f91520ff853 Author: Thomas Leitner Date: Sat Feb 18 11:11:45 2012 +0100 Fixed problem with missing methods/constants on older Ruby 1.8.6 versions lib/kramdown/compatibility.rb commit 394d5de7cad34ed5e0bdcfc0fcc7a1a28b3f0229 Author: Thomas Leitner Date: Tue Jan 31 17:32:09 2012 +0100 Moved camelize method from Document#method_to_class_name to Utils.camelize lib/kramdown/document.rb lib/kramdown/utils.rb commit 7adc3bda20a8290f0af588da7816eec591d4ecaa Author: tomykaira Date: Fri Dec 30 18:08:43 2011 +0900 Fix Document#method_missing to accept snake_cased class name When doc.to_my_converter is called, it should use MyConverter, but used My_converter lib/kramdown/document.rb commit a6b181a9baf2eeeabeb55a1a9d5b26791fecad08 Author: Thomas Leitner Date: Sat Jan 21 12:18:22 2012 +0100 HTML attributes names are now converted to lower case doc/syntax.page lib/kramdown/parser/html.rb lib/kramdown/parser/kramdown/html.rb test/testcases/block/09_html/html5_attributes.html test/testcases/block/09_html/simple.text test/testcases/span/05_html/normal.text commit 170ca36a60d823803f575bf5632d9e9d1e74f7db Author: Thomas Leitner Date: Sat Jan 21 12:05:31 2012 +0100 HTML attributes without values are now supported This means that one can write boolean HTML attributes now without assigning an empty value. doc/syntax.page lib/kramdown/converter/kramdown.rb lib/kramdown/parser/html.rb lib/kramdown/parser/kramdown/html.rb test/testcases/block/09_html/html5_attributes.html test/testcases/block/09_html/html5_attributes.text test/testcases/span/05_html/normal.html test/testcases/span/05_html/normal.text commit 2c1d7c5e66bfe42052dc43374e123a48e7cb2ad6 Author: Thomas Leitner Date: Fri Dec 16 18:40:15 2011 +0100 Fix to work with newer RDoc versions Rakefile commit 2a93cbc0e1bbe705159c645ae617538bad125394 Author: Thomas Leitner Date: Fri Dec 16 18:26:32 2011 +0100 Updated release notes, version number and benchmark graphs doc/img/graph-jruby-1.6.0-330.png doc/img/graph-ruby-1.8.5-231.png doc/img/graph-ruby-1.8.6-399.png doc/img/graph-ruby-1.8.7-249.png doc/img/graph-ruby-1.8.7-302.png doc/img/graph-ruby-1.9.2p136-136.png doc/img/graph-ruby-1.9.3p0-0.png doc/index.page doc/news/release_0_13_4.page doc/news/release_0_X_X.page doc/tests.page lib/kramdown/version.rb commit dbbabbc5b61b67ed0d22c1aa4a6b17608ed771e6 Author: Thomas Leitner Date: Tue Dec 13 17:25:53 2011 +0100 Fixed test case to work with coderay 1.0 test/testcases/block/12_extension/options3.html commit 6828b83435c30676185d675dc7b6054846606df0 Author: Thomas Leitner Date: Tue Dec 13 17:25:31 2011 +0100 Updated Rakefile and setup.rb * Use gem package task supplied by rubygems * Add coderay as development dependency * Fix warning in setup.rb because of Config::CONFIG use Rakefile setup.rb commit bb7e82ce3f5213830fa6387e6c790a75b919dd38 Author: Thomas Leitner Date: Tue Dec 13 17:23:51 2011 +0100 Fixed problem with different Array#delete_if internals on Ruby 1.9.3 See http://redmine.ruby-lang.org/issues/5752 lib/kramdown/parser/html.rb commit cd253a5e9d4dcfe55c12caf9257e4f1fb6113943 Author: Thomas Leitner Date: Sun Dec 11 15:40:35 2011 +0100 Fixed warnings on Ruby 1.9.3 lib/kramdown/converter/html.rb lib/kramdown/parser/html.rb lib/kramdown/parser/kramdown.rb lib/kramdown/parser/kramdown/header.rb lib/kramdown/parser/kramdown/html.rb lib/kramdown/parser/kramdown/smart_quotes.rb test/test_files.rb commit e71cc414755e51c3336551e3f011f2f39ea601ee Author: Thomas Leitner Date: Sun Dec 11 15:32:52 2011 +0100 Fixed test cases to correctly behave with new footnote rel output test/testcases/block/12_extension/options.html test/testcases/block/12_extension/options2.html test/testcases/block/14_table/table_with_footnote.html commit b3b2ebc233160f4f649f0d0aed070d7540781c4f Merge: a58ba5b ef70112 Author: gettalong Date: Sun Dec 11 06:26:18 2011 -0800 Merge pull request #4 from joefiorini/master HTML5 Compatibility for Footnotes Replacing the rev='footnote' with rel='reference'. commit a58ba5b364081e896e2a49cc06db5aec643f8bb4 Author: Thomas Leitner Date: Sun Dec 11 12:38:37 2011 +0100 Fixed bug RF#29426: Content of