Skip to content

Commit ee80707

Browse files
authored
Merge pull request #726 from Fortran-FOSS-Programmers/fix-sphinx-warnings
docs: Fix use of backticks
2 parents 3c493e8 + bd9fe6c commit ee80707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user_guide/writing_documentation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ You can define additional custom aliases with the `alias
263263

264264

265265
.. note::
266-
An alias can be escaped with a prepended baskslash, such that `|foo|` will
267-
be replaced with its alias, while `\|foo|` will be rendered as `|foo|`.
266+
An alias can be escaped with a prepended baskslash, such that ``|foo|`` will
267+
be replaced with its alias, while ``\|foo|`` will be rendered as ``|foo|``.
268268

269269

270270
.. _writing-links:

0 commit comments

Comments
 (0)