Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.32 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.32 KB

Build status MarkdownPS@PowerShell Gallery

MarkdownPS

A powershell module to render markdown files.

MarkdownPS is a PowerShell module available on powershell gallery that helps render markdown. Once in markdown, it can be easily converted into any other format. Potential use cases are:

  • Render a report after executing a script.
  • Generate sort of dashboard pages as a result of querying resources with a script.
  • Prepare markdown assets in a repository for example in static html generated web sites.

Commandlets

  • New-MDAlert
  • New-MDCharacterStyle
  • New-MDCode
  • New-MDHeader
  • New-MDImage
  • New-MDInlineCode
  • New-MDLink
  • New-MDList
  • New-MDParagraph
  • New-MDQuote
  • New-MDTable

Showcase

An example script demostrating the capabilities of the module is available with Showcase.ps1. The script generates markdown which is available in the Showcase.md for demostration purposes.