Deployed a3636d8 to prerelease with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
jj-docs[bot] 2025-01-21 02:25:41 +00:00
parent b8ec2fde79
commit be4f59da67
2 changed files with 9 additions and 1 deletions

View File

@ -1859,6 +1859,14 @@ aren't included in <code>remote_bookmarks()</code>.</p>
<li>
<p><code>description(pattern)</code>: Commits that have a description matching the given
<a href="#string-patterns">string pattern</a>.</p>
<p>A non-empty description is usually terminated with newline character. For
example, <code>description(exact:"")</code> matches commits without description, and
<code>description(exact:"foo\n")</code> matches commits with description <code>"foo\n"</code>.</p>
</li>
<li>
<p><code>subject(pattern)</code>: Commits that have a subject matching the given <a href="#string-patterns">string
pattern</a>. A subject is the first line of the description
(without newline character.)</p>
</li>
<li>
<p><code>author(pattern)</code>: Commits with the author's name or email matching the given

File diff suppressed because one or more lines are too long