Fix markdown escaping
Closes #29255 Release Notes: - Improved handling of markdown escape sequences
This commit is contained in:
parent
d23024609f
commit
053fafa90e
3 changed files with 200 additions and 112 deletions
|
@ -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.
|
||||
"#;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue