MyNihongo / MudBlazor.Markdown

Markdown component based on the MudBlazor environment
https://mudblazor.com/
MIT License
115 stars 13 forks source link

Enable underline for links? #257

Closed Stone-Red-Code closed 1 month ago

Stone-Red-Code commented 1 month ago

Is there an option to enable the underline for links?

MihailsKuzmins commented 1 month ago

Just to be sure, do you want this parameter to be configurable? ↓

image * Source: https://mudblazor.com/components/link#onclick

By default, a link will be underlined when one hovers a cursor over it.

Stone-Red-Code commented 1 month ago

Yes exactly

MihailsKuzmins commented 1 month ago

After #258 is merged it will be possible to configure the styling of the link component as it is mentioned in this comment: https://github.com/MyNihongo/MudBlazor.Markdown/pull/258#issuecomment-2141266344

image