# Markdown

Markdownは文書の構造や修飾情報を記述するマークアップ言語の一つです。Dashcombが提供しているMarkdownは、通常のMarkdown用法をベースにして、管理画面の用途に合わせます。

### プロパティ <a href="#common" id="common"></a>

Markdownコンポーネントには、以下のプロパティが含まれています。

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

### 共通 <a href="#common" id="common"></a>

**オブジェクト**

マークダウンオブジェクトの変数名です。Markdownコンポーネントをドラッグ＆ドロップすると、そのオブジェクトが自動的に `markdown1`、`markdown2`... と名付けられます。

#### 非表示

トグルスイッチをONにすると、マークダウンが非表示になります。

### データ <a href="#data" id="data"></a>

**マークダウンテキスト**

マークダウンの内容にあたるテキストです。Markdownをドラッグ＆ドロップした時点では `markdown` と初期入力されています。

`{{オブジェクト名.プロパティ}}` 構文を用いて、動的に設定することができます。

（例）`{{currentUser.name}}` と入力すると、ログイン中のユーザー名が表示されます。


---

# 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://docs.dashcomb.com/dashcomb-help-center/ide/ui-component/markdown.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.
