# Markdown Renderer

## Before you begin

* Make sure to know the basics of markdown (<https://www.markdownguide.org/basic-syntax/>).
* A full specification of available styling options can be found [here](https://github.com/iamacup/react-native-markdown-display#syntax-support).
* You do not need a paid Adalo plan to use the feature

## Walkthrough

{% tabs %}
{% tab title="Simple" %}
**1.)** While in your Adalo app, click the big plus sign <img src="/files/-MfEekjmLFwlx6oPUUw0" alt="" data-size="line"> in the top left corner

**2.)**  Scroll down to the **Marketplace** section and click **Explore Marketplace**

**3.)**  Find **Markdown Renderer** in the component list and click **Install**

**4.)** Back in the components list, enter **Markdown Renderer** in the search bar, then click and drag the Markdown Renderer component onto the desired screen

**5.)** In the **Markdown formatted Text** input field, you can enter the markdown text that should be displayed in your app.&#x20;
{% endtab %}
{% endtabs %}

## Example

![](/files/-MgpMwXteQJrphyYA3iO)

## Learn More&#x20;

* You can also render magic text by clicking the [Magic Text](https://help.adalo.com/component-basics/inserting-dynamic-text) icon.

## Help

If you need additional help with this article, you can always ask in our[ community forum](https://forum.adalo.com/)! Be sure to paste the link to this article in your post as well!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.adalo.com/component-basics/marketplace-components/markdown-renderer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
