Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Add # as a special character (#884)
Browse files Browse the repository at this point in the history
'#' has special meaning used for anchors and can be escaped using backslash.
Therefore it would be nice to be listed as special characters.
  • Loading branch information
msakai authored and alanz committed Mar 25, 2020
1 parent a4029de commit 691f1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/markup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,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 (``\\``).

Expand Down

0 comments on commit 691f1f1

Please sign in to comment.