-
BREAKING CHANGE: API change * removed `addCssClassToLinks` option * added `cssClassForInternalLinks` option to specify a class that will be added to every internal link * added `cssClassForExternalLinks`option to specify a class that will be added to every external link * added `addExternalCssClassToMatchingLinksFn` function to determine whether the link is external or not. The result of the functions is used to select `cssClassForInternalLinks` or `cssClassForExternalLinks` to add to the link.
BREAKING CHANGE: API change * removed `addCssClassToLinks` option * added `cssClassForInternalLinks` option to specify a class that will be added to every internal link * added `cssClassForExternalLinks`option to specify a class that will be added to every external link * added `addExternalCssClassToMatchingLinksFn` function to determine whether the link is external or not. The result of the functions is used to select `cssClassForInternalLinks` or `cssClassForExternalLinks` to add to the link.