This repository was archived by the owner on Jun 1, 2023. It is now read-only.
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Comment tags are not recognized #299
Open
Description
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.
///
public var listOrdering: ListOrdering = .topToBottom
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)
Metadata
Metadata
Assignees
Labels
No labels