MarkdownEx is a PowerShell Binary Module implementing the Markdig Markdown conversion library.
Install-Module MarkdownEx
Import-Module MarkdownEx
"Markdown String" | ConvertFrom-Markdown
Requires .net core to build
.\build.ps1
- This Project -- https://github.com/ephenix/MarkdownEx
- PSGallery -- https://www.powershellgallery.com/packages/MarkdownEx
- Markdig -- https://github.com/lunet-io/markdig