goog.string.linkify.LinkifyOptionsProvided Bygoog.string.linkifyOptions bag for linkifyPlainTextAsHtml's second parameter. VIEW SOURCEInstance Propertiesexpand_morethis.attributes → (Object<string, (string|number|goog.string.TypedString|Object<string, (string|goog.string.Const|goog.html.SafeUrl|Array<(string|goog.string.Const|goog.html.SafeUrl)>|null)>|null|undefined)>|undefined)HTML attributes to add to all links created. Default are rel=nofollow and target=_blank. To clear these defaults attributes, set them explicitly to '', i.e. {rel: '', target: ''}. VIEW SOURCEexpand_morethis.preserveNewlines → (boolean|undefined)Whether to preserve newlines with <br>. VIEW SOURCEexpand_morethis.preserveSpacesAndTabs → (boolean|undefined)Whether to preserve spaces with non-breaking spaces and tabs with <span style="white-space:pre"> VIEW SOURCE