Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Aug 7, 2020
1 parent e29129e commit 4c15a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Public/ConvertFrom-HTMLtoMarkdown.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
function ConvertFrom-HTMLToMarkdown {
[cmdletBinding()]
param(
[string] $Path,
[string] $DestinationPath,
[Parameter(Mandatory)][string] $Path,
[Parameter(Mandatory)][string] $DestinationPath,
[ReverseMarkdown.Config+UnknownTagsOption] $UnknownTags = [ReverseMarkdown.Config+UnknownTagsOption]::Drop,
[switch] $GithubFlavored
)
Expand Down

0 comments on commit 4c15a9c

Please sign in to comment.