You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #6371 Fix escaping of backtick inside double back-quotes (guilliamxavier)
This PR was merged into the 2.3 branch.
Discussion
----------
Fix escaping of backtick inside double back-quotes
| Q | A
| ------------- | ---
| Doc fix? | no
| New docs? | no
| Applies to | all
| Fixed tickets |
This PR removes the backslash before the backtick inside a double-back-quoted inline code block, because there it is interpreted literally (and displayed too) instead of as an escaping character.
Commits
-------
1c297f9 Fix escaping of backtick inside double back-quotes
0 commit comments