Skip to content

Commit 2bbc066

Browse files
committed
[ci skip] Autodoc commit for e1809ce17d12b33f4ed10fc94f4afeeec1292d5c.
1 parent ecc133b commit 2bbc066

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

develop/_sources/how-tos/app-development/interactive/form.rst.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,8 @@ are:
505505
506506
.. describe:: help (String, null)
507507

508-
help text that appears below the field (can be written in Markdown_)
508+
Help text that appears below the field. This can be written in Markdown_,
509+
but unsafe tags like ``script`` tags will be removed.
509510

510511
Default
511512
No help text appears below input field

develop/how-tos/app-development/interactive/form.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,8 +665,10 @@ <h4><a class="toc-backref" href="#id29" role="doc-backlink"><code class="docutil
665665
<dl class="describe">
666666
<dt class="sig sig-object">
667667
<span class="sig-name descname"><span class="pre">help</span> <span class="pre">(String,</span> <span class="pre">null)</span></span></dt>
668-
<dd><p>help text that appears below the field (can be written in <a class="reference external" href="https://en.wikipedia.org/wiki/Markdown">Markdown</a>)</p>
669-
<dl>
668+
<dd><p>Help text that appears below the field. This can be written in <a class="reference external" href="https://en.wikipedia.org/wiki/Markdown">Markdown</a>,
669+
but unsafe tags like <code class="docutils literal notranslate"><span class="pre">script</span></code> tags will be removed.</p>
670+
<blockquote>
671+
<div><dl>
670672
<dt>Default</dt><dd><p>No help text appears below input field</p>
671673
<div class="highlight-yaml notranslate"><div class="highlight"><pre><span></span><span class="nt">help</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">null</span>
672674
</pre></div>
@@ -684,6 +686,7 @@ <h4><a class="toc-backref" href="#id29" role="doc-backlink"><code class="docutil
684686
</div>
685687
</dd>
686688
</dl>
689+
</div></blockquote>
687690
</dd></dl>
688691

689692
<dl class="describe">

develop/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)