Set language to text in the codeblocks so the highlighting can't be wrong.

This commit is contained in:
The Wobbler 2025-04-09 21:42:17 +02:00
parent 3d8b8d4663
commit 3205de227f
2 changed files with 26 additions and 2 deletions

View file

@ -27,7 +27,7 @@ Sort order specifiers get interpreted like function calls in a programming langu
Example beginning of a WOBUZZM3U file: Example beginning of a WOBUZZM3U file:
``` ``` text
#WOBUZZM3U #WOBUZZM3U
#SORT: Title, Ascending #SORT: Title, Ascending
#SORT: Artist, Ascending #SORT: Artist, Ascending
@ -44,7 +44,7 @@ Track metadata specifiers can specify track metadata like title, artist and albu
Example of a completely specified track: Example of a completely specified track:
``` ``` text
#TRACK_TITLE: Time Lapse #TRACK_TITLE: Time Lapse
#TRACK_ARTIST: TheFatRat #TRACK_ARTIST: TheFatRat
#TRACK_ALBUM: #TRACK_ALBUM:

View file

@ -53,11 +53,35 @@
{ {
"fileName": "WOBUZZM3U", "fileName": "WOBUZZM3U",
"relativePath": "Wobuzz/WOBUZZM3U.md", "relativePath": "Wobuzz/WOBUZZM3U.md",
"headings": [
{
"heading": "Parameters",
"level": 2
},
{
"heading": "Header (`#WOBUZZM3U`)",
"level": 3
},
{
"heading": "Sort Order Specifiers",
"level": 3
},
{
"heading": "Track Metadata Specifiers",
"level": 3
}
],
"links": [ "links": [
{ {
"link": "Wobuzz", "link": "Wobuzz",
"displayText": "Wobuzz audio player", "displayText": "Wobuzz audio player",
"relativePath": "Wobuzz/Wobuzz.md" "relativePath": "Wobuzz/Wobuzz.md"
},
{
"link": "#Header (` WOBUZZM3U`)",
"relativePath": "Wobuzz/WOBUZZM3U.md",
"cleanLink": "WOBUZZM3U",
"displayText": "Header"
} }
], ],
"backlinks": [ "backlinks": [