diff --git a/README.md b/README.md index b7a72df..41c37b3 100644 --- a/README.md +++ b/README.md @@ -152,9 +152,9 @@ so they can be pasted into a program in this language directly. Text comments, i ``` If you don't need text comments in the answer, you can eliminate them -using a special option `?Q`: +using a special option `\?Q`: ```lua - $ curl cht.sh/lua/table+keys?Q + $ curl cht.sh/lua/table+keys\?Q local keyset={} local n=0 @@ -164,15 +164,15 @@ using a special option `?Q`: end ``` -And if you don't need syntax highlighting, switch it off using `?T`. +And if you don't need syntax highlighting, switch it off using `\?T`. You can combine the options together: ``` - curl cht.sh/go/reverse+a+list?Q - curl cht.sh/python/random+list+elements?Q - curl cht.sh/js/parse+json?Q - curl cht.sh/lua/merge+tables?QT - curl cht.sh/clojure/variadic+function?QT + curl cht.sh/go/reverse+a+list\?Q + curl cht.sh/python/random+list+elements\?Q + curl cht.sh/js/parse+json\?Q + curl cht.sh/lua/merge+tables\?QT + curl cht.sh/clojure/variadic+function\?QT ``` Full list of all options described below and in `/:help`.