Deployed 026a72d to prerelease with MkDocs 1.5.3 and mike 2.0.0

This commit is contained in:
jj-docs[bot] 2024-02-06 14:40:13 +00:00
parent c152d580e3
commit 34570a1c69
3 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -1733,6 +1733,8 @@ a follow-up section.</p>
Same as <code>content_1 ++ ... ++ content_n</code>.</li>
<li><code>separate(separator: Template, content: Template...) -&gt; Template</code>:
Insert separator between <strong>non-empty</strong> contents.</li>
<li><code>surround(prefix: Template, suffix: Template, content: Template) -&gt; Template</code>:
Surround <strong>non-empty</strong> content with texts such as parentheses.</li>
</ul>
<h2 id="types">Types<a class="headerlink" href="#types" title="Permanent link">&para;</a></h2>
<h3 id="boolean-type">Boolean type<a class="headerlink" href="#boolean-type" title="Permanent link">&para;</a></h3>