Open StartAutomating opened 1 year ago
I had a similar issue where I wanted to use glow output as a preview for fzf
, or piping to something like glow ... | cat
.
It seems like you can force rendering with specifying a style like this: glow -s dark ... | cat
Same as #545 ?
$x = "# Hello" | glow --style auto; $x
works too.
Describe the bug
Glow is not rendered when it is assigned in PowerShell.
Setup Please complete the following information along with version numbers, if applicable.
To Reproduce Steps to reproduce the behavior:
This blocks https://github.com/StartAutomating/Posh/issues/227