gitHub-Compatible Jupyter Markdown

Test different types of markdown compatible with gitHub.

Paragraph 1

Paragraph 2

Paragraph 3

Text Fomating

bold
italics
$word^{upper script}$
$word_{lower script}$

Horisontal Separators




Equations

In-line equations stay on the same line a the text $in-line\space equations$.

In-line equations ocupy separate line: $$on-line equations$$ There is no need to use line break before or after on-line equation.

Matrices

'vmatrix' command does not work with gitHub. $$ X = \begin{bmatrix} x_{1,1} & \ldots & x_{1,j} \\ \ldots & \ldots & \ldots \\ x_{n,1} & \ldots & x_{n,j}\\ \end{bmatrix} $$

This is an example link.

Images

Tables

A B C
a b c

In [ ]: