Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion advanced-guides/visualize.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Response Visualization"
sidebarTitle: "Visualizer"
sidebarTitle: "Visualize Responses"
---

import { BrunoButton } from "/snippets/BrunoButton.jsx";
Expand Down Expand Up @@ -137,7 +137,7 @@

You can render either **raw HTML** or a **Handlebars** template with structured **data**.

**Synatx**

Check warning on line 140 in advanced-guides/visualize.mdx

View check run for this annotation

Mintlify / Mintlify Validation (bruno-a6972042) - vale-spellcheck

advanced-guides/visualize.mdx#L140

Did you really mean 'Synatx'?

```js
bru.visualize('html', { // type
Expand Down Expand Up @@ -222,7 +222,7 @@

**`dangerouslyAllowAllOptions`**

To bypass the allowlist entirely and pass any `Handlebars.compile()` option, set `dangerouslyAllowAllOptions: true` inside `options`:

Check warning on line 225 in advanced-guides/visualize.mdx

View check run for this annotation

Mintlify / Mintlify Validation (bruno-a6972042) - vale-spellcheck

advanced-guides/visualize.mdx#L225

Did you really mean 'allowlist'?

```javascript copy
bru.visualize('html', {
Expand Down
Loading
Loading