Closed chrisda closed 3 years ago
I looks like you are inconsistent with the escape characters. Some cases you have #Inbox#
, and other cases you have \#Inbox\#
.
I recommend that those values be put in code ticks `#Inbox#`
. That will be the safest and matches the PowerShell-Doc style guide the best.
@chrisda Can you try using backticks and test again?
Thanks. I worked it out with a combination of code tick escapes for some instances and regular back slash escapes for others.
Closing
A parameter description in a markdown topic contains
\#Inbox\#
. Apparently, this generates an error in Merge-MarkdownHelp and causes it to not merge the next cmdlet topic correctly.Difficult to explain; see the attached files and explanation.
Steps to reproduce
Create the following folder structure with the appropriate files:
Run the following commands:
Expected behavior
Cmdlet topics are merged correctly.
Actual behavior
Errors:
The merged New-MailboxImportRequest.md topic has the same content as the merged New-MailboxFolder.md topic.
The merged New-MailboxRestoreRequest.md topic has the same content as the merged New-MailboxRepairReuest.md topic.
Files/folders are attached.
platyPSissue.zip
Environment data