Skip to content

Commit 896ce25

Browse files
committed
Fixed PreProcessParsed recommended usage
1 parent 70f5f8b commit 896ce25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/developer-guide/MiniMessage-API-in-MiniPlaceholders.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,14 @@ This tag inserts a string directly into the MiniMessage parse, allowing it to be
3434
return Tag.preProcessParsed("some content");
3535
```
3636

37-
#### Desired Usage
37+
:::note[Recommended Usage]
3838

3939
```java
4040
String string = "<expansion_argumentprocessing_placeholder:<expansion_preprocessparsed_placeholder>>";
4141
```
4242

43+
:::
44+
4345
### SelfClosingInserting
4446

4547
This tag inserts a component directly into the main component, so it will not inherit its style to other components nor can it be used as an argument in another placeholder

0 commit comments

Comments
 (0)