### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/platyPS/releases) - [X] Search the existing issues. ### Steps to reproduce Update a markdown file that has an example title that contains markup. ```powershell Update-MarkdownCommandHelp -Path D:\Git\PS-Src\platyPS\v2docs\Import-YamlModuleFile.md ``` Original example: ``` ### Example 1 - Import a Yaml module file to a **ModuleHelp** object ``` ### Expected behavior ```console ### Example 1 - Import a Yaml module file to a **ModuleHelp** object ``` ### Actual behavior ```console ### Example 1 - Import a Yaml module file to a ``` ### Error details _No response_ ### Environment data ```powershell PlatyPS build https://github.com/PowerShell/platyPS/commit/27d5ffe4090f146b64c7d91453d6683c68c8ee53 ``` ### Visuals _No response_