diff options
author | Max Kellermann <max@musicpd.org> | 2020-11-04 16:09:27 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-11-04 16:11:26 +0100 |
commit | d69a1f98af6a967bc740e383389c092cd22c1634 (patch) | |
tree | e2922d7443cb8929f60ebe9694152d76afbe98d9 /doc/plugins.rst | |
parent | 23a6f62ea343cee5ec106b175ed12c2c2a8c706c (diff) |
doc/plugins.rst: more markup
Diffstat (limited to 'doc/plugins.rst')
-rw-r--r-- | doc/plugins.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/plugins.rst b/doc/plugins.rst index 107140942..45a7b347f 100644 --- a/doc/plugins.rst +++ b/doc/plugins.rst @@ -1229,23 +1229,23 @@ Playlist plugins asx --- -Reads .asx playlist files. +Reads :file:`.asx` playlist files. cue --- -Reads .cue files. +Reads :file:`.cue` files. embcue ------ -Reads CUE sheets from the "CUESHEET" tag of song files. +Reads CUE sheets from the ``CUESHEET`` tag of song files. m3u --- -Reads .m3u playlist files. +Reads :file:`.m3u` playlist files. extm3u ------ -Reads extended .m3u playlist files. +Reads extended :file:`.m3u` playlist files. flac ---- @@ -1253,11 +1253,11 @@ Reads the cuesheet metablock from a FLAC file. pls --- -Reads .pls playlist files. +Reads :file:`.pls` playlist files. rss --- -Reads music links from .rss files. +Reads music links from :file:`.rss` files. soundcloud ---------- |