-
Notifications
You must be signed in to change notification settings - Fork 195
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Step titles should allow for code blocks.
Example:
<Steps>
<Step title="First Step">
These are instructions or content that only pertain to the first step.
</Step>
<Step title={<>Run the <code>mintlify</code> command</>}>
These are instructions or content that only pertain to the second step.
</Step>
</Steps>
Docs:
https://mintlify.com/docs/content/components/steps#individual-step-props
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request