This Does Not Work
$\begin{bmatrix}X\Y\end{bmatrix}$
This Does
See how using the math "language" for syntax renders what you want.
This is the code:
```math
\begin{bmatrix}X\\Y\end{bmatrix}
This Does Not Work
$\begin{bmatrix}X\Y\end{bmatrix}$
This Does
See how using the math "language" for syntax renders what you want.
This is the code:
```math
\begin{bmatrix}X\\Y\end{bmatrix}
Add hatch autocomplete for oh-my-zsh
mkdir -p ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/hatch-zsh-completion && _HATCH_COMPLETE=zsh_source hatch > ${ZSH_CUSTOM}/plugins/hatch-zsh-completion/hatch-zsh-completion.plugin.zshhatch-zsh-completion to your .zshrc file at plugins= like soplugins=(git hatch-zsh-completion)