Package: ruby-kramdown / 1.12.0-1

Metadata

Package Version Patches format
ruby-kramdown 1.12.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
skip_missing_math_engines.patch | (download)

test/test_files.rb | 22 18 + 4 - 0 !
1 file changed, 18 insertions(+), 4 deletions(-)

---
rouge2.patch | (download)

kramdown.gemspec | 6 3 + 3 - 0 !
lib/kramdown/converter/syntax_highlighter/rouge.rb | 2 1 + 1 - 0 !
test/test_files.rb | 2 1 + 1 - 0 !
test/testcases/block/06_codeblock/rouge/multiple.html | 15 6 + 9 - 0 !
test/testcases/block/06_codeblock/rouge/simple.html | 15 6 + 9 - 0 !
5 files changed, 17 insertions(+), 23 deletions(-)

 adapt tests for rouge 2.x
 Also change the name of formatter to LegacyHTML,
 as kramdown is not ready yet for rouge 2.x (not in legacy mode)
Bug: https://github.com/gettalong/kramdown/issues/350