method
add_special
v2_5_5 -
Show latest stable
- Class:
RDoc::Markup
add_special(pattern, name)public
Add to other inline sequences. For example, we could add WikiWords using something like:
parser.add_special(/\b([A-Z][a-z]+[A-Z]\w+)/, :WIKIWORD)
Each wiki word will be presented to the output formatter via the accept_special method.