diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index 976d71e..60b481b 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -532,7 +532,7 @@ A majority of these Expansions are maintained by the PlaceholderAPI team and can %changeoutput_____% ``` - * \ + * `` * equals - match the input exactly * ignorecase - match the input while ignoring cases * ignorecolor - match the input while ignoring colour codes @@ -541,10 +541,10 @@ A majority of these Expansions are maintained by the PlaceholderAPI team and can * \> - check if the input is larger than the matcher * <= - check if the input is less than or equal to the matcher * < - check if the input is less than the matcher - * \ - this is your text that you wish to replace - * \ - this is the text we will be looking for to meet the conditions - * \ - if the input meets the condition, this text will be displayed - * \ - if the input does not meet the condition, this text will be displayed instead + * `` - this is your text that you wish to replace + * `` - this is the text we will be looking for to meet the conditions + * `` - if the input meets the condition, this text will be displayed + * `` - if the input does not meet the condition, this text will be displayed instead *All arguments can be replaced with other placeholders, wrapped in* `{}`