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 has been 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)
The text was updated successfully, but these errors were encountered:
the PR you sent is currently working only for HTML style of documentation, however I didn't find anything in the PR that would be related to the output for markdown files. Could you please take a look into this issue?
Comment tags, such as
Important
,Note
,Warning
are not recognized and rendered as>
.Example:
rendered as:
and generated markdown:
(escaped the closing backticks of the code snippet intentionally)
The text was updated successfully, but these errors were encountered: