You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// let formatString = textConvertible.format(options: MarkupFormatter.Options(preferredLineLimit:MarkupFormatter.Options.PreferredLineLimit(maxLength: 80, breakWith: .softBreak)))
31
+
34
32
letformatString= textConvertible.format()
35
-
36
-
// The previous implementation did not find summaries if there was a some unrecognized element in the way, such as a blockquote or a paragraph with HTML markup
37
-
// It probably makes sense to remove the (textConvertible.indexInParent - foundIntroductionIndex == 1) restriction after the transition
38
-
if textConvertible.indexInParent - foundIntroductionIndex ==1{
0 commit comments