From 3c39a42562a28704061ba12471c89bae0ae3d3a0 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sat, 6 Aug 2022 20:29:02 +0200 Subject: [PATCH] Fix: correct README according to simple example --- README.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9ec6b1f..da1896e 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,25 @@ We have two variables \item n: \Var{n} \end{itemize} -%# We can use blocks +\section{Variables} +\subsection{subject} \begin{itemize} -%- for i in n - \item \Var{a} +%- for k,v in subject.items() + \item +\begin{verbatim} + \Var{k}: \Var{v} +\end{verbatim} +%- endfor +\end{itemize} +\subsection{options} +\begin{itemize} +%- for k,v in options.items() + \item +\begin{verbatim} + \Var{k}: \Var{v} +\end{verbatim} %- endfor \end{itemize} - \end{document}