Remove-EscapedMarkdownCode: Need to remove code blocks that are escaped #140
Labels
bug
The issue is a bug.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
Details of the scenario you tried and the problem that is occurring
When markdown is generated by PlatyPS code blocks are escaped. The command
Remove-EscapedMarkdownCode
should remove those too.Steps to reproduce the problem
Run the task
Generate_Markdown_For_Public_Commands
.Expected behavior
To have a correct code block.
Current behavior
Does not remove escaped code blocks.
Suggested solution to the issue
Add a regex to the command:
DscResource.DocGenerator/source/Private/Remove-EscapedMarkdownCode.ps1
Lines 41 to 55 in c40598a
The operating system the target node is running
n/a
Version and build of PowerShell the target node is running
n/a
Version of the module that was used
0.16.1
The text was updated successfully, but these errors were encountered: