Skip to content

Commit 625cae0

Browse files
franzholzlinawolf
andauthored
Fix escape character notation in RstCheatSheet (TYPO3-Documentation#507)
* Fix escape character notation in RstCheatSheet Is the backslash working by this change? * Apply suggestion from @linawolf * Apply suggestion from @linawolf --------- Co-authored-by: Lina Wolf <48202465+linawolf@users.noreply.github.com>
1 parent 9b7cd6d commit 625cae0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/Basics/RstCheatSheet.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Escape characters
193193
=================
194194

195195
If you want to use a character, which would create some special reST markup,
196-
with its normal meaning, you must escape it with a prepended "\".
196+
with its normal meaning, you must escape it with a prepended :rst:`\`.
197197
198198
For example surrounding text with "*" signs normally makes it show up in italics. By
199199
escaping the special characters "*" you make the stars normal text characters:

0 commit comments

Comments
 (0)