AutoLink.

WithMatchOnlyWholeWord(bool) Method

Summary

Forces the string search to only consider whole words (it will not add a link in the middle of a word). By default whole words are determined by testing for white space.
Assembly
Wyam.Html.dll
Namespace
Wyam.Html
Containing Type
AutoLink

Syntax

public AutoLink WithMatchOnlyWholeWord(bool matchOnlyWholeWord = true)

Parameters

Name Type Description
matchOnlyWholeWord bool If set to true the module will only insert links at word boundaries.

Return Value

Type Description
AutoLink The current instance.
GitHub