Update hints.md

pull/250/head
Jon Eugster 2 years ago committed by GitHub
parent 23c8099401
commit b961030db2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -89,6 +89,7 @@ You can add use markdown to format your hints, for example you can use KaTex: `$
**Escaping**: Generally, if you add text inside quotes `" "` (e.g. in `Hint`) you need to escape
backslashes, but if you provide text inside a doc comment
`/-- -/` (e.g. in the `Statement` description) you do not!
Further, inside `Hint` you need to escape all opening curly brackets as `\{` since `{h}` is syntax for inserting a variable name `h`.
TODO: Write a doc about latex/markdown options available.

Loading…
Cancel
Save