From 25416a647ed5adc8d7bc51c02b16eea54ac42cd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Mon, 23 Dec 2024 15:03:05 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Manual:=20fix=20verbatim=20quote?= =?UTF-8?q?s=20around=20characters=20accepted=20in=20identifiers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/manual/source/the-model-file.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index 6eece73c9..7bafbe4d8 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -86,10 +86,10 @@ observed: (see :ref:`macro-exp`); * VARIABLE_NAME (sometimes VAR_NAME) indicates a variable name starting with an alphabetical character and can’t contain: - ‘()+-\*/^=!;:@#.’ or accentuated characters; + ``()+-\*/^=!;:@#.`` or accentuated characters; * PARAMETER_NAME (sometimes PARAM_NAME) indicates a parameter name starting with an alphabetical character and can’t contain: - ‘()+-\*/^=!;:@#.’ or accentuated characters; + ``()+-\*/^=!;:@#.`` or accentuated characters; * LATEX_NAME (sometimes TEX_NAME) indicates a valid LaTeX expression in math mode (not including the dollar signs); -- GitLab