N0rbert
N0rbert
Still not fixed in 0.16.3.
Still not fixed in v0.17.0-rc.1.
@ghostbody Then this editor is just another hipster's toy, not a real-life editor. Possible alternatives are [ReText](https://github.com/retext-project/retext) and [VNote](https://github.com/vnotex/vnote). The last free version of [Typora - 0.11.18](https://typora.io/linux/linux/typora_0.11.18_amd64.deb) may be an...
The following syntax for [xaringan](https://bookdown.org/yihui/rmarkdown/xaringan.html) is needed: ``` \begin{equation} g\left(k\right) = \binom{n}{k} p^k\left(1-p\right)^{n-k} \label{binom2} \end{equation} ``` Currently it is not rendered:  > KaTeX parse error: Undefined control sequence: \label...
``` \begin{equation} g\left(k\right) = \binom{n}{k} p^k\left(1-p\right)^{n-k} \label{binom2} \end{equation} ``` still does not work.
The following equation ``` \begin{equation} g\left(k\right) = \binom{n}{k} p^k\left(1-p\right)^{n-k} \label{binom2} \end{equation} ``` still does not render with latest KaTeX 0.13.16 - "KaTeX parse error: Undefined control sequence: \label at position...
The following equation ``` \begin{equation} g\left(k\right) = \binom{n}{k} p^k\left(1-p\right)^{n-k} \label{binom2} \end{equation} ``` still does not render with latest KaTeX 0.15.1 - "KaTeX parse error: Undefined control sequence: \label at position...
For Ubuntu there [is a workaround](https://askubuntu.com/a/1301417/66509): > You can get binary [deb-package](https://packages.ubuntu.com/xenial/ninja) from Ubuntu 16.04 LTS directly by > >``` >cd ~/Downloads >wget http://archive.ubuntu.com/ubuntu/pool/universe/n/ninja/ninja_0.1.3-2_amd64.deb >sudo apt-get install ./ninja_0.1.3-2_amd64.deb >``` >...
Above is a silly minimal reproducible example, the real content of my document was different. I do not plan to change writing style to satisfy the linter, even if linter...
Still happens with document from the first comment.