Skip to content

Commit 9b9ce35

Browse files
committed
Move additional remarks to header
1 parent 26d9b44 commit 9b9ce35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/elixir/pages/anti-patterns/macro-anti-patterns.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,9 @@ iex> ClientApp.from_client_app()
186186
"From Library - Local function from client app"
187187
```
188188

189-
**Additional remarks:** In situations where you need to do more than importing and aliasing modules, providing `use MyModule` may be necessary, as it provides a common extension point within the Elixir ecosystem.
189+
#### Additional remarks
190+
191+
In situations where you need to do more than importing and aliasing modules, providing `use MyModule` may be necessary, as it provides a common extension point within the Elixir ecosystem.
190192

191193
Therefore, to provide guidance and clarity, we recommend library authors to include an admonition block in their `@moduledoc` that explains how `use MyModule` impacts the developer's code. As an example, the `GenServer` documentation outlines:
192194

0 commit comments

Comments
 (0)