/PSMD

DSL to write Markdown documents in Powershell

Primary LanguagePowerShell

PSMD

write Markdown documents in Powershell

Appveyor

Name Status
Status Master
Master Branch Build status
Dev Branch Build status
Current Build Build status
Test Status AppVeyor tests branch
Code Coverage Test Coverage

Wanna learn how it's done?

Check out this document to learn how to use PSMD.

Try it out yourself!

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

Class design

This module is class based. Find here under the current Class Diagram.

ClassDiagram

To see how the Class Diagramm is created be sure to checkout PSClassUtils by Stephanevg

To do Base Functionality:

  • BulletPoint
  • CheckListItem
  • CodeBlock
  • Image
  • Link
  • OrderedListItem
  • Paragraph
  • Title
  • BlockQuote
  • Tables

Roadmap

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.

Contribute

Wanna contribute? please take a look at these files before you start:

Licencing

This Project is licenced under the MIT Licence