TeXt - Extensions
With the help of extensions, you can easily add audios, videos, slides and demos in your posts.
TeXt - Mermaid
graph TB;
A[Do you have a problem in your life?]
B[Then don't worry]
C[Can you do something about it?]
A--no-->B;
A--yes-->C;
C--no-->B;
C--yes-->B;
TeXt - Chart
{
"type": "line",
"data": {
"labels": [
"January",
"February",
"March",
"April",
"May",
"June",
"July"
],
"datasets": [
{
"label": "# of bugs",
"fill": false,
"lineTension": 0.1,
"backgroundColor": "rgba(75,192,192,0.4)",
"borderColor": "rgba(...
Jekyll - Paragraphs
Electroencephalography (EEG) is an electrophysiological monitoring method to record electrical activity of the brain. It is typically noninvasive, with the electrodes placed along the scalp, although invasive electrodes are sometimes used such as in electrocorticography. EEG measures voltage fluctuations resulting from ionic current within the n...
Jekyll - Headers
H1. TeXt Heading
H2. TeXt Heading
H3. TeXt Heading
H4. TeXt Heading
H5. TeXt Heading
H6. TeXt Heading
30 post articles, 4 pages.