and use double "`''`" = `MathJax.Hub.Config({ asciimath2jax: {delimiters:...`:
'' sum_(k=1)^n k = 1+2+ cdots +n=(n(n+1))/2 '' _ _ _ '' int_0^oo (x^3) / (e^x-1)\ dx = (pi^4)/(15) '' _ _ _ ''f'(x) = dy/dx''
'' ( a bc\ d ) \ \ [[a,b],[c,d]] '' ''((n),(r))''; _ _ _
''A_(m,n) = ((a_(11), cdots , a_(1n)),(vdots, ddots, vdots),(a_(m1), cdots , a_(mn)))''
* TeX2jax (`$`, `$$`):
... $\(ax^2 + bx + c = 0\)$ ... **in**line ...
$\left(\begin{array}{c}
n \newline
r
\end{array}\right)$
= ...
$$
\begin{equation}
\int_0^\infty \frac{x^3}{e^x-1} dx = \frac{\pi^4}{15}
\label{eq:sample}
\end{equation}
$$
$$
A_{m,n} =
\begin{pmatrix}
a_{1,1} & a_{1,2} & \cdots & a_{1,n} \\
a_{2,1} & a_{2,2} & \cdots & a_{2,n} \\
\vdots & \vdots & \ddots & \vdots \\
a_{m,1} & a_{m,2} & \cdots & a_{m,n}
\end{pmatrix}
$$
Problems
1. "`\`" before any ASCII punctuation character is [backslash escape](https://github.github.com/gfm/#example-301), so "`\\`" (or "`\,`") should be written as "`\\\\`" (or "`\\,`") or block can be placed inside `