Change tab id generation

This commit is contained in:
Andre601
2025-05-09 16:26:18 +02:00
parent c2ae367090
commit 9b2eb78024
2 changed files with 6 additions and 6 deletions

View File

@@ -4204,16 +4204,15 @@ Miscellaneous placeholders:
----
### **[Multiverse-Core](https://modrinth.com/plugin/multiverse-core)**
/// tab | v5+
/// tab | Multiverse-Core v5
//// integrated | Built into Plugin
////
//// warning | v5 only!
These placeholders only exist and work with Multiverse Core v5 and newer!
See the `pre-v5` Tab for the expansion used with Multiverse core v4 and older.
//// warning | The below Placeholders are only for Multiverse-Core v5!
////
All placeholders allow a `_<world>` to be added with `<world>` being the name of a Multiverse-loaded World.
All placeholders allow a `_<world>` to be added with `<world>` being the name of a Multiverse-loaded World.
Example: `%multiverse-core_alias_myworld%`
```
%multiverse-core_alias%
@@ -4240,7 +4239,7 @@ All placeholders allow a `_<world>` to be added with `<world>` being the name of
```
///
/// tab | pre-v5
/// tab | Multiverse-Core v4
//// command | papi ecloud download multiverse
////

View File

@@ -133,4 +133,5 @@ markdown_extensions:
- pymdownx.blocks.details
- pymdownx.blocks.tab:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}
- pymdownx.tasklist