mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Minor cross-linking improvements in usage/restructuredtext/roles.rst
This commit is contained in:
parent
8ecbe8a15a
commit
f74cc3fcaa
@ -292,8 +292,8 @@ Inline code highlighting
|
|||||||
Unlike the :rst:dir:`code-block` directive, this role does not respect the
|
Unlike the :rst:dir:`code-block` directive, this role does not respect the
|
||||||
default language set by the :rst:dir:`highlight` directive.
|
default language set by the :rst:dir:`highlight` directive.
|
||||||
|
|
||||||
To enable syntax highlighting, you must first use the ``role`` directive to
|
To enable syntax highlighting, you must first use the Docutils :dudir:`role`
|
||||||
define a custom ``code`` role for a particular language:
|
directive to define a custom role associated with a specific language:
|
||||||
|
|
||||||
.. code-block:: rst
|
.. code-block:: rst
|
||||||
|
|
||||||
@ -446,7 +446,7 @@ different style:
|
|||||||
emphasized.
|
emphasized.
|
||||||
|
|
||||||
If you don't need the "variable part" indication, use the standard
|
If you don't need the "variable part" indication, use the standard
|
||||||
````code```` instead.
|
:rst:role:`code` role instead.
|
||||||
|
|
||||||
.. versionchanged:: 1.8
|
.. versionchanged:: 1.8
|
||||||
Allowed to escape curly braces with backslash
|
Allowed to escape curly braces with backslash
|
||||||
|
Loading…
Reference in New Issue
Block a user