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
pagebreak.md•477 B
# Page Break
## `pagebreak`
A manual page break.
Must not be used inside any containers.
# Example
```example
The next page contains
more details on compound theory.
#pagebreak()
== Compound Theory
In 1984, the first ...
```
## Parameters
### weak
If `{true}`, the page break is skipped if the current page is already
empty.
### to
If given, ensures that the next page will be an even/odd page, with an
empty page in between if necessary.
## Returns
- content