kramdown 1.2.0 发布了,kramdown 是一个用Ruby实现的Markdown的解析器。
改进记录:
## Changes
* 2 minor changes:
- 增加为 Github 风格 Markdown 的解析器
- HTML attributes are now output for horizontal lines
* 5 bug fixes:
- The correct encoding on the result string is now set even when the template option is used
- Fixed [GH#72], [GH#74]: All ways to set a header ID now follow the same scheme which is
compliant with HTML IDs (except that dots are not allowed) (reported and initial patch by Matti
Schneider)
- Fixed [GH#73]: The default HTML template now has a DOCTYPE and sets the encoding correctly
(initial patch by Simon Lydell)
- Fixed [GH#67]: URLs of link elements are now escaped in the LaTeX converter to avoid problems
(patch by Henning Perl)
- Fixed [GH#70]: Any version of the stringex library is now supported (reported by Simon Lydell)
[GH#72]: https://github.com/gettalong/kramdown/issues/72
[GH#70]: https://github.com/gettalong/kramdown/issues/70
[GH#74]: https://github.com/gettalong/kramdown/pull/74
[GH#73]: https://github.com/gettalong/kramdown/pull/73
[GH#67]: https://github.com/gettalong/kramdown/pull/67
[GH#68]: https://github.com/gettalong/kramdown/pull/68
官方发行说明:http://rubyforge.org/forum/forum.php?forum_id=41608
