> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hyperline.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Markdown format text

> Stylize your text to your liking in selected text areas

Markdown lets you keep your content clear and expressive, without complex formatting tools. It’s ideal for keeping things lightweight and readable—both for you and your customers.

<Frame>
  <img src="https://mintcdn.com/hyperline/EkJCqDFbv1l-VYYp/images/getting-started/markdown-text.png?fit=max&auto=format&n=EkJCqDFbv1l-VYYp&q=85&s=0151d86638ebfdc56551d64e6fa7bc7d" width="2600" height="972" data-path="images/getting-started/markdown-text.png" />
</Frame>

Hyperline supports markdown formatting **in select text areas** across the product:

* Invoice legal information
* Invoice additional information

Currently, formatting is visible only in preview mode. While editing, the Markdown syntax remains visible in the input field.

You can use the following syntax to apply formatting:

* `**text**` -> bold text
* `*text*` or `_text_` -> italic text
* `---` -> horizontal divider
* `- text` -> bulleted list
* `[text](http://www.hyperline.co)` -> hyperlink

## Variables

We support dynamic content rendering using variable substitution. Variables can be embedded directly into input fields using two common formats:

* Double curly braces: `{{variable}}`

* Single curly brace: `{variable}`

These placeholders are automatically replaced at runtime with the appropriate values from the corresponding data context (e.g., quote, invoice, customer, ...).

You can create you own variables via [custom properties](https://docs.hyperline.co/docs/properties/overview). The variable is the slug of the custom property, surrounded by curly brackets.

<Columns cols={3}>
  <img src="https://mintcdn.com/hyperline/7V9cS5EWdaXIlu-u/images/getting-started/custom-properties-slug.png?fit=max&auto=format&n=7V9cS5EWdaXIlu-u&q=85&s=a785351606f1689cc840a6fbb71afdf1" width="1500" height="498" data-path="images/getting-started/custom-properties-slug.png" />

  <img src="https://mintcdn.com/hyperline/7V9cS5EWdaXIlu-u/images/getting-started/custom-properties-customer.png?fit=max&auto=format&n=7V9cS5EWdaXIlu-u&q=85&s=dc548c924510abcd576f403f137e7135" width="870" height="224" data-path="images/getting-started/custom-properties-customer.png" />

  <img src="https://mintcdn.com/hyperline/7V9cS5EWdaXIlu-u/images/getting-started/custom-properties-input.png?fit=max&auto=format&n=7V9cS5EWdaXIlu-u&q=85&s=c363bd52a36b98be0df944b1287f42b4" width="1294" height="334" data-path="images/getting-started/custom-properties-input.png" />
</Columns>
