Skip to content

Commit

Permalink
So, now i have fixed markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
FWeinb committed Apr 15, 2012
1 parent c27105d commit fd7166b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -45,7 +45,7 @@ The default options are:
**_onlyFirst_** : true if only the first occurrence should be highlighted.
**_fuzzy_** : Switch to enable/disable fuzzy logic. Default is true.
**_ignorePrevFounds_** : don't search in previously found text.
**_classCountPrefix_** : the highlighted text will be wrapped in span tags with a class like **_className_** + ' ' + **_classCountPrefix_** + Upcounting\_Number
**_classCountPrefix_** : the highlighted text will be wrapped in span tags with a class like **_className_** + ' ' + **_classCountPrefix_** + Upcounting Number
**_className_** : the className of all highlighted text
**_ignoredChars_** : RegEx to test if the Char is ignored in the comparison.
**_ignoredTags_** : RegEx, tags that are ignored while iterating the DOM.
Expand Down

0 comments on commit fd7166b

Please sign in to comment.