From 9e928769057ee8822f380d52e97eb55abc4f6cfd Mon Sep 17 00:00:00 2001 From: Julien Loir <6706489+Namaneo@users.noreply.github.com> Date: Thu, 16 Apr 2026 17:37:03 +0200 Subject: [PATCH] trunk fmt --- docs/Getting-Started/Metadata-Providers.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/Getting-Started/Metadata-Providers.md b/docs/Getting-Started/Metadata-Providers.md index 4678d00..1246b10 100644 --- a/docs/Getting-Started/Metadata-Providers.md +++ b/docs/Getting-Started/Metadata-Providers.md @@ -154,7 +154,6 @@ library/ └─ etc... ``` - ```xml @@ -206,7 +205,7 @@ library/ Here are the text properties that will be read from `gamelist.xml`. | Property Name | Description | -|---------------|----------------------------------| +| ------------- | -------------------------------- | | name | Game title | | desc | Game description or synopsis | | lang | Game language (en, es, it, etc.) | @@ -225,7 +224,7 @@ Here are the text properties that will be read from `gamelist.xml`. RomM has two ways of mapping media files: first it looks at `gamelist.xml` for properties, and it falls back to looking at nested folders for images that have the same name as the ROM. | Property Name | Folder Name | Description | -|---------------|---------------|----------------------------------------| +| ------------- | ------------- | -------------------------------------- | | image | images | General game image | | cover | covers | Front cover artwork | | backcover | backcovers | Back cover artwork |