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
fraction.md•329 B
# Fraction
Defines how the remaining space in a layout is distributed.
Each fractionally sized element gets space based on the ratio of its
fraction to the sum of all fractions.
For more details, also see the [h] and [v] functions and the
[grid function]($grid).
# Example
```example
Left #h(1fr) Left-ish #h(2fr) Right
```