[ADF-2847] Added class members heading to core docs (#3255)

This commit is contained in:
Andy Stark
2018-05-02 16:44:04 +01:00
committed by Eugenio Romano
parent 8037d4c76c
commit a9ab0af640
15 changed files with 36 additions and 6 deletions

View File

@@ -6,7 +6,9 @@ Status: Active
Adds HTML to a string to highlight chosen sections.
## Methods
## Class members
### Methods
- `highlight(text: string, search: string, wrapperClass: string = 'highlight'): HightlightTransformResult`
Searches for `search` string(s) within `text` and highlights all occurrences.