# Markdown Language

### Learn Markdown with Opendatabay <a href="#learn-markdown-with-offsetdata" id="learn-markdown-with-offsetdata"></a>

#### Introduction <a href="#introduction" id="introduction"></a>

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

**Markdown Code**

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

This 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:
    * Item 1
    + Item 2
+ Very easy!

## Images

![Logo](https://static.opendatabay.com/logos/Opendatabay_logo_blue_noBg.png)

***
Learn more about markdown at **[Opendatabay Documents](https://docs.opendatabay.com)**
````

**Markdown Preview**

### A first-level heading <a href="#a-first-level-heading" id="a-first-level-heading"></a>

#### A second-level heading <a href="#a-second-level-heading" id="a-second-level-heading"></a>

**A third-level heading**

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

**This is bold text**

*This is italic text*

Copy

```
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:
    * Item 1
    * Item 2
* Very easy!

**Images**

![Logo](https://static.opendatabay.com/logos/Opendatabay_logo_blue_noBg.png)

***

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

#### Support and Feedback <a href="#support-and-feedback" id="support-and-feedback"></a>

If you encounter any issues, have questions, or wish to provide feedback about the Opendatabay Profile or Data Product Pages, please reach out to our support team at <support@opendatabay.com>.

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

[<br>](https://2435ghj424g6j.gitbook.io/gm/links/important-links)
