Skip to content

Instantly share code, notes, and snippets.

View tostka's full-sized avatar

Todd Kadrie tostka

View GitHub Profile
@tostka
tostka / convert-HelpToMarkdown.ps1
Last active September 14, 2021 22:10 — forked from opariffazman/Get-HelpByMarkdown.ps1
This script converts PowerShell comment-based help to GitHub Flavored Markdown.
Function convert-HelpToMarkdown {
<#
.SYNOPSIS
convert-HelpToMarkdown.ps1 - Gets the comment-based help and converts to GitHub Flavored Markdown text (for separate output to .md file).
.NOTES
Version : 1.0.0
Author : Todd Kadrie
Website : http://www.toddomation.com
Twitter : @tostka / http://twitter.com/tostka
CreatedDate : 2021-09-14