spectre.console
spectre.console copied to clipboard
Style.ToMarkup() does not include the link
Information
- OS: Windows
- Version: 0.49.1
- Terminal: Windows Terminal
Describe the bug
when you convert a Style
object with ToMarkup()
it does not include any link property.
it only adds foreground + background + decoration.
To Reproduce
[Spectre.Console.Style]::new(
[Spectre.Console.Color]::Blue,
[Spectre.Console.Color]::Default,
[Spectre.Console.Decoration]::Underline,
'https://spectreconsole.net/'
).ToMarkup()
underline blue
Expected behavior
underline blue link=https://spectreconsole.net/
Please upvote :+1: this issue if you are interested in it.