When you upload external documentation to Cortex, only plain Markdown is supported. JavaScript and custom CSS will not run or apply.
Cortex renders documentation using React Markdown, which supports standard Markdown formatting but does not:
Run JavaScript
Apply custom CSS
Render interactive components that rely on JS/CSS
Only the Markdown content itself (text, headings, tables, code blocks, etc.) will appear.
If your docs depend on styling or scripts, you’ll need to host them externally and link to them instead of embedding them.