# Bug fix: Glossary heading is not in sans: needs pagestyle?
# Bug fix enumerate and itemize if using markdown
# Copy examples from https://www.overleaf.com/learn/latex/Articles/How_to_write_in_Markdown_on_Overleaf

% \markdownSetup{renderers={
%   image = {\begin{figure}[hbt!]
%     \centering
%     \includegraphics{#3}% TODO alt-text
%     \ifx\empty#4\empty\else
%     \caption{#4}%
%     \fi
%     \end{figure}}
% }}
% \setkeys{Gin}{width=.5\linewidth}
% ![This is alt text to describe my image.](example-image.jpg "An example image provided by the \texttt{mwe} package.")
