Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Examples for equations
Note that too many equations in a page may lead the loading to be very slow.
This is a plain equation:
$$
x = {-b \pm \sqrt{b^2-4ac} \over 2a}.
$$
Note that this equation is in “display style”, which is not the same as “inline style”. An equation with inline style is like this: $x = {-b \pm \sqrt{b^2-4ac} \over 2a}$.
This is a single line equation with number:
\begin{align} \label{dfdf}
x = {-b \pm \sqrt{b^2-4ac} \over 2a}.
\end{align}
Here we make a reference for this equation, $\eqref{dfdf}$.
This is a single line equation which is very long:
Plotly is a powerful tool for drawing interactive figures. Users could check here to see the documentation of this library. Here we show an example of a 3D surface plot. Note that in a page there should be no more than 12 plots. If exceeding, the extra plots could not be loaded.
Comparison between the interpolated Jaccard index and original one.
Mermaid
Mermaid is an drawing tool for flowchart, gantt chart and sequence diagram. Users could check here to see the documentation of this library. Here we show an example of a flow chart.
graph TB
c1-->a2
subgraph one
a1-->a2
end
subgraph two
b1-->b2
end
subgraph three
c1-->c2
end