From d3560fa521f1413c1d55bdb48366b5a10def2022 Mon Sep 17 00:00:00 2001 From: Malte Lenz Date: Thu, 8 May 2025 14:42:06 +0200 Subject: [PATCH] Clarify html in description strings See https://github.com/modelica/ModelicaSpecification/issues/3051 --- chapters/syntax.tex | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/chapters/syntax.tex b/chapters/syntax.tex index 55526af53..113087344 100644 --- a/chapters/syntax.tex +++ b/chapters/syntax.tex @@ -63,10 +63,7 @@ \section{Lexical conventions}\label{lexical-conventions} (Previously the grammar used underscore.) \end{itemize} -\begin{nonnormative} -Within a description-string the optional tags \lstinline!! and \lstinline!! or \lstinline!! and \lstinline!! define the start and end of content that is HTML encoded. -\end{nonnormative} - +If a description-string starts with the tag \lstinline!! or \lstinline!! the entire string is HTML encoded (and is assumed to end with \lstinline!! or \lstinline!! and shall be rendered as HTML even if the end-tags are missing), otherwise the entire string is rendered as is. \section{Grammar}\label{grammar}