with some recent beta (sorry for vagueness), tikz stopped working after titles. (i use first-setup.sh to install: these are the betas, not something different, right?)
(quite) minimal example:
—————✁—————
\usemodule[tikz]
\def\pic{\framed{\starttikzpicture
\node[draw] (A) {A};
\node[draw] (B) at (1, 0) {B};
\draw[green, ->] (A) -- (B);
\draw[red, <->] (A) -- (B);
\draw[blue, <- ] (A) -- (B);
\stoptikzpicture}}
\starttext
Works:
\pic
\section{This fucks things up}
Doesn’t work:
\pic
\stoptext
—————✃—————
result:
(if this gets scrapped: https://imgur.com/GV1gK )