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.
relevant code
To Reproduce
[Spectre.Console.Style]::new(
[Spectre.Console.Color]::Blue,
[Spectre.Console.Color]::Default,
[Spectre.Console.Decoration]::Underline,
'https://spectreconsole.net/'
).ToMarkup()
Expected behavior
underline blue link=https://spectreconsole.net/
Please upvote 👍 this issue if you are interested in it.
Information
Describe the bug
when you convert a
Styleobject withToMarkup()it does not include any link property.it only adds foreground + background + decoration.
relevant code
To Reproduce
Expected behavior
Please upvote 👍 this issue if you are interested in it.