rails/actionpack/lib
Hartley McGuire 8cbf969e09
Temporarily fix multi-paragraph definition lists
The rdoc markdown parser does not currently parse multi-paragraph
definition lists correctly. Instead of putting both paragraphs inside
a single definition, only the first paragraph ends up in the definition
and the second paragraph is rendered after the definition list as a code
block.

Since 7.2 appears to be coming soon, this commit fixes the second
paragraph rendering as a code block by turning it into a second
definition. This doesn't strictly seem like the "correct" fix (compared
to fixing the rdoc markdown parser) but it gives us the visual result
that we want until rdoc is fixed.
2024-05-21 11:48:01 -04:00
..
abstract_controller Update comments for helper method generation 2024-04-22 22:14:42 +09:00
action_controller Temporarily fix multi-paragraph definition lists 2024-05-21 11:48:01 -04:00
action_dispatch Enable Lint/Debugger 2024-05-13 13:41:18 +09:00
action_pack Development of Rails 8.0 starts now 2024-05-13 16:45:20 +00:00
abstract_controller.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00
action_controller.rb Add autoload for ActionController::TestRequest 2024-02-14 23:42:31 +00:00
action_dispatch.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00
action_pack.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00