> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/develop_app/4/block/text/markdown.md).

# 마크다운

**마크다운 블록은 언제 사용하나요?**

* 일반 텍스트로 서식이 있는 문서를 작성할 때 사용해요.&#x20;
* 주로 관리자 웹에서 텍스트에 효과를 주고 싶을 때 사용해요.

**마크다운 블록의 특징은 무엇인가요?**

* 글 서식, 그림 삽입, 체크 박스 등 다양한 기능을 제공해요.
* 주로 관리자 웹에서 사용하는 기능으로, 운영 모드에서 항목 설정 시 사용해요. (앱에서 사용하면 이미지 삽입이 불가능해요.)

<div align="left"><figure><img src="/files/PyNMZxu7YK9xqLUOBuVy" alt="" width="458"><figcaption></figcaption></figure></div>

**마크다운 블록은 어떻게 사용하나요?**

* 줄바꿈 할 경우 문장 뒤에 \<br>을 입력해 주세요.
* <>을 통한 HTML 태그 사용 시 위아래 간격을 입력해 주세요.

<figure><img src="/files/N37VL3taXXFC0SiJusTA" alt=""><figcaption></figcaption></figure>

* 폰트 색상을 설정할 경우 span 태그 안에 color를 지정해 주세요. color는 반드시 헥스 코드로만 입력해 주세요.

<figure><img src="/files/F0KyrGvAPaodYuiCjcsI" alt=""><figcaption></figcaption></figure>

> \#텍스트, #마크다운, #서식이 있는 문서, #텍스트에 효과주기, #글 서식, #그림 삽입, #체크 박스, #그림 첨부, #그림 넣기

2023.12.07 Nana

## Markdown

Enter, edit, and delete regular text as if you are creating a formatted document.

**When do I use a markdown block?**

* This block is used when turning regular text in formatted documents.&#x20;
* By using this block, you can add effects to text in the web admin.

**What are the characteristics of markdown blocks?**

* Using markdown blocks, you can format text, insert pictures, check boxes, and more.

2023.07.25 Hwaran


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ohmyapp.io/main/guide/develop_app/4/block/text/markdown.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
