alt3 / Docusaurus.Powershell

Docusaurus websites for PowerShell modules
https://docusaurus-powershell.vercel.app/
MIT License
30 stars 11 forks source link

ReplaceExamples doesn't work properly if an example contains the dollar character. #97

Closed btimmerm closed 2 years ago

btimmerm commented 2 years ago

The dollar character must be properly escaped in each example so that it isn't processed as a substitution

Can be tested by creating a function with the following example.

"Input" | ForEach-Object {MyFunction -Parameter $_}
bravo-kernel commented 2 years ago

Thanks for reporting, could you show to which part of the code (or site) you are referring to?