diff --git a/plugins/summarize.js b/plugins/summarize.js index 13810f8b..da72f738 100644 --- a/plugins/summarize.js +++ b/plugins/summarize.js @@ -18,8 +18,8 @@ exports.handlers = { // If the summary is missing, grab the first sentence from the description // and use that. if (e.doclet && !e.doclet.summary && e.doclet.description) { - // The summary may end with `. ` or with `.<` (a period followed by an HTML tag). - e.doclet.summary = e.doclet.description.split(/\.\s|\.