Skip to content
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

Description

@b-onc

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

rendered as:
image

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions