add_html(tag, name)
Instance Public methods
Adds a markup class with name for words surrounded by HTML tag
tag. To process emphasis tags:
am.add_html 'em', :EM
Adds a markup class with name for words surrounded by HTML tag
tag. To process emphasis tags:
am.add_html 'em', :EM
Please login to continue.