[ANN] kramdown 1.11.0 released

5 views
Skip to first unread message

Thomas Leitner

unread,
May 1, 2016, 7:40:12 AM5/1/16
to kramdow...@googlegroups.com, ruby...@ruby-lang.org
## About kramdown

kramdown (sic, not Kramdown or KramDown, just kramdown) is a *free*
MIT-licensed [Ruby](http://www.ruby-lang.org) library for parsing a
superset of Markdown.

It is completely written in Ruby, supports standard Markdown (with some
minor modifications) and various extensions that have been made popular
by the PHP Markdown Extra package and Maruku.

Homepage for installation instructions and documentation:
http://kramdown.gettalong.org


## kramdown 1.11.0 released

This release fixes some bugs and includes one minor change in regards
to HTML syntax highlighting.


## Changes

* 1 minor change:

- The syntax highlighting language is now always included in the
output as class name even if a syntax highlighter is used (fixes
[#328], requested by SLaks)

* 3 bug fixes:

- Fixed the GFM fenced code block parser to correctly split a
provided highlighter name into language name and options parts
- Fixed problem with underscores being processed even if inside a
word (fixes [#323], reported by Haruki Kirigaya)
- Fixed HTML/XML parser to correctly, case sensitively parse XML
(fixes [#310], reported by cabo)

* 2 other fixes:

- Updated copyright year (fixes [#331], reported by Oscar Björkman)
- Updated supported Ruby version on installation page (reported by
cabo)


[#328]: https://github.com/gettalong/kramdown/issues/328
[#331]: https://github.com/gettalong/kramdown/issues/331
[#323]: https://github.com/gettalong/kramdown/issues/323
[#310]: https://github.com/gettalong/kramdown/issues/310

Cheers,
Thomas
Reply all
Reply to author
Forward
0 new messages