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
{{ message }}
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Comment tags, such as Important, Note, Warning are not recognized and rendered as >.
Example:
/// Describes the ordering the messages are presented.
///
/// - Important: ⚠️ Changing this value doesn't trigger delegate methods. You should reload your UI manually after changing
/// the `listOrdering` value to reflect the changes. Further updates to the messages will be delivered using the delegate
/// methods, as usual.
///
publicvarlistOrdering:ListOrdering=.topToBottom
rendered as:
and generated markdown:
### `listOrdering`
Describes the ordering the messages are presented.
``` swift
public var listOrdering: ListOrdering = .topToBottom
\```
>
(escaped the closing backticks of the code snippet intentionally)