Fix markdown escaping

Closes #29255

Release Notes:

- Improved handling of markdown escape sequences
This commit is contained in:
Conrad Irwin 2025-04-25 16:53:44 -06:00 committed by GitHub
parent d23024609f
commit 053fafa90e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 200 additions and 112 deletions

View file

@ -21,7 +21,6 @@ function a(b: T) {
}
```
Remember, markdown processors may have slight differences and extensions, so always refer to the specific documentation or guides relevant to your platform or editor for the best practices and additional features.
"#;