docs: there is no need to escape quotes in triple-quotes

This commit is contained in:
zmstone 2024-03-18 16:54:04 +01:00
parent f4e20f8fc9
commit 313c16f944
3 changed files with 6 additions and 6 deletions

View File

@ -124,9 +124,9 @@ kafka_headers.desc:
"""Provide a placeholder for message headers<br/>
e.g. <code>${pub_props}</code><br/>
Note that the value of the placeholder must be either an object:
<code>{\"foo\": \"bar\"}</code>
<code>{"foo": "bar"}</code>
or an array of key-value pairs:
<code>[{\"key\": \"foo\", \"value\": \"bar\"}]</code>"""
<code>[{"key": "foo", "value": "bar"}]</code>"""
kafka_headers.label:
"""Message Headers"""

View File

@ -124,9 +124,9 @@ kafka_headers.desc:
"""Provide a placeholder for message headers<br/>
e.g. <code>${pub_props}</code><br/>
Note that the value of the placeholder must be either an object:
<code>{\"foo\": \"bar\"}</code>
<code>{"foo": "bar"}</code>
or an array of key-value pairs:
<code>[{\"key\": \"foo\", \"value\": \"bar\"}]</code>"""
<code>[{"key": "foo", "value": "bar"}]</code>"""
kafka_headers.label:
"""Message Headers"""

View File

@ -198,9 +198,9 @@ kafka_headers.desc:
"""Provide a placeholder for message headers<br/>
e.g. <code>${pub_props}</code><br/>
Note that the value of the placeholder must be either an object:
<code>{\"foo\": \"bar\"}</code>
<code>{"foo": "bar"}</code>
or an array of key-value pairs:
<code>[{\"key\": \"foo\", \"value\": \"bar\"}]</code>"""
<code>[{"key": "foo", "value": "bar"}]</code>"""
kafka_headers.label:
"""Message Headers"""