Paweł Pieńkowski

Results 4 comments of Paweł Pieńkowski
trafficstars

And it still behaves the same in 1.4.3 in 2022 :(

I'm not sure but it seems that the problem is related to underlying C extension. `yajl-ruby` is based on version 1.x of yajl library and I think this bug was...

I've written my own renderer which supports markdown in HTML-blocks. Here you are: ``` ruby class RecursiveRenderer < Redcarpet::Render::HTML def block_html(raw_html) if (md = raw_html.match(/\(.*)\/m)) open_tag, content, close_tag = md.captures...

It's the same bug as mentioned in issue #169. But one have to know C good to implement the fix. (https://github.com/brianmario/yajl-ruby/issues/169#issuecomment-1241354256)