Dr. Ajay Kumar Koli, PhD | SARA Institute of Data Science, India
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,

Markdown Syntax | Output |
---|---|
|
Markdown Syntax | Output |
---|---|
|
Markdown Syntax | Output |
---|---|
|
Markdown Syntax | Output |
---|---|
continues after
|
Use
$
delimiters for inline math.
Use
$$
delimiters for display math.
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 |
$$
//
{r}
--code--
Correct answer: C) Writing documents that combine code and text
Correct answer: B) .qmd
Correct answer: C) ```{r}
Correct answer: C) Converts the Quarto file into a formatted document (HTML, PDF, etc.)
Correct answer: B) HTML, PDF, Word documents
Create and render a basic Quarto HTML document with a personal introduction.