--- rd_style.rb.orig	2005-09-26 17:39:14.000000000 +0900
+++ rd_style.rb	2006-01-14 17:58:23.000000000 +0900
@@ -60,6 +60,14 @@ module RD
 			end
 		end
 
+		def is_this_textblock_only_one_block_of_parent_listitem?(element)
+			!element.parent.is_a?(RD::MethodListItem) && super
+		end
+
+		def is_this_textblock_only_one_block_other_than_sublists_in_parent_listitem?(element)
+			!element.parent.is_a?(RD::MethodListItem) && super
+		end
+
 		def apply_to_MethodList(element, items)
 			if /^(<.+>)?$/ =~ element.items[0].term.to_label
 				%Q[#{items.join("\n").chomp}\n]
