Skip to content

Releases: Sarafian/MarkdownPS

v1.10

10 Jun 16:52
140e68d
Compare
Choose a tag to compare

What's Changed

  • GH-28 Added new command New-MDAlert for GFM Alerts. Thanks to @belibug
  • GH-42 Fixed a bug with the left alignment of columns with New-MDTable. Thanks to @aaronparker

New Contributors

Full Changelog: v1.9...v1.10

1.9

27 Feb 21:52
Compare
Choose a tag to compare
1.9

v1.9 20200227

  • Based on GH-20 the default output of New-MDTable has a cell length alignment per column. New parameter -Shrink is added to reduce the overall size and each cell is not padded. Thanks to @al-cheb

1.5

20 Nov 17:15
Compare
Choose a tag to compare
1.5

v1.5 20160420

  • GH-17 thanks to @wav3
  • Removed from the manifest the PowerShellHostVersion because it created some issues with in-remoting like sessions.

1.2

18 May 10:46
Compare
Choose a tag to compare
1.2
  • Get-Help is now supported by each cmdlet

PoweShell gallery module version

1.0

18 May 10:44
Compare
Choose a tag to compare
1.0

Initial release with the following commandlets (No Get-Help support yet)

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

PoweShell gallery module version

1.4

18 May 10:51
Compare
Choose a tag to compare
1.4
  • New-MDImage: Fixed bugs for url escaping.
  • New-MDImage: Added -Link parameter to make the badge linked.
  • New-MDImage: Added -Link parameter to make the badge linked.
  • New-MDTable: Added support for column alignment.
  • Removed dependency to PSMarkdown module.