A simple Addon for Powershell ISE to view Markdown files in the VerticalAddons Pane. This Addon is targeted to Windows PowerShell ISE users who work with GitHub
Every change you make in the Editor in ISE is reflected immediately to the Add-On. There is not much logic inside this Addon, it just takes the input
You can download the compiled Module here. To use it, download it "Unblock" the zip file and extract it to your module folder.
Just type Show-ISEMarkdownExtension and the Add-On will appear 
, to hide it type Hide-ISEMarkdownExtension.
Don't expect too much from this Module, I'm not a developer 😃