diff options
author | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2016-08-29 20:47:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-29 20:47:45 +0100 |
commit | a9a520ecca8290f5cb20092618c5ea7a69ed6aa5 (patch) | |
tree | 00803029db6f410b33afbbf48ba36442155e230d | |
parent | 08aa47916d6bb5a0f65d4da1021e0700b30b4b3b (diff) | |
parent | d1dc783cbf805e4169bf0528c57016ba175ad555 (diff) |
Merge pull request #538 from massysett/master
Add $ as a special character
-rw-r--r-- | doc/markup.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/markup.rst b/doc/markup.rst index 78718c18..b0ebc738 100644 --- a/doc/markup.rst +++ b/doc/markup.rst @@ -501,7 +501,7 @@ Special characters ~~~~~~~~~~~~~~~~~~ The following characters have special meanings in documentation -comments: ``\\``, ``/``, ``'``, ``\```, ``"``, ``@``, ``<``. To insert a +comments: ``\\``, ``/``, ``'``, ``\```, ``"``, ``@``, ``<``, ``$``. To insert a literal occurrence of one of these special characters, precede it with a backslash (``\\``). |