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