Issue
If you place a multiline code block in either the global configuration or configuration of a custom assistant, the output will be displayed inside the "Config" dropdown.
Examples
With global configuration:

https://kagi.com/assistant/2f7e1852-f508-40a6-903e-91271e9351e2
With custom assistant:
https://kagi.com/assistant/6b4aa21b-955f-414e-b311-0b5d47e0a406
Reproduction
In each case, the following configuration was used:
```
Follow the user's instructions.
```
This appears to happen with both thinking and non-thinking models. In the former case, the "Thinking" dropdown menu is within the "Config" dropdown menu.
This only seems to happen if the code block is at the end of the config, so the following config should not cause any issues:
```
Follow the user's instructions.
```
Please.
I am not aware of any other formatting options that cause this issue.
Expected Behaviour
The output and "Thinking" dropdown menu should not be within the "Config" dropdown menu, as is the case if the config does not contain a multiline code block at the end.