Dr. Ajay Kumar Koli (PhD) ⋅ SARA Institute of Data Science, India
Markdown is a lightweight markup language for creating formatted text using a plain-text editor. Developed by John Gruber in 2004.
Markdown Syntax | Output |
---|---|
normal | |
italics | |
bold | |
bold italics |
Markdown Syntax | Output |
---|---|
superscript2 | |
subscript2 | |
verbatim code |
Markdown Syntax | Output |
---|---|
Header 1 |
|
Header 2 |
|
Header 3 |
|
Header 4 |
|
Header 5 |
|
Header 6 |
Markdown syntax | Output |
---|---|
https://saraedu.netlify.app/ |
Markdown syntax | Output |
---|---|
SARA |
If image is saved in your computer,

If image is taken from the internet,

Use
$
delimiters for inline math.
Use
$$
delimiters for display math.
`{r} `
Input: The mean age of the participants is `{r} mean(age)`
.
Output: The mean age of the participants is 3.
You can include videos in documents using the
{{< video >}}
short code.
| Right | Left | Default | Center |
|------:|:-----|---------|:------:|
| 12 | 12 | 12 | 12 |
| 123 | 123 | 123 | 123 |
| 1 | 1 | 1 | 1 |
Right | Left | Default | Center |
---|---|---|---|
12 | 12 | 12 | 12 |
123 | 123 | 123 | 123 |
1 | 1 | 1 | 1 |