.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
Outputting HTML from a PowerShell code block does not work currently, it just outputs the raw HTML without any formatting. It does work with other languages, such as C#. Outputting HTML from PowerShell is in the official samples, so I imagine it worked at some point.
I am on VS Code 1.88.0. Please see the screenshot highlighting the issue.
Please complete the following:
Which version of .NET Interactive are you using? (In a notebook, run the #!about magic command. ):
Describe the bug
Outputting HTML from a PowerShell code block does not work currently, it just outputs the raw HTML without any formatting. It does work with other languages, such as C#. Outputting HTML from PowerShell is in the official samples, so I imagine it worked at some point.
I am on VS Code 1.88.0. Please see the screenshot highlighting the issue.
Please complete the following:
Which version of .NET Interactive are you using? (In a notebook, run the
#!about
magic command. ):Screenshots