When commenting a section like ``` # :section: Some Section # Some documentation for the section here ``` the section is created but the documentation is not shown in the HTML output. You can actually see the problem in the RDoc documentation itself: - https://github.com/rdoc/rdoc/blob/master/lib/rdoc/markup/to_html.rb#L148 - definition of "Visitor" section with some documentation - http://docs.seattlerb.org/rdoc/RDoc/Markup/ToHtml.html#Visitor - Output with missing documentation Thanks for this great tool!