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
Abstracts should only contain (formatted) text. To resolve this issue, place links and images elsewhere in the document, or remove them.
48
+
Summary should only contain (formatted) text. To resolve this issue, place links and images elsewhere in the document, or remove them.
49
49
"""
50
-
letdiagnostic=Diagnostic(source: sourceFile, severity:.warning, range: markup.range, identifier: invalidContent.diagnosticIdentifier, summary:"\(invalidContent.description.capitalized) in document abstract will not be displayed", explanation: explanation)
50
+
letdiagnostic=Diagnostic(source: sourceFile, severity:.warning, range: markup.range, identifier: invalidContent.diagnosticIdentifier, summary:"\(invalidContent.description.capitalized) in document summary will not be displayed", explanation: explanation)
0 commit comments