- [X] I have verified that I am on the latest version of the Linter ## Describe the Bug `YAML Title` rule doesn't unescape H1 markdown special characters ## How to Reproduce Steps to reproduce the behavior: ``` markdown # Escaped \[\_\] ``` Run `YAML Title` rule. Observe ```markdown --- title: Escaped \[\_\] --- ``` ## Expected Behavior ```markdown --- title: Escaped [_] --- ``` ## Device - [X] Desktop - [X] Mobile