Yahor Dounar
Yahor Dounar
Should resolve #14. * `dup` the initial `result` to avoid freezing and failing down the codepaths that modify it. * Fix opening the URL by swapping `open` with `URI.open` -...
Greetings 👋 Running this gem produces the warnings like this one: ``` html2markdown/lib/html2markdown/converter.rb:54: warning: literal string will be frozen in the future (run with --debug-frozen-string-literal for more information) ``` With...
Should fix https://github.com/freeCodeCamp/devdocs/issues/2417. With Ruby 3.4 the documentation is generated using a different theme, which impacted the layout of the page and the classes for HTML elements. Without the change...