From 518a7f96941a579d54fc26484b7db6f406d1f64d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 28 Aug 2023 18:24:21 +0200 Subject: [PATCH] Revert "remove not working markdown for hint/warning (#12893)" This reverts commit 2389400354c9ef18e9b1bbb477dfdb55c8c4e050. --- lib/elixir/pages/mix-and-otp/dynamic-supervisor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/elixir/pages/mix-and-otp/dynamic-supervisor.md b/lib/elixir/pages/mix-and-otp/dynamic-supervisor.md index a5471083dc7..ef20b24a7a3 100644 --- a/lib/elixir/pages/mix-and-otp/dynamic-supervisor.md +++ b/lib/elixir/pages/mix-and-otp/dynamic-supervisor.md @@ -164,7 +164,7 @@ Now that we have defined our supervision tree, it is a great opportunity to intr iex> :observer.start() ``` -> ### Missing dependencies +> #### Missing dependencies {: .warning} > > When running `iex` inside a project with `iex -S mix`, `observer` won't be available as a dependency. To do so, you will need to call the following functions before: >