Skip to content

Commit 2c8792d

Browse files
authored
Merge pull request #50 from pascalberger/feature/fix-admonitions
Fix rendering of admonitions
2 parents fbeac7a + 9788dcc commit 2c8792d

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

docs/Getting-Started/Configuration-File.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,10 @@ priority: { "metadata", "artwork", "region", "language" }
133133

134134
<!-- prettier-ignore -->
135135
!!! tip
136-
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.
136+
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.
137137

138138
<!-- prettier-ignore -->
139139
!!! warning
140-
Only uncomment or add the lines you need. Any omitted or empty sections will use RomM's defaults.
140+
Only uncomment or add the lines you need. Any omitted or empty sections will use RomM's defaults.
141+
141142
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.

docs/Getting-Started/Folder-Structure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For multifile games (games stored as folders with multiple files or folders insi
3939

4040
<!-- prettier-ignore -->
4141
!!! tip
42-
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.
42+
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.
4343

4444
<table>
4545
<tr>
@@ -151,7 +151,7 @@ For multifile games (games stored as folders with multiple files or folders insi
151151

152152
<!-- prettier-ignore -->
153153
!!! note
154-
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**
154+
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**
155155

156156
## Configuration file
157157

0 commit comments

Comments
 (0)