Contents

NSAttributedStringMarkdownParsingFailureReturnPartiallyParsedIfPossible

A policy to return a partially parsed string, if possible.

Declaration

NSAttributedStringMarkdownParsingFailureReturnPartiallyParsedIfPossible

Discussion

With this policy, the returned string may include unparsed markup. If returning a partially parsed string isn’t possible, the parser may return an error anyway.

See Also

Failure Policies