Skip to content

Commit 4246e75

Browse files
committed
In MyST, admonition directives must be on their own line, separate from their content.
1 parent 45f9034 commit 4246e75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/backend/behaviors.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,8 @@ If we were to represent the behavior of choosing the correct outlet adapter in P
332332

333333
This process of choosing the right adapter based on the information of the context and the requested interface implements the design pattern of an abstract factory.
334334

335-
```{hint} The notation `ISchuko(context)` is a shortcut for `getAdapter(context, ISchuko)`.
335+
```{hint}
336+
The notation `ISchuko(context)` is a shortcut for `getAdapter(context, ISchuko)`.
336337
It executes exactly the same logic behind the scenes with the same result.
337338
```
338339

0 commit comments

Comments
 (0)