Jason Stewart

Results 3 comments of Jason Stewart

It looks like I have to set the scheme specific part myself, in accordance with RFC 2396.

@vmg - Any chance of a fix for this? This one is bitting me as well. This bug can be easily reproduced like this: ```ruby renderer = Redcarpet::Render::HTML.new(with_toc_data: true) md...

@vmg - Any chance of seeing this merged? #388 is biting me pretty hard, and and this PR fixes that bug. Reproduce: ```ruby renderer = Redcarpet::Render::HTML.new(with_toc_data: true) md = Redcarpet::Markdown.new(renderer,...