We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/FujishigeTemma/typst-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
parbreak.md•461 B
# Paragraph Break
## `parbreak`
A paragraph break.
This starts a new paragraph. Especially useful when used within code like
[for loops]($scripting/#loops). Multiple consecutive
paragraph breaks collapse into a single one.
# Example
```example
#for i in range(3) {
[Blind text #i: ]
lorem(5)
parbreak()
}
```
# Syntax
Instead of calling this function, you can insert a blank line into your
markup to create a paragraph break.
## Returns
- content