diff --git a/docs/users/placeholder-list.md b/docs/users/placeholder-list.md index 7bb027f..cbae938 100644 --- a/docs/users/placeholder-list.md +++ b/docs/users/placeholder-list.md @@ -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 `_` to be added with `` being the name of a Multiverse-loaded World. +All placeholders allow a `_` to be added with `` being the name of a Multiverse-loaded World. +Example: `%multiverse-core_alias_myworld%` ``` %multiverse-core_alias% @@ -4240,7 +4239,7 @@ All placeholders allow a `_` to be added with `` being the name of ``` /// -/// tab | pre-v5 +/// tab | Multiverse-Core v4 //// command | papi ecloud download multiverse //// diff --git a/mkdocs.yml b/mkdocs.yml index ca81d41..88dd9d5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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