mirror of
https://github.com/rommapp/docs.git
synced 2026-04-23 06:54:41 +00:00
refactor documentation structure and enhance markdown support
This commit is contained in:
@@ -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.
|
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
|
#### Supported Languages
|
||||||
|
|
||||||
The following language tags are recognized by RomM:
|
|
||||||
|
|
||||||
| Code | Language |
|
| Code | Language |
|
||||||
| ------ | ----------- |
|
| ------ | ----------- |
|
||||||
| Ar | Arabic |
|
| Ar | Arabic |
|
||||||
@@ -204,12 +202,10 @@ The following language tags are recognized by RomM:
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div markdown>
|
||||||
|
|
||||||
#### Supported Regions
|
#### Supported Regions
|
||||||
|
|
||||||
The following region tags are recognized by RomM:
|
|
||||||
|
|
||||||
| Code | Region |
|
| Code | Region |
|
||||||
| ---- | ------------- |
|
| ---- | ------------- |
|
||||||
| A | Australia |
|
| A | Australia |
|
||||||
|
|||||||
@@ -83,7 +83,9 @@ markdown_extensions:
|
|||||||
- pymdownx.details
|
- pymdownx.details
|
||||||
- pymdownx.superfences
|
- pymdownx.superfences
|
||||||
- pymdownx.mark
|
- pymdownx.mark
|
||||||
|
- md_in_html
|
||||||
- attr_list
|
- attr_list
|
||||||
|
- tables
|
||||||
- pymdownx.emoji:
|
- pymdownx.emoji:
|
||||||
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||||
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||||
|
|||||||
Reference in New Issue
Block a user