Skip to content

Commit c34608f

Browse files
authored
Merge pull request plone#1419 from plone/hint-myst-syntax-fix
In MyST, admonition directives must be on their own line, separate fr…
2 parents 45f9034 + 4246e75 commit c34608f

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)