mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
minor clarification.
This commit is contained in:
parent
337b9e6fbc
commit
208fb2d327
1 changed files with 2 additions and 4 deletions
|
@ -193,10 +193,8 @@
|
|||
~ \# # \# is a control character.
|
||||
~ \{ # \{ is a control character.
|
||||
~ \} # \} is a control character.
|
||||
= \\ # Correct! \\ (backslash) is not a control character. BUT,
|
||||
it is used to escape the control characters. So, to specify
|
||||
a literal backslash, you must escape it with a backslash
|
||||
(as shown in this example).
|
||||
= \ # Correct! \ (backslash) is not a control character. BUT,
|
||||
it is used to escape the control characters.
|
||||
}</pre>
|
||||
<p>When the question is processed, the backslash is removed and is not saved in Moodle.</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue