Skip to content

Commit

Permalink
Restore list that was lost in translation from markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
otronarp committed Feb 11, 2020
1 parent d996f3f commit a0a3bc4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions chapters/annotations.tex
Expand Up @@ -222,12 +222,16 @@ \subsubsection{Text Markup in Captions}\doublelabel{text-markup-in-captions}

Links take the form \lstinline!%[<text>](<link>)!, where the
\lstinline![<text>]! part is optional. The \lstinline!<link>! 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:<id>!, where
\lstinline!<id>! is a component reference such as \lstinline!inertia1.w!. - A
\lstinline!plot:<id>!, where \lstinline!<id>! is the identifier of a
\lstinline!modelica:///Modelica.Blocks!.
\item A \lstinline!variable:<id>!, where \lstinline!<id>! is a component
reference such as \lstinline!inertia1.w!.
\item A \lstinline!plot:<id>!, where \lstinline!<id>! is the identifier of a
\lstinline!Plot! in the current \lstinline!Figure!.
\end{itemize}

When \lstinline![<text>]! is omitted, a Modelica tool is free to derive a default based on
the \lstinline!<link>!.
Expand Down

0 comments on commit a0a3bc4

Please sign in to comment.