refactor documentation structure and enhance markdown support

This commit is contained in:
zurdi
2025-12-30 18:31:09 +00:00
parent 5098e3051a
commit 335fdffd89
2 changed files with 5 additions and 7 deletions
+3 -7
View File
@@ -171,14 +171,12 @@ Games can be tagged with region, revision, or other tags by using parentheses in
Tags can be used to search for games in the search bar. For example, searching for `(USA)` will return all games with the USA tag.
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 20px;">
<div class="grid cards" markdown>
<div>
<div markdown>
#### Supported Languages
The following language tags are recognized by RomM:
| Code | Language |
| ------ | ----------- |
| Ar | Arabic |
@@ -204,12 +202,10 @@ The following language tags are recognized by RomM:
</div>
<div>
<div markdown>
#### Supported Regions
The following region tags are recognized by RomM:
| Code | Region |
| ---- | ------------- |
| A | Australia |
+2
View File
@@ -83,7 +83,9 @@ markdown_extensions:
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- md_in_html
- attr_list
- tables
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg