public Method

SimpleMarkup.add_word_pair(start, stop, name)

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
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.