rails/guides/rails_guides
Mike Dalessio cbc79095c2
Update guides generation to use Nokogiri's HTML5 parser
Note that the most frequent change to the output are:

- attribute values, most often data-clipboard-text. libgumbo
  entity-escapes fewer characters in attribute values than libxml2, and
  wraps them in double-quotes. In particulary `>` and `<` are not
  escaped per the HTML5 spec.
- linebreaks are different for some HTML elements, particularly lists.
2023-06-19 15:38:13 -04:00
..
markdown Use h1 for guide titles 2023-04-18 22:27:03 +02:00
epub_packer.rb Replaces mobi guide with epub for docs because of discontinued support 2022-08-05 00:18:20 +05:30
epub.rb Update rubocop-performance and enable more performance-related cops 2022-08-26 15:07:11 +03:00
generator.rb Revert "Fix guides generator" 2023-03-30 13:51:28 -07:00
helpers.rb Replaces mobi guide with epub for docs because of discontinued support 2022-08-05 00:18:20 +05:30
markdown.rb Update guides generation to use Nokogiri's HTML5 parser 2023-06-19 15:38:13 -04:00