Releases: Sarafian/MarkdownPS
Releases · Sarafian/MarkdownPS
v1.10
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
- @belibug made their first contribution in #37
- @aaronparker made their first contribution in #27
Full Changelog: v1.9...v1.10
1.9
1.5
1.2
Get-Help
is now supported by each cmdlet
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
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.