mirror of
https://github.com/beetbox/beets.git
synced 2026-03-06 21:22:09 +01:00
Use proper syntax highlighting for code block
Co-authored-by: Šarūnas Nejus <snejus@protonmail.com>
This commit is contained in:
parent
dd1bda4bd0
commit
aa81232336
1 changed files with 2 additions and 2 deletions
|
|
@ -925,7 +925,7 @@ making them more important in the matching decision.
|
|||
|
||||
The defaults are:
|
||||
|
||||
::
|
||||
.. code-block:: yaml
|
||||
|
||||
match:
|
||||
distance_weights:
|
||||
|
|
@ -953,7 +953,7 @@ The defaults are:
|
|||
For example, if you don't care as much about matching the exact release year,
|
||||
you can reduce its weight:
|
||||
|
||||
::
|
||||
.. code-block:: yaml
|
||||
|
||||
match:
|
||||
distance_weights:
|
||||
|
|
|
|||
Loading…
Reference in a new issue