mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 09:33:46 +01:00
Update pathformat.rst (#5754)
Added explainer about escaping closing braces `$}`
This commit is contained in:
parent
250b0da900
commit
677204238c
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ write a function call. To escape any of these characters (except ``{``, and
|
|||
|
||||
* ``${``, which is ambiguous with the variable reference syntax (like
|
||||
``${title}``). To insert a ``{`` alone, it's always sufficient to just type
|
||||
``{``.
|
||||
``{``. You do, however need to use ``$`` to escape a closing brace ``$}``.
|
||||
* commas are used as argument separators in function calls. Inside of a
|
||||
function's argument, use ``$,`` to get a literal ``,`` character. Outside of
|
||||
any function argument, escaping is not necessary: ``,`` by itself will
|
||||
|
|
|
|||
Loading…
Reference in a new issue