Skip to content

[Small Feature Request] Add class attribute to the @qualifier command in the HTML output #11245

@parmi93

Description

@parmi93

I am trying to achieve something like this:

image

where the @qualifier Thread-safe has a different background-color than inline.
Unfortunately this is not possible because all qualifiers are rendered as <span class="mlabel">...</span>

I would like to purpose to change this command into something like that:

\qualifier <name> | "(text)" [<label>] --> <span class="mlabel label">name | "(text)"</span>

where <name> | "(text)" is displayed to the user, and <lablel> is used as the value for the class attribute.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions