Merge pull request #50 from pascalberger/feature/fix-admonitions

Fix rendering of admonitions
This commit is contained in:
Georges-Antoine Assi
2025-10-12 17:05:11 -04:00
committed by GitHub
2 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -133,9 +133,10 @@ priority: { "metadata", "artwork", "region", "language" }
<!-- prettier-ignore -->
!!! tip
You can find examples of full binded <a href="https://github.com/rommapp/romm/blob/master/examples/config.batocera-retrobat.yml" target="_blank" rel="noopener noreferrer">batocera</a> or <a href="https://github.com/rommapp/romm/blob/master/examples/config.es-de.example.yml" target="_blank" rel="noopener noreferrer">es-de</a> config files.
You can find examples of full binded <a href="https://github.com/rommapp/romm/blob/master/examples/config.batocera-retrobat.yml" target="_blank" rel="noopener noreferrer">batocera</a> or <a href="https://github.com/rommapp/romm/blob/master/examples/config.es-de.example.yml" target="_blank" rel="noopener noreferrer">es-de</a> config files.
<!-- prettier-ignore -->
!!! warning
Only uncomment or add the lines you need. Any omitted or empty sections will use RomM's defaults.
Only uncomment or add the lines you need. Any omitted or empty sections will use RomM's defaults.
For a full example, see the <a href="https://github.com/rommapp/romm/blob/master/examples/config.example.yml" target="_blank" rel="noopener noreferrer">config.example.yml</a> file.
+2 -2
View File
@@ -39,7 +39,7 @@ For multifile games (games stored as folders with multiple files or folders insi
<!-- prettier-ignore -->
!!! tip
For folder naming conventions, review the [Platform Support](../Platforms-and-Players/Supported-Platforms.md) section. To override default system names in the folder structure (if your directories are named differently), see the [Configuration File](Configuration-File.md) section.
For folder naming conventions, review the [Platform Support](../Platforms-and-Players/Supported-Platforms.md) section. To override default system names in the folder structure (if your directories are named differently), see the [Configuration File](Configuration-File.md) section.
<table>
<tr>
@@ -151,7 +151,7 @@ For multifile games (games stored as folders with multiple files or folders insi
<!-- prettier-ignore -->
!!! note
RomM can be setup without a prior folder structure. If files are manually uploaded from the webUI, RomM will automatically create the folder **Structure A**
RomM can be setup without a prior folder structure. If files are manually uploaded from the webUI, RomM will automatically create the folder **Structure A**
## Configuration file