I have connected my Google Drive to StackEdit and loaded my test document into it.
I have the following equation notations in this document:
## LaTeX equation in the form `\begin{equation}...\end{equation}`
There is an equation below
\begin{equation}
h(z) = sinh(z)
\end{equation}
it contains hyperbolic sine and auto-number.
---
## LaTeX equation in labeled form `\begin{equation}...(\#eq:label)\end{equation}`
Below is equation
\begin{equation}
f\left(k\right) = \binom{n}{k} p^k\left(1-p\right)^{n-k}
(\#eq:binom)
\end{equation}
it contains Newton's binom, it may be reffered as \@ref(eq:binom).
---
### LaTeX equations in labeled form for Xaringan `\begin{equation}...\label{label}\end{equation}`
Below is equation
\begin{equation}
g\left(k\right) = \binom{n}{k} p^k\left(1-p\right)^{n-k}
\label{binom2}
\end{equation}
it contains Newton's binom, it may be reffered as \eqref{binom2}.
I have connected my Google Drive to StackEdit and loaded my test document into it. I have the following equation notations in this document:
StackEdit can't render them -
but for example ReText renders them without problems:
and VNote too.