add_special(pattern, name)
Instance Public methods
Add to other inline sequences. For example, we could add WikiWords using something like:
1 | 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.
Please login to continue.