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

Commit 532b209

Browse files
msakaialexbiehl
authored andcommitted
Add # as a special character (#884)
'#' has special meaning used for anchors and can be escaped using backslash. Therefore it would be nice to be listed as special characters.
1 parent 0861aff commit 532b209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/markup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ Special Characters
762762
~~~~~~~~~~~~~~~~~~
763763

764764
The following characters have special meanings in documentation
765-
comments: ``\\``, ``/``, ``'``, ``\```, ``"``, ``@``, ``<``, ``$``. To insert a
765+
comments: ``\\``, ``/``, ``'``, ``\```, ``"``, ``@``, ``<``, ``$``, ``#``. To insert a
766766
literal occurrence of one of these special characters, precede it with a
767767
backslash (``\\``).
768768

0 commit comments

Comments
 (0)