write Markdown documents in Powershell
Name | Status |
---|---|
Status | |
Master Branch | |
Dev Branch | |
Current Build | |
Test Status | |
Code Coverage |
Check out this document to learn how to use PSMD.
Install the Module from the Powershell Gallery
Install-Module PSMD
And don't forget to use the following Code to import the module. (The Module contains Classes.)
Import-Module PSMD
This module is class based. Find here under the current Class Diagram.
To see how the Class Diagramm is created be sure to checkout PSClassUtils by Stephanevg
- BulletPoint
- CheckListItem
- CodeBlock
- Image
- Link
- OrderedListItem
- Paragraph
- Title
- BlockQuote
- Tables
The current plan for this project is, that it will support all markdown base functionality.
The next steps are:
- Write remaning functions for base functionality.
- Add option to add styles to sections.
- Upload to the PS Gallery \o/
This will maybe come in the future:
- Support for multiple flavors of Markdown.
Wanna contribute? please take a look at these files before you start:
This Project is licenced under the MIT Licence