Trim a paragraph down to its first sentence and cap the length at MAX_LEAD_CHARS, appending an ellipsis when truncation occurs.
Raw paragraph (single line, multiple sentences allowed)
Trimmed lead, never longer than MAX_LEAD_CHARS
Trim a paragraph down to its first sentence and cap the length at MAX_LEAD_CHARS, appending an ellipsis when truncation occurs.