pub fn vmatrix<I>(rows: I) -> MathMLwhere I: IntoIterator<Item = MathML>,
Renders a matrix with vertical bars.
\begin{vmatrix} a & b \\ c & d \end{vmatrix}