Skip to main content

Markdown & Formatting

AI responses support rich formatting.

Supported formatting

Supernerve renders AI responses with full markdown support:

  • Bold and italic text
  • Headings (H1–H6)
  • Bullet and numbered lists
  • Links
  • Tables
  • Blockquotes

Code blocks

Code appears in syntax-highlighted blocks with a copy button for easy copying:

function hello() {
console.log("Hello, world!");
}

Click the copy icon in the top-right corner of any code block to copy it to your clipboard.

Inline code

Short code references appear as inline code within regular text.

Tables

The AI can generate formatted tables when presenting structured data, comparisons, or lists.