Guide to inline text formatting and markdown support in Chalk.
Inline Formatting
Inline markdown formatting is supported within formatted-string attribute values and other content areas:
Bold
element(
description: **This text will be bold**
)
Italic
element(
description: *This text will be italic*
)
Code
element(
description: Use the `compile()` function
)
Links
element(
description: Visit [GitHub](https://github.com)
)
Math
element(
formula: $E = mc^2$
)
Next Steps
- Language Guide - Back to language guide index
- Elements Reference - Learn about different element types
- Attributes Guide - Understand attribute syntax and types
- Primitives Guide - Built-in elements and formatting
- Language Overview - File types and basic syntax
- API Documentation - Library usage and API reference
- Home - Back to documentation home