Flowdock
method

add_special

Importance_1
Ruby latest stable (v2_5_5) - 0 notes - Class: SM::SimpleMarkup

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

These similar methods exist in v2_5_5:

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

Show source
Register or log in to add new notes.