No need to remove formatter from options - #356
Conversation
|
Looks like rouge 2.0 broke tests |
|
Please provide the kramdown sources and their HTML output for the failing case, images aren't really useful. |
If you remove formatter for options, this leave next code without this formatter
|
I tried as I can, but for ruby 1.8 need more (not sure, why it supported) works. Also test env unstable ( |
|
@gettalong should I do something else? |
|
Please provide the kramdown sources and their HTML output for the failing case here in the issue , images aren't really useful. |
|
I just add this as test case. Or it is not enough? |
|
kramdown test cases are plain text files with accompanying HTML and/or other output files, see test/testcases/. It would be easier if you just provide the plain text source as well as the current HTML output and the wanted HTML output directly here so that one doesn't have to extract them from the code. |
|
@gettalong looks like done. Please, check. |
|
Thanks, I get the problem now (it's really too hot in the city to think straight...)! |
|
I have updated the Change will be in the next release. |
|
@gettalong thanks! |
If you remove formatter for options, this leave next code without this formatter. Example without fix:
With fix: