You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ConvertFrom-Markdown e:\powershell\readme.md throws error: A positional parameter cannot be found that accepts argument 'E:\PowerShell\README.md'. I think it should work.
ConvertFrom-Markdown -Path E:\PowerShell\README.md | Show-Markdown fails with this error: Show-Markdown : The property VT100EncodedString of the given object is null or empty. So, ConvertFrom-Markdown by default only populates HTML, while Show-Markdown by default show VT100. That feels very inconsistent to me.