answer": "The OpenShift CLI (oc) is a command‑line tool that lets you create applications, manage projects, and interact with an OpenShift Container Platform cluster from a terminal. It’s useful for scripting, working with source code directly, or when bandwidth is limited.\n\n### Key points from the documentation\n\n| Topic | Details |\n|-------|---------|\n| **What it does** | Create applications, manage projects, run commands against the cluster, script operations, and work with source code. |\n| **When to use** | • Directly managing source code
• Scripting OpenShift tasks
• Limited bandwidth or unavailable web console |\n| **Installation** | • **Linux**: Download the binary from the Red Hat Customer Portal, unpack, and place `oc` in your `PATH`.
• **Windows**: Download the ZIP, extract, and add `oc.exe` to your `PATH`.
• **macOS**: Download the binary, unpack, and add `oc` to your `PATH`.
• **RPM**: For RHEL, install via `yum install openshift-clients` (note: RHEL 9 must use the binary).
• **Homebrew (macOS)**: `brew install openshift-cli`. |\n| **Verification** | After installation, run `oc` in a terminal. You should see the CLI help output. |\n| **Logging in** | Use `oc login -u <username>` and follow the prompts for server URL, authentication, and insecure connection handling if needed. |\n| **Version notes** | The docs cover versions 4.17 and 4.19; ensure you download the binary that matches your OpenShift version. |\n\n### Quick start\n\n1. **Download** the appropriate binary for your OS from the Red Hat Customer Portal. \n2. **Install** it by placing the `oc` executable in a directory listed in your system’s `PATH`. \n3. **Verify** the installation: \n\n ```bash\n oc version\n ```\n\n4. **Log in** to your cluster: \n\n ```bash\n oc login -u <your‑username>\n ```\n\nFor more detailed instructions, see the official documentation: \n- [OpenShift CLI (oc) – OpenShift Container Platform 4.17](https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/cli_tools/openshift-cli-oc) \n- [OpenShift CLI (oc) – OpenShift Container Platform 4.19](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/cli_tools/openshift-cli-oc)
Description
On Message component, after adding
additionalRehypePlugins={[rehypeRaw, rehypeSanitize]}the issue with br is solved but still content from second column goes under the first column.Steps to Reproduce
sample ai response
check attached image you will see table has not displayed correctly
Data/JSON Context (if applicable)
No response
Environment
@patternfly/chatbot : 6.6.0
Screenshots or Logs
Jira Issue: PF-4464