public Method

SimpleMarkup.add_html(tag, name)

Add to the sequences recognized as general markup

Source Code

# File rdoc/markup/simple_markup.rb, line 225
def add_html(tag, name)
  @am.add_html(tag, 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.