Add to the sequences used to add formatting to an individual word (such as bold). Matching entries will generate attibutes that the output formatters can recognize by their name
Source Code
# File rdoc/markup/simple_markup.rb, line 217 def add_word_pair(start, stop, name) @am.add_word_pair(start, stop, name) end
<code/>and<pre/>for code samples.