Commit 91139b8
committed
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-quotes1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments