This commit is contained in:
Kovid Goyal 2024-09-30 10:17:16 +05:30
parent 56eab0ed5e
commit 591ae6413f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -31,7 +31,7 @@ automatically change the case of all text inside heading tags to title case::
Find expression: <([Hh][1-6])[^>]*>.+?</\1>
For the function, simply choose the :guilabel:`Title-case text (ignore tags)` builtin
function. The will change titles that look like: ``<h1>some TITLE</h1>`` to
function. The will change titles that look like: ``<h1>some titLE</h1>`` to
``<h1>Some Title</h1>``. It will work even if there are other HTML tags inside
the heading tags.