From a0a3bc4ef232b2d177b3234ff9873c92853081aa Mon Sep 17 00:00:00 2001 From: Otto Tronarp Date: Tue, 11 Feb 2020 14:51:39 +0100 Subject: [PATCH] Restore list that was lost in translation from markdown --- chapters/annotations.tex | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/chapters/annotations.tex b/chapters/annotations.tex index b2d292ac4..8ec4ae0a1 100644 --- a/chapters/annotations.tex +++ b/chapters/annotations.tex @@ -222,12 +222,16 @@ \subsubsection{Text Markup in Captions}\doublelabel{text-markup-in-captions} Links take the form \lstinline!%[]()!, where the \lstinline![]! part is optional. The \lstinline!! can be in either -of the following forms: - A URI, such as +of the following forms: +\begin{itemize} +\item A URI, such as \lstinline!https://github.com/modelica/ModelicaSpecification! or -\lstinline!modelica:///Modelica.Blocks!. - A \lstinline!variable:!, where -\lstinline!! is a component reference such as \lstinline!inertia1.w!. - A -\lstinline!plot:!, where \lstinline!! is the identifier of a +\lstinline!modelica:///Modelica.Blocks!. +\item A \lstinline!variable:!, where \lstinline!! is a component +reference such as \lstinline!inertia1.w!. +\item A \lstinline!plot:!, where \lstinline!! is the identifier of a \lstinline!Plot! in the current \lstinline!Figure!. +\end{itemize} When \lstinline![]! is omitted, a Modelica tool is free to derive a default based on the \lstinline!!.