# Markdown

Markdown is one of the most popular ways to write for the web. By using a lightweight and easy to read syntax you can write and edit text without having to wade through HTML.

You start writing, and when previewing or publishing your Markdown pages, RapidWeaver will generate the HTML for you!

### The Basics

```
**Text contained within sets of two asterisks appears in bold**

_Text with an underscore on either side area is shown in italics_

[This text will link to the Realmac Software website](http://realmacsoftware.com)
```

### About Markdown

Markdown is incredibly simple to get started with. There are also some advanced options that you can make use of - for a complete list of Markdown syntax that you can use, visit the official [Markdown documentation](https://daringfireball.net/projects/markdown/syntax).

If you have a basic knowledge of Markdown, then use [this cheatsheet](https://www.markdownguide.org/cheat-sheet/) as needed.


---

# 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.realmacsoftware.com/classic-manual/user-manual/page-types/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.
