> For the complete documentation index, see [llms.txt](https://2435ghj424g6j.gitbook.io/gm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://2435ghj424g6j.gitbook.io/gm/support/markdown.md).

# Markdown Language

## Learn Markdown with Offsetdata

### Introduction

Here, we'll explore some basic Markdown syntax to help you begin crafting your first Collection About section, leveraging the useful features provided by Markdown language.

#### Markdown Code

````
# A first-level heading
## A second-level heading
### A third-level heading

Offsetdata Collection description supports Markdown language, please read the documentation to apply it correctly

**This is bold text**

*This is italic text*

```
This is code
```
The background color is `#ffffff` for light mode and `#000000` for dark mode.

***

+ Create a list by starting a line with `+`, `-`, or `*`
+ Sub-lists are made by indenting 2 spaces:
  - Marker character change forces a new list to start:
    * Ac tristique libero volutpat at
    + Facilisis in pretium nisl aliquet
    - Nulla volutpat aliquam velit
+ Very easy!

## Images

![Minion](https://lh3.googleusercontent.com/OYN5B_SGg9auoUOGRq3hrTpi32f4KQ9DrQE_XMenjT8WvWEfdc76M-7l1f-VoWC2KlBadOViashEJ-r4YQtGAdhQwrA=s120)

***
Learn more about markdown at **[Offsetdata Documents](https://docs.offsetdata.com)**

````

#### Markdown Preview

## A first-level heading

### A second-level heading

#### A third-level heading

Offsetdata Collection description supports Markdown language, please read the documentation to apply it correctly

**This is bold text**

*This is italic text*

```
This is code
```

The background color is `#ffffff` for light mode and `#000000` for dark mode.

***

* Create a list by starting a line with `+`, `-`, or `*`
* Sub-lists are made by indenting 2 spaces:
  * Marker character change forces a new list to start:
    * Ac tristique libero volutpat at.
    * Facilisis in pretium nisl aliquet.
* Very easy!

#### Images

<div align="left"><img src="https://lh3.googleusercontent.com/OYN5B_SGg9auoUOGRq3hrTpi32f4KQ9DrQE_XMenjT8WvWEfdc76M-7l1f-VoWC2KlBadOViashEJ-r4YQtGAdhQwrA=s120" alt="Minion"></div>

***

Explore further information about Markdown in the [Markdown Guide](https://www.markdownguide.org/basic-syntax/).

### Support and Feedback

If you encounter any issues, have questions, or wish to provide feedback about the Offsetdata Collection View feature, please reach out to our support team at <support@offsetdata.com>.

We appreciate your feedback and are here to help with any inquiries you may have.
