Skip to content

Improve Markdown rendering for cref references#45

Open
AMacro wants to merge 1 commit intocharlesdevandiere:masterfrom
AMacro:master
Open

Improve Markdown rendering for cref references#45
AMacro wants to merge 1 commit intocharlesdevandiere:masterfrom
AMacro:master

Conversation

@AMacro
Copy link

@AMacro AMacro commented Nov 29, 2025

Enhances handling of cref references by rendering them as inline code without Member Type when text not is provided, or as empty text if neither the text nor crefAttribute are valid.

Example
Input:

/// <param name="theme">The <see cref="PaintTheme"/> to be unregistered.

Current output:

The to be unregistered.

Improved output:

The DV.Customization.Paint.PaintTheme to be unregistered.

Enhances handling of cref references by rendering them as inline code without Member Type when `text` not is provided, or as empty text if neither the text nor `crefAttribute` are valid.
@sonarqubecloud
Copy link

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant