Skip to content

Commit 0d1f12b

Browse files
authored
[Rules] Add Markdown for Agents config rule option (#28526)
1 parent d62e5a6 commit 0d1f12b

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

src/content/docs/rules/configuration-rules/settings.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,26 @@ API values: `"off"`, `"essentially_off"`, `"under_attack"`.
174174

175175
</Details>
176176

177+
## Markdown for Agents
178+
179+
[Markdown for Agents](/fundamentals/reference/markdown-for-agents/) automatically converts HTML to Markdown for requests that use content negotiation headers (`Accept: text/markdown`).
180+
181+
Use this setting to turn on or off Markdown for Agents for matching requests.
182+
183+
<Details header="API information">
184+
185+
API configuration property name: `"content_converter"` (boolean).
186+
187+
```json title="API configuration example"
188+
"action_parameters": {
189+
"content_converter": true
190+
}
191+
```
192+
193+
<Render file="configuration-rule-link-to-examples" product="rules" />
194+
195+
</Details>
196+
177197
## Opportunistic Encryption
178198

179199
[Opportunistic Encryption](/ssl/edge-certificates/additional-options/opportunistic-encryption/) allows browsers to access HTTP URIs over an encrypted TLS channel.

0 commit comments

Comments
 (0)