diff --git a/docs/docs/guidelines/custom-component.mdx b/docs/docs/guidelines/custom-component.mdx index 106a5f918..b6f130e4c 100644 --- a/docs/docs/guidelines/custom-component.mdx +++ b/docs/docs/guidelines/custom-component.mdx @@ -374,7 +374,7 @@ Your structure should look something like this: ### Loading Custom Components -You can specify the path to your custom components using the `--components-path` argument when running the Langflow CLI, as shown below: +You can specify the path to your custom components using the _`--components-path`_ argument when running the Langflow CLI, as shown below: ```bash langflow --components-path /path/to/components diff --git a/docs/docs/guides/chatprompttemplate_guide.mdx b/docs/docs/guides/chatprompttemplate_guide.mdx index 422bb6420..05a8f3333 100644 --- a/docs/docs/guides/chatprompttemplate_guide.mdx +++ b/docs/docs/guides/chatprompttemplate_guide.mdx @@ -39,8 +39,7 @@ In this guide, we will modify the "Basic Chat with Prompt and History" example, 5. Open the "Prompt" field on the SystemMessagePromptTemplate component. -6. Enter the text: `You are a {role} that {behavior}.` - +6. Enter the text: _`You are a {role} that {behavior}.`_ 7. Save your changes by clicking on "Check & Save". 8. Define the 'role' variable by typing "obedient assistant".