Generates PowerShell External Help XML files (aka MAML) from Markdown.
- src\platyPS - sources to create the final PowerShell module.
- src\Markdown.MAML, Markdown.MAML.sln - source code for C# Markdown to MAML converter.
- Examples - misc files, showcases, etc.
- test\EndToEndTests - Pester tests that do the full converting MAML -> Markdown -> MAML.
- platyPS.schema.md - description of Markdown that platyPS expects.
- TagsMapping.md - MAML schema description and its mapping to Markdown sections.
-
Create Markdown from existing external help files (MAML schema, XML).
-
Create Markdown using reflection.
-
Create external help files (MAML) from platyPS Markdown.