2 require 'rdoc/markup/formatter'
5 # This Markup outputter is used for testing purposes.
7 class RDoc::Markup::ToTest < RDoc::Markup::Formatter
17 def accept_paragraph(am, fragment)
21 def accept_verbatim(am, fragment)
25 def accept_list_start(am, fragment)
29 def accept_list_end(am, fragment)
33 def accept_list_item(am, fragment)
37 def accept_blank_line(am, fragment)
41 def accept_heading(am, fragment)
45 def accept_rule(am, fragment)