Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions GitHubMiscellaneous.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function Get-GitHubRateLimit
return Invoke-GHRestMethod @params
}

function ConvertFrom-Markdown
function ConvertFrom-GitHubMarkdown
{
<#
.SYNOPSIS
Expand Down Expand Up @@ -113,7 +113,7 @@ function ConvertFrom-Markdown
[String] The HTML version of the Markdown content.

.EXAMPLE
ConvertFrom-Markdown -Content '**Bolded Text**' -Mode Markdown
ConvertFrom-GitHubMarkdown -Content '**Bolded Text**' -Mode Markdown

Returns back '<p><strong>Bolded Text</strong></p>'
#>
Expand Down
2 changes: 1 addition & 1 deletion PowerShellForGitHub.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
'Add-GitHubIssueLabel',
'Backup-GitHubConfiguration',
'Clear-GitHubAuthentication',
'ConvertFrom-Markdown',
'ConvertFrom-GitHubMarkdown',
'Get-GitHubAssignee',
'Get-GitHubCloneTraffic',
'Get-GitHubCodeOfConduct',
Expand Down