Skip to main content
Glama
emph.md702 B
# Emphasis ## `emph` Emphasizes content by toggling italics. - If the current [text style]($text.style) is `{"normal"}`, this turns it into `{"italic"}`. - If it is already `{"italic"}` or `{"oblique"}`, it turns it back to `{"normal"}`. # Example ```example This is _emphasized._ \ This is #emph[too.] #show emph: it => { text(blue, it.body) } This is _emphasized_ differently. ``` # Syntax This function also has dedicated syntax: To emphasize content, simply enclose it in underscores (`_`). Note that this only works at word boundaries. To emphasize part of a word, you have to use the function. ## Parameters ### body *(required)* The content to emphasize. ## Returns - content

Latest Blog Posts

MCP directory API

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